summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMRegisterInfo.td
Commit message (Expand)AuthorAge
* Change ARM / Thumb2 addc / adde and subc / sube modeling to use physicalEvan Cheng2011-08-30
* Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode.Jim Grosbach2011-08-24
* Create a new register class for the set of all GPRs except the PC. Use it to...Owen Anderson2011-08-09
* ARM assembly parsing of MRS instruction.Jim Grosbach2011-07-19
* Add support for the 'h' constraint.Eric Christopher2011-06-30
* Switch ARM to using AltOrders instead of MethodBodies.Jakob Stoklund Olesen2011-06-18
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-15
* Flag unallocatable register classes instead of giving them emptyJakob Stoklund Olesen2011-06-02
* Eliminate the ARM sub-register indexes that are not needed by the sources.Jakob Stoklund Olesen2011-05-07
* As per ARM docs, register Dx is described as DW_OP_regx(256+x) in DWARF.Devang Patel2011-04-21
* Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen2011-04-20
* Sorry, several patches in one.Evan Cheng2011-01-20
* Create two new generic classes to represent the following VMRS/VMSR variations:Bruno Cardoso Lopes2011-01-18
* PR8359: The ARM backend may end up allocating registers D16 to D31 whenBob Wilson2010-10-12
* Change register allocation order for ARM VFP and NEON registers to put theBob Wilson2010-10-08
* Now that register allocation properly considers reserved regs, simplify theJim Grosbach2010-09-02
* trivial cleanupJim Grosbach2010-09-02
* Simplify the tGPR register class now that the register allocators know notJim Grosbach2010-09-01
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng2010-08-10
* Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar2010-08-10
* Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng2010-08-10
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-30
* Clean up a comment.Bob Wilson2010-07-08
* Fix PR 7433. Silly typo in non-Darwin ARM tail callDale Johannesen2010-06-21
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-18
* Next round of tail call changes. Register used in a tailDale Johannesen2010-06-15
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-02
* Give SubRegIndex names to all ARM subregisters. This will be required byJakob Stoklund Olesen2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-25
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-24
* Lose the dummiesJakob Stoklund Olesen2010-05-24
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-24
* Fix a few places that depended on the numeric value of subreg indices.Jakob Stoklund Olesen2010-05-24
* Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enumsJakob Stoklund Olesen2010-05-24
* Teach two-address pass to do some coalescing while eliminating REG_SEQUENCEEvan Cheng2010-05-14
* Added a QQQQ register file to model 4-consecutive Q registers.Evan Cheng2010-05-14
* Add comment about the pseudo registers QQ, each of which is a pair of Q regis...Evan Cheng2010-05-13
* Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa...Evan Cheng2010-05-06
* Revert r103156 since it was breaking the build bots.Eric Christopher2010-05-06
* Adding pseudo 256-bit registers QQ0 . . . QQ7 to represent pairs of Q registe...Evan Cheng2010-05-06
* Make it SP, LR, PC for GPR Register Class instead of LR, SP, PC.Johnny Chen2010-01-25
* Fixed the order of GPR RegisterClass regs to be: ..., R10, R11, R12, ...Johnny Chen2010-01-25
* Remove the JustSP single-register regclass.Jakob Stoklund Olesen2010-01-13
* Add a SPR register class to the ARM target.Jakob Stoklund Olesen2009-12-22
* Add QPR_8 as a superreg class of SPR_8 and DPR_8.Evan Cheng2009-11-03
* Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...Anton Korobeynikov2009-11-02