summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86RegisterInfo.td
Commit message (Expand)AuthorAge
...
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-24
* Rename X86 subregister indices to something shorter.Jakob Stoklund Olesen2010-05-24
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-24
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-06
* Fix PR6696 and PR6663Jim Grosbach2010-04-06
* Do not force indirect tailcall through fixed registers: eax, r11. Add support...Evan Cheng2010-03-14
* Implement XMM subregs.Dan Gohman2010-02-28
* Remove SIL, DIL, and BPL from the GR8_NOREX allocation order also.Dan Gohman2010-01-26
* SIL, DIL, BPL, and SPL require a REX prefix.Dan Gohman2010-01-26
* Instruction fixes, added instructions, and AsmString changes in theSean Callanan2009-12-18
* Add RIP to GR64_NOREX. This fixed a MachineVerifier error when RIPDan Gohman2009-10-05
* Added a new register class for segment registersSean Callanan2009-09-15
* Minor whitespace tidiness.Dan Gohman2009-07-30
* Rename GRAD to GR32_AD, to follow the naming convention of otherDan Gohman2009-07-30
* Add a new register class to describe operands that can't be SP,Dan Gohman2009-07-30
* Eliminate a bunch of redundant tables.Dan Gohman2009-07-30
* Use array_endof instead of doing it manually.Dan Gohman2009-07-30
* Add a 256-bit register class and YMM registers.David Greene2009-06-29
* add %rip to the GR64 register class. Lets avoid allocating it to anything th...Chris Lattner2009-06-26
* Rename GR8_ABCD to GR8_ABCD_L and create GR8_ABCD_H, and use theseDan Gohman2009-04-27
* Rename GR8_, GR16_, GR32_, and GR64_ to GR8_ABCD, GR16_ABCD,Dan Gohman2009-04-27
* Do for GR16_NOREX what r69049 did for GR8_NOREX, to avoid trouble withDan Gohman2009-04-15
* GR8_NOREX can contain the H registers, since they don't requireDan Gohman2009-04-15
* Some of GR8_NOREX registers are only available in 64-bit mode.Evan Cheng2009-04-14
* Implement x86 h-register extract support.Dan Gohman2009-04-13
* Fix copy+pastos in comments.Dan Gohman2009-04-13
* List the l registers before h registers, for consistency.Dan Gohman2009-04-13
* Re-apply 68552.Rafael Espindola2009-04-08
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-07
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-07
* Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what...Evan Cheng2009-03-04
* Reformat the allocation-order arrays to a more conventional style.Dan Gohman2009-01-27
* <rdar://problem/6351057>Stuart Hastings2008-11-19
* Remove unneeded stuff from GRAD register class.Dale Johannesen2008-11-14
* Extend InlineAsm::C_Register to allow multiple specific registersDale Johannesen2008-11-13
* Change x86 register allocation ordering to match that of gcc. Otherwise some ...Evan Cheng2008-10-31
* ATT asm printer just print register AsmName's instead of calling tolower on e...Evan Cheng2008-07-07
* Add v2f32 (MMX) type to X86. Support is primitive:Dale Johannesen2008-06-24
* Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb2008-03-11
* In 32-bit mode, mark 64-bit GPR's as unallocatable.Evan Cheng2008-03-11
* Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific dag nodes, just lower to Chris Lattner2008-03-10
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-10
* Allow insert_subreg into implicit, target-specific values. Christopher Lamb2008-03-10
* claim ST(x) registers are 80 bits, which is true. This doesn't affect Chris Lattner2008-03-09
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Provide correct DWARF register numbering for debug information emission on x8...Anton Korobeynikov2008-01-25
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-11
* Revert previous rewrite per chris's comments.Dale Johannesen2007-11-09
* Rewrite Dwarf number handling per review comments.Dale Johannesen2007-11-09