summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Passes.cpp
Commit message (Expand)AuthorAge
* Remove the now unused strong phi elimination pass.Rafael Espindola2013-10-14
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-26
* Don't leak passes if added outside of the area determined by Started/Stopped ...Benjamin Kramer2013-08-05
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-03
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling2013-05-20
* Add braces around || in && to pacify GCC.Benjamin Kramer2013-04-11
* Generalize the PassConfig API and remove addFinalizeRegAlloc().Andrew Trick2013-04-10
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Remove unused #includes.Bill Wendling2013-03-05
* Fix a typo.Cameron Zwarich2013-02-10
* Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen2013-01-17
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-07
* Add targets to skip running the GC passes.Evan Cheng2012-12-21
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-30
* Move else onto line with preceding closing brace.Craig Topper2012-11-19
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-13
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-19
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-19
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* The early if conversion pass is ready to be used as an opt-in.Jakob Stoklund Olesen2012-10-03
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Add a verification pass after ExpandISelPseudos.Jakob Stoklund Olesen2012-08-20
* Add an experimental -early-live-intervals option.Jakob Stoklund Olesen2012-08-03
* Make sure -print-machineinstrs applies to the first pass as well.Jakob Stoklund Olesen2012-07-04
* Add an experimental early if-conversion pass, off by default.Jakob Stoklund Olesen2012-07-04
* All glory to address sanitizer. ;]Chandler Carruth2012-07-02
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-02
* Move assertion with TargetPassConfig's Initialized flag.Bob Wilson2012-07-02
* Consistently use AnalysisID types in TargetPassConfig.Bob Wilson2012-07-02
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-02
* Allow targets to inject passes before the virtual register rewriter.Jakob Stoklund Olesen2012-06-26
* Run ProcessImplicitDefs on SSA form where it can be much simpler.Jakob Stoklund Olesen2012-06-25
* Reintroduce VirtRegRewriter.Jakob Stoklund Olesen2012-06-08
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-30
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-01
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-16
* Enable machine code verification in the entire code generator.Jakob Stoklund Olesen2012-03-28
* Enable machine code verification after PreSched2 passes.Jakob Stoklund Olesen2012-03-28
* Also verify after ExpandPostRAPseudos.Jakob Stoklund Olesen2012-03-28
* Enable machine code verification after the late machine optimization passes.Jakob Stoklund Olesen2012-03-28
* misched: implemented a framework for top-down or bottom-up scheduling.Andrew Trick2012-03-14
* Fix machine-cp by having it to check sub-register indicies. e.g.Evan Cheng2012-02-20
* Disable machine copy propagation for now. It's known to be buggy (PR11940) an...Benjamin Kramer2012-02-16
* Revert r150565 again. Appears to be a stage2 failure with dragonegg.Andrew Trick2012-02-15
* Reapply r150565 with the typo fix properly merged.Andrew Trick2012-02-15