summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FloatingPoint.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * fp to sint patterns.Evan Cheng2006-01-101-40/+52
* Rewrite FP stackifier support in the X86InstrInfo.td file, splitting patternsChris Lattner2005-12-211-7/+76
* Adjust to new livevars interfaceChris Lattner2005-08-231-4/+4
* Simplify this code by using LiveVariables::KillsRegisterChris Lattner2005-08-231-35/+11
* * Remove trailing whitespaceMisha Brukman2005-04-211-41/+42
* Allow the FP stackifier to completely ignore functions that do not use FP atChris Lattner2005-01-231-0/+15
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* Fix file header as it has been renamed.Misha Brukman2004-07-261-1/+1
* Renamed files to have the `X86' prefix for uniqueness purposes.Misha Brukman2004-07-261-0/+721
OpenPOWER on IntegriCloud