summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-25cleanupHEADmasterCamil Staps1-11/+2
2016-12-13Swap r1 and r10 (BSTACK_3 and HEAP_PTR)Camil Staps1-2/+2
2016-12-12The jsr code assumes wide instructions for offset calculationCamil Staps1-5/+5
2016-12-11Made ARMv8 IT corrections optionalCamil Staps1-1/+17
2016-12-08Only add #9/#7 to PC before branch if needed (not for ccalls)Camil Staps1-8/+14
2016-12-07Allow register_name to be given in any order (for register allocation optimis...Camil Staps1-6/+23
2016-12-07Optimise storing program counter: only use r14 if r12 not availableCamil Staps1-7/+5
2016-12-07Fix compute_extreme_stack_offsets callCamil Staps1-1/+1
2016-12-05Optimise negative offsets: don't subtract until necessaryCamil Staps1-9/+38
2016-12-05Fix: compute_extreme_stack_offsets really needs a register int...Camil Staps1-11/+11
2016-12-01Fix issue with long conditional jumps (selector__m__error) by loading the add...Camil Staps3-18/+33
2016-12-01Fix some illegal uses of spCamil Staps1-4/+24
2016-12-01Some code style improvementsCamil Staps1-3/+3
2016-12-01Don't generate illegal immediate constantsCamil Staps1-1/+27
2016-12-01Now really fix offsetsCamil Staps1-45/+46
2016-11-29Fix some more negative offsets in frontend/frontend.iclCamil Staps1-1/+10
2016-11-29Fix some negative offsets to A-stack pointer (decrease, load, increase)Camil Staps1-8/+5
2016-11-29Fix warning about multi-instruction IT blocks being deprecated in ARMv8Camil Staps1-1/+7
2016-11-29Fixed some conditional instructions without IT blockCamil Staps1-5/+10
2016-11-29One more fix for too large negative offsetsCamil Staps1-10/+16
2016-11-29Fix issue with A stack negative offsetCamil Staps1-0/+54
2016-11-28Removed hardcoded register names except sp and pc in cgthumb2was.cCamil Staps2-16/+37
2016-11-26Quick hack for ccalls; and sp,sp,#-8 not allowedCamil Staps1-0/+44
2016-11-15Optimisation: pc can be Rd operand for ldr; nop at node entry not neededCamil Staps1-8/+1
2016-11-08Fix distance of 8 before lazy entries of higher order functionsCamil Staps1-2/+2
2016-11-08Storing a label as a .long needs +1 for thumb modeCamil Staps1-1/+1
2016-11-08Indirect jsr is always with a register, hence +7 (not +9)Camil Staps1-1/+1
2016-11-07Also exported labels need to be aligned & thumb-funcedCamil Staps1-1/+1
2016-10-19Align data before node entry properly; fix one more case of pushing PC to the...Camil Staps1-1/+2
2016-10-16Maybe Fix for having the LSB on 1, by flipping its meaning in the garbage col...Camil Staps1-4/+5
2016-10-15.thumb_func only for node entry labelsCamil Staps1-3/+5
2016-10-03IT blocksCamil Staps1-23/+56
2016-10-03Fix issue with halfword-aligned node entry pointsCamil Staps1-0/+1
2016-10-02Fix storing the program counterCamil Staps1-8/+12
2016-09-19Add .align before pushing program counterCamil Staps1-0/+2
2016-09-19Added thumb_funcCamil Staps1-0/+1
2016-09-19Fix PC offset when pushing to stackCamil Staps1-3/+6
2016-09-18Adds thumb directives and fixes for storing the PCCamil Staps1-2/+12
2016-09-17Gitignore; copied stuff from arm to thumb2Camil Staps7-0/+8834
2016-09-16add Makefile.windows_mingwJohn van Groningen1-0/+13
2016-06-14fix floating point sub or div with reversed arguments on ARMJohn van Groningen2-14/+85
2016-05-30also align virtual data section begin addressJohn van Groningen1-1/+1
2016-05-30set default alignment of data segment to 8 instead of 4John van Groningen1-3/+1
2016-05-30fix previous commit:John van Groningen1-1/+1
2016-05-30add data_object_section_align_p2 for MACH_O64, because data_object doesn't existJohn van Groningen1-3/+17
2016-05-30use data_object_label->object_section_align_p2 on MACH_O64,John van Groningen1-10/+12
2016-05-30rename field object_section_align as object_section_align_p2John van Groningen1-12/+12
2016-05-26fix push_r_arg_D instruction for MACH_O64John van Groningen1-2/+6
2016-04-28generate a lot of $d and $a mapping symbols for ARMJohn van Groningen1-9/+143
2016-04-15fix alignment problem caused by optimizing a jump instruction for an apply up...John van Groningen1-19/+18