summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/Scalar.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [LoopDataPrefetch] Make it testable with optAdam Nemet2016-02-221-0/+1
* New Loop Versioning LICM PassAshutosh Nema2016-02-061-0/+1
* [LoopVersioning] Expose loop versioning as a pass tooAdam Nemet2016-02-031-0/+1
* Add LoopSimplifyCFG passFiona Glaser2016-01-291-0/+5
* LLE 6/6: Add LoopLoadElimination passAdam Nemet2015-11-031-0/+1
* [PM] Port ADCE to the new pass managerJustin Bogner2015-10-301-1/+1
* [PM] Port SROA to the new pass manager.Chandler Carruth2015-09-121-1/+1
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-3/+3
* Convert SampleProfile pass into a Module pass.Diego Novillo2015-08-251-1/+0
* [PM/AA] Hoist the interface to TBAA into a dedicated header along withChandler Carruth2015-08-141-0/+1
* [PM/AA] Hoist ScopedNoAliasAA's interface into a header and move theChandler Carruth2015-08-141-0/+1
* [PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth2015-08-061-0/+1
* Add a speculative execution passJingyue Wu2015-05-151-0/+1
* New Loop Distribution passAdam Nemet2015-05-141-0/+1
* Simplify n-ary adds by reassociationJingyue Wu2015-04-141-0/+1
* Reapply r233175 and r233183: float2int.James Molloy2015-03-271-0/+1
* Revert r233175 and r233183 with it. This pulls float2int back out of the tree...Nick Lewycky2015-03-271-1/+0
* Reapply r233062: "float2int": Add a new pass to demote from float to int wher...James Molloy2015-03-251-0/+1
* Revert r233062 ""float2int": Add a new pass to demote from float to int where...Hans Wennborg2015-03-241-1/+0
* "float2int": Add a new pass to demote from float to int where possible.James Molloy2015-03-241-0/+1
* Verifier: Remove the separate -verify-di passDuncan P. N. Exon Smith2015-03-191-1/+0
* Add a new pass "Loop Interchange"Karthik Bhat2015-03-061-0/+1
* Add a pass for constructing gc.statepoint sequences w/explicit relocationsPhilip Reames2015-02-201-0/+1
* [LoopAccesses] Create the analysis passAdam Nemet2015-02-191-0/+1
* Revert r229622: "[LoopAccesses] Make VectorizerParams global" and others. r22...NAKAMURA Takumi2015-02-181-1/+0
* [LoopAccesses] Create the analysis passAdam Nemet2015-02-181-0/+1
* [BDCE] Add a bit-tracking DCE passHal Finkel2015-02-171-0/+5
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Add a pass for inserting safepoints into (nearly) arbitrary IRPhilip Reames2015-02-041-0/+2
* Add straight-line strength reduction to LLVMJingyue Wu2015-02-031-0/+1
* [PM] Refactor the core logic to run EarlyCSE over a function into anChandler Carruth2015-01-271-1/+1
* Add a new pass "inductive range check elimination"Sanjoy Das2015-01-161-0/+1
* Revert r226201 (Add a new pass "inductive range check elimination")Sanjoy Das2015-01-151-1/+0
* Add a new pass "inductive range check elimination"Sanjoy Das2015-01-151-0/+1
* [C API] Make the 'lower switch' pass available via the C API.Juergen Ributzka2014-09-111-0/+4
* Add an AlignmentFromAssumptions PassHal Finkel2014-09-071-0/+5
* Initialize FlattenCFG passJan Vesely2014-08-131-0/+1
* Add scoped-noalias metadataHal Finkel2014-07-241-0/+4
* MergedLoadStoreMotion passGerolf Hoflehner2014-07-181-0/+5
* Move GlobalMerge from Transform to CodeGen.Jiangning Liu2014-06-131-1/+0
* Global merge for global symbols.Jiangning Liu2014-06-111-0/+1
* Add LoadCombine pass.Michael J. Spencer2014-05-291-0/+1
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-161-1/+0
* Implement global merge optimization for global variables.Jiangning Liu2014-05-151-0/+1
* Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky2014-05-011-0/+1
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-151-0/+1
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-221-1/+0
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-251-0/+1
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-251-1/+0
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-0/+1
OpenPOWER on IntegriCloud