When the allocator rewrite a spill register with new virtual register, it replaces...
[oota-llvm.git] / lib / CodeGen / LLVMTargetMachine.cpp
2007-07-27 Christopher LambMove subreg lowering pass to be right after regalloc...
2007-07-26 Christopher LambAdd a MachineFunction pass, which runs post register...
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-13 Dale JohannesenModify previous patch per review comments.
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...
2007-07-11 Duncan SandsException handling has been implemented.
2007-06-19 Chris Lattnerdocument and hide two options.
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-03-31 Chris Lattnermove a bunch of code out of the sdisel pass into its...
2007-03-31 Chris LattnerAdd a -print-lsr-output option to LLC, to print the...
2007-03-06 Devang PatelNow LoopStrengthReduce is a LoopPass.
2007-02-22 Jim LaskeyUse exception flag.
2007-02-08 Bill WendlingSplit the addPassesToEmitFile method up into two. This...
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-11-16 Chris Lattnerenable the branch folding pass for the JIT.
2006-11-07 Jim Laskey1. Add a pass to fold debug label instructions so a...
2006-10-24 Jim LaskeyDon't do dead block elimination in fast mode.
2006-10-13 Chris Lattneradd the branch folding pass as a late cleanup pass...
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-09-04 Chris Lattnernew file