summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Passes.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename EH related stuff to be more preciseReid Kleckner2014-11-141-1/+1
* Transforms: address some late commentsSaleem Abdulrasool2014-11-081-1/+1
* Transform: add SymbolRewriter passSaleem Abdulrasool2014-11-071-0/+2
* Pacify bots and simplify r220321Arnaud A. de Grandmaison2014-10-211-1/+1
* [PBQP] Teach PassConfig to tell if the default register allocator is used.Arnaud A. de Grandmaison2014-10-211-0/+6
* Add pass-manager flags to use CFL AAHal Finkel2014-09-021-0/+6
* [PeepholeOptimizer] Refactor the advanced copy optimization to take advantage ofQuentin Colombet2014-08-201-0/+3
* Add scoped-noalias metadataHal Finkel2014-07-241-0/+1
* Enable partial libcall inlining for all targets by default.James Molloy2014-07-231-0/+5
* CodeGen: rename Win64 ExceptionHandling to WinEHSaleem Abdulrasool2014-06-291-1/+1
* [StackMaps] Enable patchpoint liveness analysis per default.Juergen Ributzka2014-06-261-6/+1
* [Stackmaps] Remove the liveness calculation for stackmap intrinsics.Juergen Ributzka2014-06-261-2/+1
* Add a subtarget hook: enablePostMachineScheduler.Andrew Trick2014-06-041-3/+3
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-151-1/+9
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-7/+7
* Remove LowerInvoke's obsolete "-enable-correct-eh-support" optionMark Seaborn2014-03-201-1/+1
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-251-0/+6
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-251-6/+0
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-0/+6
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-241-6/+0
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-0/+6
* Hide the pre-RA-sched= option.Andrew Trick2014-01-131-1/+1
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-121-4/+3
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Stub out a PostMachineScheduler pass.Andrew Trick2013-12-281-1/+12
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-191-2/+2
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-141-0/+8
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-131-5/+0
* Liveness Analysis PassAndrew Trick2013-12-131-0/+5
* Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune2013-12-071-1/+4
* Remove the now unused strong phi elimination pass.Rafael Espindola2013-10-141-14/+3
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-261-1/+1
* Don't leak passes if added outside of the area determined by Started/Stopped ...Benjamin Kramer2013-08-051-0/+2
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-031-1/+1
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-2/+2
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-3/+3
* The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling2013-05-201-1/+1
* Add braces around || in && to pacify GCC.Benjamin Kramer2013-04-111-4/+4
* Generalize the PassConfig API and remove addFinalizeRegAlloc().Andrew Trick2013-04-101-36/+50
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-291-18/+3
* Remove unused #includes.Bill Wendling2013-03-051-1/+0
* Fix a typo.Cameron Zwarich2013-02-101-1/+1
* Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen2013-01-171-4/+6
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-071-1/+1
* Add targets to skip running the GC passes.Evan Cheng2012-12-211-3/+10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-301-3/+7
* Move else onto line with preceding closing brace.Craig Topper2012-11-191-2/+1
OpenPOWER on IntegriCloud