aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430RegisterInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Remove the SubRegClasses field from RegisterClass descriptions.Jakob Stoklund Olesen2012-05-041-5/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-151-4/+4
* Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen2011-06-091-35/+1
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-2/+2
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-4/+4
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-7/+4
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-4/+7
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-7/+4
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-251-4/+1
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-241-5/+5
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-241-1/+1
* SubRegIndex'ize MSP430Jakob Stoklund Olesen2010-05-241-1/+4
* Add normal and trunc storesAnton Korobeynikov2009-05-031-0/+2
* Add 8-bit regclass and pattern for sext_inregAnton Korobeynikov2009-05-031-20/+73
* gas uses lower letter for register namesAnton Korobeynikov2009-05-031-16/+16
* Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...Anton Korobeynikov2009-05-031-3/+5
* Fix register names, fix register allocation order, handle frame pointer.Anton Korobeynikov2009-05-031-11/+19
* TypoAnton Korobeynikov2009-05-031-1/+1
* Dummy MSP430 backendAnton Korobeynikov2009-05-031-0/+57