aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
AgeCommit message (Expand)Author
2008-01-14don't create the post-ra scheduler unless it is enabled.Chris Lattner
2008-01-07Ammending r45669 with a missing file.Gordon Henriksen
2008-01-05allow sinking to be enabled for the jitChris Lattner
2008-01-04Move option to enable machine LICM into LLVMTargetMachine.cpp.Bill Wendling
2008-01-04Add a really quick hack at a machine code sinking pass, enabled with --enable...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-07Initial commit of the machine code LICM pass. It successfully hoists this:Bill Wendling
2007-07-27Move subreg lowering pass to be right after regalloc, per feedback.Christopher Lamb
2007-07-26Add a MachineFunction pass, which runs post register allocation, that turns s...Christopher Lamb
2007-07-20Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng
2007-07-13Modify previous patch per review comments.Dale Johannesen
2007-07-13Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen
2007-07-11Exception handling has been implemented.Duncan Sands
2007-06-19document and hide two options.Chris Lattner
2007-05-22name change requested by review of previous patchDale Johannesen
2007-05-22Make tail merging the default, except on powerPC. There was no prior artDale Johannesen
2007-03-31move a bunch of code out of the sdisel pass into its own opt pass "codegenpre...Chris Lattner
2007-03-31Add a -print-lsr-output option to LLC, to print the output of the LSR pass.Chris Lattner
2007-03-06Now LoopStrengthReduce is a LoopPass.Devang Patel
2007-02-22Use exception flag.Jim Laskey
2007-02-08Split the addPassesToEmitFile method up into two. This is so that we canBill Wendling
2006-12-07Removed more <iostream> includesBill Wendling
2006-11-16enable the branch folding pass for the JIT.Chris Lattner
2006-11-071. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey
2006-10-24Don't do dead block elimination in fast mode.Jim Laskey
2006-10-13add the branch folding pass as a late cleanup pass for all targets. For nowChris Lattner
2006-09-04add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina
2006-09-04new fileChris Lattner