aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FloatingPoint.cpp
AgeCommit message (Expand)Author
2007-09-29Enabling new condition code modeling scheme.Evan Cheng
2007-09-25New style x87 cmp instructions.Evan Cheng
2007-09-25Added support for new condition code modeling scheme (i.e. physical register ...Evan Cheng
2007-09-20another long double bugletDale Johannesen
2007-09-17Remove RSTRegClass case from loadRegFromStackSlotDale Johannesen
2007-09-14Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman
2007-09-11My compiler warns about the semicolon.Duncan Sands
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-08-07Long double patch 8 of N: make it partially work inDale Johannesen
2007-08-07Long double patch 7 of N, unless I lost count:). Dale Johannesen
2007-08-06Get X86 long double calling convention to workDale Johannesen
2007-08-06Make 80-bit store maintain simulated FP stack correctly.Dale Johannesen
2007-08-05Long double patch 4 of N: initial x87 implementation.Dale Johannesen
2007-07-10Fix fp_constant_op failure.Dale Johannesen
2007-07-04Refactor X87 instructions. As a side effect, allDale Johannesen
2007-07-03Some spacing fixes. Cosmetic.Dale Johannesen
2007-07-03Fix for PR 1505 (and 1489). Rewrite X87 registerDale Johannesen
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-25Match MachineFunction::UsedPhysRegs changes.Evan Cheng
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-08Fix a bug introduced by the streams patch. DEBUG code was made unconditional.Chris Lattner
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-01Fix 2005-05-08-FPStackifierPHI.ll failure.Evan Cheng
2006-11-30MachineInstr::setOpcode -> MachineInstr::setInstrDescriptorEvan Cheng
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-15Kill / dead info has been moved to MI's.Evan Cheng
2006-11-14Revert. This wasn't meant to be checked in.Evan Cheng
2006-11-13Matches MachineInstr changes.Evan Cheng
2006-11-11Add implicit use / def operands to created MI's.Evan Cheng
2006-11-10Use TargetInstrInfo::getNumOperands() instead of MachineInstr::getNumOperands...Evan Cheng
2006-11-02For PR786:Reid Spencer
2006-09-05Bugfix to work with the two-addr changes that have been made in the tree rece...Chris Lattner
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-07-19Do once flag never set to true.Jim Laskey
2006-06-28Hide x86 symbolsChris Lattner
2006-02-18Added fisttp for fp to int conversion.Evan Cheng
2006-01-26Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2006-01-21Rename fcmovae to fcmovnb and fcmova to fcmovnbe (following Intel manual).Evan Cheng
2006-01-10* fp to sint patterns.Evan Cheng
2005-12-21Rewrite FP stackifier support in the X86InstrInfo.td file, splitting patternsChris Lattner
2005-08-23Adjust to new livevars interfaceChris Lattner
2005-08-23Simplify this code by using LiveVariables::KillsRegisterChris Lattner
2005-04-21* Remove trailing whitespaceMisha Brukman
2005-01-23Allow the FP stackifier to completely ignore functions that do not use FP atChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-26Fix file header as it has been renamed.Misha Brukman