aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86RegisterInfo.td
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow insert_subreg into implicit, target-specific values. Christopher Lamb2008-03-101-0/+4
* claim ST(x) registers are 80 bits, which is true. This doesn't affect Chris Lattner2008-03-091-1/+1
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-7/+7
* Provide correct DWARF register numbering for debug information emission on x8...Anton Korobeynikov2008-01-251-5/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-111-116/+118
* Revert previous rewrite per chris's comments.Dale Johannesen2007-11-091-113/+115
* Rewrite Dwarf number handling per review comments.Dale Johannesen2007-11-091-115/+113
* Complete conditionalization of Dwarf reg numbers.Dale Johannesen2007-11-071-35/+40
* Corrected many typing errors. And removed 'nest' parameter handlingArnold Schwaighofer2007-10-121-1/+1
* Set CCR (EFLAGS) copy cost to -1, i.e. extremely expensive to copy.Evan Cheng2007-09-191-1/+3
* Added status flags register: EFLAGS.Evan Cheng2007-09-111-0/+6
* Temporarily backing out this change until we know why some dejagnu tests are ...Evan Cheng2007-08-091-3/+2
* GR16_ sub-register class should be GR8_, not GR8. That is, it should only be ...Evan Cheng2007-08-091-3/+4
* Long double patch 4 of N: initial x87 implementation.Dale Johannesen2007-08-051-0/+1
* Add register info needed to use subreg sets on X86.Christopher Lamb2007-07-281-2/+51
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+468