aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86FloatingPoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc...Evan Cheng2008-01-291-0/+5
* Improve the FP stackifier to decide all on its own whether Chris Lattner2008-01-141-23/+30
* rename MachineInstr::setInstrDescriptor -> setDescChris Lattner2008-01-111-6/+6
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-5/+5
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-071-4/+4
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-5/+5
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Enabling new condition code modeling scheme.Evan Cheng2007-09-291-33/+0
* New style x87 cmp instructions.Evan Cheng2007-09-251-0/+6
* Added support for new condition code modeling scheme (i.e. physical register ...Evan Cheng2007-09-251-0/+27
* another long double bugletDale Johannesen2007-09-201-0/+1
* Remove RSTRegClass case from loadRegFromStackSlotDale Johannesen2007-09-171-1/+1
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-1/+1
* My compiler warns about the semicolon.Duncan Sands2007-09-111-1/+1
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-7/+5
* Long double patch 8 of N: make it partially work inDale Johannesen2007-08-071-0/+3
* Long double patch 7 of N, unless I lost count:). Dale Johannesen2007-08-071-0/+6
* Get X86 long double calling convention to workDale Johannesen2007-08-061-0/+18
* Make 80-bit store maintain simulated FP stack correctly.Dale Johannesen2007-08-061-1/+2
* Long double patch 4 of N: initial x87 implementation.Dale Johannesen2007-08-051-2/+60
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+882