summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Passes.cpp
Commit message (Expand)AuthorAge
* [StackMaps] Enable patchpoint liveness analysis per default.Juergen Ributzka2014-06-26
* [Stackmaps] Remove the liveness calculation for stackmap intrinsics.Juergen Ributzka2014-06-26
* Add a subtarget hook: enablePostMachineScheduler.Andrew Trick2014-06-04
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Remove LowerInvoke's obsolete "-enable-correct-eh-support" optionMark Seaborn2014-03-20
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Hide the pre-RA-sched= option.Andrew Trick2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Stub out a PostMachineScheduler pass.Andrew Trick2013-12-28
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-14
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-13
* Liveness Analysis PassAndrew Trick2013-12-13
* Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune2013-12-07
* 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