aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86FloatingPoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PR4485.Rafael Espindola2009-06-301-3/+6
* Fix PR4484.Rafael Espindola2009-06-301-3/+5
* FIX PR 4459.Rafael Espindola2009-06-291-1/+1
* Fix PR4185.Rafael Espindola2009-06-211-2/+7
* Have only one definition of X86AddrNumOperands.Rafael Espindola2009-03-281-1/+0
* Make code a bit less brittle by no hardcoding the numberRafael Espindola2009-03-281-1/+2
* Model inline asm constraint which ties an input to an output register as mach...Evan Cheng2009-03-231-2/+30
* Remove non-DebugLoc versions of BuildMI from X86.Dale Johannesen2009-02-131-6/+15
* Implement FpSET_ST1_*.Evan Cheng2009-02-091-1/+15
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-4/+4
* Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng2008-09-221-1/+2
* Mark several codegen passes as preserving all analysis.Evan Cheng2008-09-221-0/+5
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-131-2/+2
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Remove more uses of std::set.Owen Anderson2008-08-141-3/+3
* Eliminate a compilation warning.Evan Cheng2008-07-211-0/+4
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-1/+1
* Restore this assert now that the livevar bug is fixed.Chris Lattner2008-03-211-2/+7
* remove Evan's "ugly hack" that sorta attempted to get Chris Lattner2008-03-211-5/+0
* Add support for calls that return two FP values inChris Lattner2008-03-211-0/+36
* disable a bogus assertion.Chris Lattner2008-03-211-2/+2
* Enable support for returning two long-double values in ST(0)/ST(1).Chris Lattner2008-03-211-4/+1
* Implement basic support for the 'f' register class constraint. This basicallyChris Lattner2008-03-111-2/+45
* Fix the build on gcc 4.2.Nick Lewycky2008-03-111-1/+1
* Change the model for FP Stack return to use fp operands on the Chris Lattner2008-03-111-18/+100
* rename FP_SETRESULT -> FP_SET_ST0Chris Lattner2008-03-091-3/+3
* rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support forChris Lattner2008-03-091-5/+5
* Refactor code. Remove duplicated functions that basically do the same thing asEvan Cheng2008-03-051-20/+8
* 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