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
* 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
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* Fix 2005-05-08-FPStackifierPHI.ll failure.Evan Cheng2006-12-011-26/+7
* MachineInstr::setOpcode -> MachineInstr::setInstrDescriptorEvan Cheng2006-11-301-31/+33
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-5/+14
* Kill / dead info has been moved to MI's.Evan Cheng2006-11-151-18/+11
* Revert. This wasn't meant to be checked in.Evan Cheng2006-11-141-11/+18
* Matches MachineInstr changes.Evan Cheng2006-11-131-18/+11
* Add implicit use / def operands to created MI's.Evan Cheng2006-11-111-1/+1
* Use TargetInstrInfo::getNumOperands() instead of MachineInstr::getNumOperands...Evan Cheng2006-11-101-6/+16
* For PR786:Reid Spencer2006-11-021-1/+0
* Bugfix to work with the two-addr changes that have been made in the tree rece...Chris Lattner2006-09-051-1/+2
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* Do once flag never set to true.Jim Laskey2006-07-191-1/+3
* Hide x86 symbolsChris Lattner2006-06-281-1/+2
* Added fisttp for fp to int conversion.Evan Cheng2006-02-181-3/+14
* Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen2006-01-261-1/+6
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Rename fcmovae to fcmovnb and fcmova to fcmovnbe (following Intel manual).Evan Cheng2006-01-211-2/+2