Use raw_ostream throughout the AsmPrinter.
[oota-llvm.git] / lib / CodeGen / LLVMTargetMachine.cpp
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...
2008-06-30 Evan ChengDon't run stack slot coloring if -fast.
2008-06-06 Evan ChengEnable stack coloring by default.
2008-06-04 Evan ChengOops. Should not be enabled by default.
2008-06-04 Evan ChengAdd a stack slot coloring pass. Not yet enabled.
2008-06-03 Evan ChengDo not run loop-aligner at -fast (e.g. -O0).
2008-05-30 Evan ChengFix indentation.
2008-04-23 Anton KorobeynikovUnbreak JIT
2008-04-23 Anton KorobeynikovAdd facility for pre-RA passes
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Dale JohannesenRevert 49006 for the moment.
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-03-25 Dan GohmanAvoid outputing spaces at the ends of lines.
2008-03-25 Devang PatelDo not align loops if optimizing for size.
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-02-28 Evan ChengAdded option -align-loops=<true/false> to disable loop...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-01-14 Chris Lattnerdon't create the post-ra scheduler unless it is enabled.
2008-01-07 Gordon HenriksenAmmending r45669 with a missing file.
2008-01-05 Chris Lattnerallow sinking to be enabled for the jit
2008-01-04 Bill WendlingMove option to enable machine LICM into LLVMTargetMachi...
2008-01-04 Chris LattnerAdd a really quick hack at a machine code sinking pass...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-07 Bill WendlingInitial commit of the machine code LICM pass. It succes...
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