Convert to the new TargetMachine interface.
[oota-llvm.git] / lib / Target / X86 / FloatingPoint.cpp
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