| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | Besides removing phi cycles that reduce to a single value, also remove dead | Bob Wilson | 2010-02-13 | 1 | -1/+4 | 
| *  | give MCCodeEmitters access to the current MCContext. | Chris Lattner | 2010-02-12 | 1 | -1/+1 | 
| *  | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman | 2010-02-12 | 1 | -0/+4 | 
| *  | Add a new pass on machine instructions to optimize away PHI cycles that  | Bob Wilson | 2010-02-12 | 1 | -0/+1 | 
| *  | Run codegen dce pass for all targets at all optimization levels. Previously it's | Evan Cheng | 2010-02-06 | 1 | -0/+6 | 
| *  | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner | 2010-02-03 | 1 | -10/+19 | 
| *  | pass an instprinter into the AsmPrinter if it is available. | Chris Lattner | 2010-02-03 | 1 | -3/+7 | 
| *  | make any use of the "O" stream in asmprinter print to | Chris Lattner | 2010-02-03 | 1 | -1/+10 | 
| *  | Hook up -filetype=obj through the MachO streamer.  Here's a demo: | Chris Lattner | 2010-02-02 | 1 | -6/+13 | 
| *  | use OwningPtr and factor code better. | Chris Lattner | 2010-02-02 | 1 | -19/+21 | 
| *  | refactor code so that LLVMTargetMachine creates the asmstreamer and  | Chris Lattner | 2010-02-02 | 1 | -3/+20 | 
| *  | simplify getVerboseAsm | Chris Lattner | 2010-02-02 | 1 | -6/+6 | 
| *  | move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp... | Chris Lattner | 2010-02-02 | 1 | -1/+13 | 
| *  | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner | 2010-02-02 | 1 | -2/+1 | 
| *  | eliminate FileModel::Model, just use CodeGenFileType.  The client | Chris Lattner | 2010-02-02 | 1 | -10/+7 | 
| *  | eliminate all forms of addPassesToEmitMachineCode except | Chris Lattner | 2010-02-02 | 1 | -72/+8 | 
| *  | Inline addAssemblyEmitter into its one real caller and delete | Chris Lattner | 2010-02-02 | 1 | -31/+7 | 
| *  | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman | 2010-02-01 | 1 | -17/+1 | 
| *  | Revert r94066, which was the patch which added a Verifier pass after | Dan Gohman | 2010-01-22 | 1 | -4/+0 | 
| *  | Run the verifier after LSR, to help catch use-before-def errors before | Dan Gohman | 2010-01-21 | 1 | -0/+4 | 
| *  | Run the pre-register allocation tail duplication pass by default.  Remove | Bob Wilson | 2010-01-16 | 1 | -5/+3 | 
| *  | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman | 2010-01-15 | 1 | -3/+14 | 
| *  | Add comment explaining the necessity of r93456 | Jim Grosbach | 2010-01-14 | 1 | -0/+5 | 
| *  | Dwarf EH prepare needs to be run after SjLj prepare. Otherwise, | Jim Grosbach | 2010-01-14 | 1 | -1/+1 | 
| *  | Re-enable extension optimization pass. | Evan Cheng | 2010-01-13 | 1 | -0/+1 | 
| *  | Disable opt-ext pass to unbreak the build for now. | Evan Cheng | 2010-01-13 | 1 | -1/+0 | 
| *  | Remove debug option I accidentally left in. | Evan Cheng | 2010-01-13 | 1 | -3/+0 | 
| *  | Add a quick pass to optimize sign / zero extension instructions. For targets ... | Evan Cheng | 2010-01-13 | 1 | -0/+5 | 
| *  | Allow double defs after tail duplication. | Jakob Stoklund Olesen | 2010-01-06 | 1 | -1/+2 | 
| *  | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -4/+5 | 
| *  | Fix setting and default setting of code model for jit. Do this | Eric Christopher | 2009-12-21 | 1 | -0/+26 | 
| *  | Remove debugging code. | Evan Cheng | 2009-12-17 | 1 | -24/+0 | 
| *  | Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int... | Evan Cheng | 2009-12-17 | 1 | -0/+24 | 
| *  | Add a pre-regalloc tail duplication pass. | Evan Cheng | 2009-12-04 | 1 | -1/+11 | 
| *  | Rename new TailDuplicationPass to avoid name conflict with the old one. | Bob Wilson | 2009-11-26 | 1 | -2/+2 | 
| *  | Split tail duplication into a separate pass.  This is needed to avoid | Bob Wilson | 2009-11-26 | 1 | -0/+8 | 
| *  | Remove DebugLabelFolder pass. It is not used by dwarf writer anymore. | Devang Patel | 2009-11-24 | 1 | -4/+0 | 
| *  | Add an experimental option to run gep-splitting and no-load GVN | Dan Gohman | 2009-11-20 | 1 | -0/+11 | 
| *  | Now that code placement optimization pass is run for JIT, make sure it's befo... | Evan Cheng | 2009-11-05 | 1 | -3/+3 | 
| *  | Add some options to disable various code gen optimizations. | Eric Christopher | 2009-11-04 | 1 | -8/+26 | 
| *  | Factor out more code into addCommonCodeGenPasses. The JIT wasn't | Dan Gohman | 2009-10-31 | 1 | -32/+30 | 
| *  | Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability | Dan Gohman | 2009-10-31 | 1 | -6/+1 | 
| *  | Don't put in these EH changes. | Bill Wendling | 2009-10-29 | 1 | -2/+2 | 
| *  | Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9. | Bill Wendling | 2009-10-29 | 1 | -2/+2 | 
| *  | Revert r85346 change to control tail merging by CodeGenOpt::Level. | Bob Wilson | 2009-10-28 | 1 | -1/+1 | 
| *  | Record CodeGen optimization level in the BranchFolding pass so that we can | Bob Wilson | 2009-10-27 | 1 | -1/+1 | 
| *  | Change createPostRAScheduler so it can be turned off at llc -O1. | Evan Cheng | 2009-10-16 | 1 | -1/+1 | 
| *  | Add a target hook to add pre- post-regalloc scheduling passes. | Evan Cheng | 2009-09-30 | 1 | -0/+4 | 
| *  | Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post... | David Goodwin | 2009-09-30 | 1 | -9/+1 | 
| *  | Flip -disable-post-RA-scheduler to -post-RA-scheduler. | Evan Cheng | 2009-09-25 | 1 | -5/+7 |