Add support for the Switch instruction by running the lowerSwitch pass first
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.cpp
2003-04-23 Chris LattnerAdd support for the Switch instruction by running the...
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-01-16 Chris LattnerImplement code to keep the stack pointer aligned to...
2003-01-13 Chris Lattner* No longer need lowerallocation pass
2002-12-28 Chris Lattner* Initialize new FrameInfo member
2002-12-25 Chris LattnerFree machine code
2002-12-24 Chris LattnerChanges to allow for a configurable target machine...
2002-12-17 Chris LattnerLocal register allocator is now stable enough for use...
2002-12-16 Chris LattnerAdd mechanism to select register allocator to use
2002-12-16 Chris LattnerRename createSimpleX86RegisterAllocator to createSimple...
2002-12-13 Misha BrukmanMake function code generation printing debug-only.
2002-12-13 Brian Gaekebrg
2002-11-22 Misha BrukmanEnable the register allocator pass.
2002-10-30 Chris LattnerPrint machine code after instruction selection
2002-10-29 Chris LattnerConvert backend to use passes, implement X86TargetMachine