Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / X86 / X86FloatingPoint.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-29 Evan ChengEnabling new condition code modeling scheme.
2007-09-25 Evan ChengNew style x87 cmp instructions.
2007-09-25 Evan ChengAdded support for new condition code modeling scheme...
2007-09-20 Dale Johannesenanother long double buglet
2007-09-17 Dale JohannesenRemove RSTRegClass case from loadRegFromStackSlot
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-09-11 Duncan SandsMy compiler warns about the semicolon.
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-08-07 Dale JohannesenLong double patch 8 of N: make it partially work in
2007-08-07 Dale JohannesenLong double patch 7 of N, unless I lost count:).
2007-08-06 Dale JohannesenGet X86 long double calling convention to work
2007-08-06 Dale JohannesenMake 80-bit store maintain simulated FP stack correctly.
2007-08-05 Dale JohannesenLong double patch 4 of N: initial x87 implementation.
2007-07-10 Dale JohannesenFix fp_constant_op failure.
2007-07-04 Dale JohannesenRefactor X87 instructions. As a side effect, all
2007-07-03 Dale JohannesenSome spacing fixes. Cosmetic.
2007-07-03 Dale JohannesenFix for PR 1505 (and 1489). Rewrite X87 register
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-25 Evan ChengMatch MachineFunction::UsedPhysRegs changes.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-08 Chris LattnerFix a bug introduced by the streams patch. DEBUG code...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-01 Evan ChengFix 2005-05-08-FPStackifierPHI.ll failure.
2006-11-30 Evan ChengMachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-15 Evan ChengKill / dead info has been moved to MI's.
2006-11-14 Evan ChengRevert. This wasn't meant to be checked in.
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-11-11 Evan ChengAdd implicit use / def operands to created MI's.
2006-11-10 Evan ChengUse TargetInstrInfo::getNumOperands() instead of Machin...
2006-11-02 Reid SpencerFor PR786:
2006-09-05 Chris LattnerBugfix to work with the two-addr changes that have...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-07-19 Jim LaskeyDo once flag never set to true.
2006-06-28 Chris LattnerHide x86 symbols
2006-02-18 Evan ChengAdded fisttp for fp to int conversion.
2006-01-26 Jeff CohenImprove compatibility with VC2005, patch by Morten...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-21 Evan ChengRename fcmovae to fcmovnb and fcmova to fcmovnbe (follo...
2006-01-10 Evan Cheng* fp to sint patterns.
2005-12-21 Chris LattnerRewrite FP stackifier support in the X86InstrInfo.td...
2005-08-23 Chris LattnerAdjust to new livevars interface
2005-08-23 Chris LattnerSimplify this code by using LiveVariables::KillsRegister
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-01-23 Chris LattnerAllow the FP stackifier to completely ignore functions...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-26 Misha BrukmanFix file header as it has been renamed.
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-11 Chris LattnerFix bug in previous checkin
2004-06-11 Chris LattnerNow that compare instructions aren't lumped in with...
2004-06-11 Chris LattnerIntroduce a new FP instruction type to separate the...
2004-06-11 Chris LattnerSplit compare instruction handling OUT of handleTwoArgF...
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-05-01 Chris LattnerIterate over the Machine CFG that Brian added instead...
2004-04-14 Chris LattnerThis is the real fix for Codegen/X86/2004-04-13-FPCMOV...
2004-04-12 Chris LattnerFix issues that the local allocator has dealing with...
2004-04-12 Chris LattnerAdd support for the FUCOMIr instruction
2004-04-11 Chris LattnerRelax assertion to make this function work with a broad...
2004-04-01 Chris LattnerSimplify code by using the more powerful BuildMI forms.
2004-03-31 Chris LattnerAdd support for floating point conditional move instruc...
2004-02-29 Alkis EvlogimenosA big X86 instruction rename. The instructions are...
2004-02-28 Alkis EvlogimenosFloating point loads/stores act on memory operands...
2004-02-15 Alkis EvlogimenosFix problem in DEBUG code. I could be pointing past...
2004-02-14 Alkis EvlogimenosUse newly added next() and prior() utility functions.
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-10 Chris LattnerDon't use MachineOperator::is(Phys|Virt)Register
2004-02-03 Chris LattnerAdd support for one argument OneArgFP instructions
2004-02-02 Chris LattnerAdd support for OneArgFPRW instructions, fix a couple...
2004-01-30 Chris LattnerAdd some comments sketching out how this is to work...
2003-12-20 Alkis EvlogimenosRemove floating point killer pass. This is now implemen...
2003-12-20 Chris LattnerFix memory leak in the stackifier, due to the machineba...
2003-12-20 Chris LattnerFinegrainify namespacification
2003-12-14 Alkis EvlogimenosChange preserve all claim to just preserve live variabl...
2003-12-13 Alkis EvlogimenosAdd a floating point killer pass. This pass runs before...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Misha BrukmanFix spelling.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-03 Chris LattnerResort tables
2003-08-03 Chris LattnerSet debug types
2003-08-01 Chris LattnerMove DEBUG to Debug.h
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerNew files