aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86RegisterInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen2011-06-281-9/+16
* Switch x86 to using AltOrders instead of MethodBodies.Jakob Stoklund Olesen2011-06-181-67/+6
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-151-60/+41
* Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen2011-06-091-200/+2
* Flag unallocatable register classes instead of giving them emptyJakob Stoklund Olesen2011-06-021-20/+2
* Introduce the DwarfRegAlias class for declaring that two registers have theRafael Espindola2011-05-301-16/+16
* Mark the 32 bit registers as invalid in 64 bit mode. In 64 bit mode they areRafael Espindola2011-05-301-9/+9
* Add 132187 back now that the real problem is fixed.Rafael Espindola2011-05-281-45/+45
* It looks like 132187 might have broken the llvm-gcc bootstrap. Revert while I...Rafael Espindola2011-05-271-45/+45
* Add a GR32_NOREX_NOSP register class and fix a bug where getMatchingSuperRegC...Cameron Zwarich2011-05-271-1/+9
* Delete MethodBodies that only filtered reserved registers.Jakob Stoklund Olesen2011-05-271-111/+0
* Remove dwarf numbers from subregs. We should use DW_OP_bit_piece toRafael Espindola2011-05-271-45/+45
* Fix PR9978 by adding RIP to GR64_TC so it can be used as an address in PIC co...Cameron Zwarich2011-05-211-1/+1
* Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen2011-04-201-7/+13
* Target/X86: Tweak win64's tailcall.NAKAMURA Takumi2011-01-261-0/+3
* Fix whitespace.NAKAMURA Takumi2011-01-261-12/+12
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-10/+10
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-23/+23
* random acts of tidiness.Chris Lattner2010-11-141-10/+5
* lets go all meta and define new X86 type wrappers that declare the associatedChris Lattner2010-10-061-22/+12
* associate the instruction suffix letter with the integer gpr Chris Lattner2010-10-051-12/+22
* Massive rewrite of MMX: Dale Johannesen2010-09-301-1/+1
* fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8"Chris Lattner2010-09-221-2/+10
* Make %EFLAGS unallocatable.Jakob Stoklund Olesen2010-08-311-0/+11
* Support x86 "eiz" and "riz" pseudo index registers in the assembler.Bruno Cardoso Lopes2010-07-241-0/+4
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-191-1/+1
* Declare YMM subregisters in the right way! Thanks JakobBruno Cardoso Lopes2010-07-091-2/+1
* Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes2010-07-091-8/+25
* rip out even more sporadic v2f32 support.Chris Lattner2010-07-051-1/+1
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-71/+16
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-16/+71
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-71/+16
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-251-8/+8
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-241-63/+63
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-241-17/+36
* Rename X86 subregister indices to something shorter.Jakob Stoklund Olesen2010-05-241-8/+8
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-241-9/+11
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-061-26/+11
* Fix PR6696 and PR6663Jim Grosbach2010-04-061-13/+25
* Do not force indirect tailcall through fixed registers: eax, r11. Add support...Evan Cheng2010-03-141-0/+7
* Implement XMM subregs.Dan Gohman2010-02-281-18/+45
* Remove SIL, DIL, and BPL from the GR8_NOREX allocation order also.Dan Gohman2010-01-261-11/+5
* SIL, DIL, BPL, and SPL require a REX prefix.Dan Gohman2010-01-261-6/+3
* Instruction fixes, added instructions, and AsmString changes in theSean Callanan2009-12-181-1/+48
* Add RIP to GR64_NOREX. This fixed a MachineVerifier error when RIPDan Gohman2009-10-051-5/+5
* Added a new register class for segment registersSean Callanan2009-09-151-0/+5
* Minor whitespace tidiness.Dan Gohman2009-07-301-3/+0
* Rename GRAD to GR32_AD, to follow the naming convention of otherDan Gohman2009-07-301-1/+3
* Add a new register class to describe operands that can't be SP,Dan Gohman2009-07-301-2/+103
* Eliminate a bunch of redundant tables.Dan Gohman2009-07-301-167/+61