aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86FloatingPoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix fp_constant_op failure.Dale Johannesen2007-07-101-2/+8
* Refactor X87 instructions. As a side effect, allDale Johannesen2007-07-041-162/+162
* Some spacing fixes. Cosmetic.Dale Johannesen2007-07-031-16/+16
* Fix for PR 1505 (and 1489). Rewrite X87 registerDale Johannesen2007-07-031-62/+127
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Match MachineFunction::UsedPhysRegs changes.Evan Cheng2007-04-251-2/+1
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-4/+4
* Fix a bug introduced by the streams patch. DEBUG code was made unconditional.Chris Lattner2006-12-081-1/+1
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-9/+8