aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86RegisterInfo.td
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use array_endof instead of doing it manually.Dan Gohman2009-07-301-27/+20
* Add a 256-bit register class and YMM registers.David Greene2009-06-291-0/+27
* add %rip to the GR64 register class. Lets avoid allocating it to anything th...Chris Lattner2009-06-261-3/+3
* Rename GR8_ABCD to GR8_ABCD_L and create GR8_ABCD_H, and use theseDan Gohman2009-04-271-9/+12
* Rename GR8_, GR16_, GR32_, and GR64_ to GR8_ABCD, GR16_ABCD,Dan Gohman2009-04-271-12/+12
* Do for GR16_NOREX what r69049 did for GR8_NOREX, to avoid trouble withDan Gohman2009-04-151-0/+35
* GR8_NOREX can contain the H registers, since they don't requireDan Gohman2009-04-151-2/+3
* Some of GR8_NOREX registers are only available in 64-bit mode.Evan Cheng2009-04-141-0/+48
* Implement x86 h-register extract support.Dan Gohman2009-04-131-20/+134
* Fix copy+pastos in comments.Dan Gohman2009-04-131-2/+2
* List the l registers before h registers, for consistency.Dan Gohman2009-04-131-4/+4
* Re-apply 68552.Rafael Espindola2009-04-081-0/+8
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-071-8/+0
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-071-0/+8
* Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what...Evan Cheng2009-03-041-1/+1
* Reformat the allocation-order arrays to a more conventional style.Dan Gohman2009-01-271-44/+55
* <rdar://problem/6351057>Stuart Hastings2008-11-191-10/+12
* Remove unneeded stuff from GRAD register class.Dale Johannesen2008-11-141-19/+1
* Extend InlineAsm::C_Register to allow multiple specific registersDale Johannesen2008-11-131-0/+21
* Change x86 register allocation ordering to match that of gcc. Otherwise some ...Evan Cheng2008-10-311-19/+19
* ATT asm printer just print register AsmName's instead of calling tolower on e...Evan Cheng2008-07-071-112/+112
* Add v2f32 (MMX) type to X86. Support is primitive:Dale Johannesen2008-06-241-1/+1
* Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb2008-03-111-0/+4
* In 32-bit mode, mark 64-bit GPR's as unallocatable.Evan Cheng2008-03-111-0/+3
* Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific dag nodes, just lower to Chris Lattner2008-03-101-4/+4
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-101-4/+0