summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Passes/PassBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM] Port MergedLoadStoreMotion to the new pass manager, take two.Davide Italiano2016-06-171-0/+1
* [PM] Run clang-format over various parts of the new pass manager codeChandler Carruth2016-06-171-12/+18
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-8/+17
* [PM] Revert the port of MergeLoadStoreMotion to the new pass manager.Davide Italiano2016-06-161-1/+0
* [PM] Port Add discriminator pass to new PMXinliang David Li2016-06-151-0/+1
* [PM] Port SLPVectorizer to the new PMSean Silva2016-06-151-0/+1
* [PM] Port AlignmentFromAssumptions to the new PM.Sean Silva2016-06-151-0/+1
* [PM] Port WholeProgramDevirt to the new pass manager.Davide Italiano2016-06-141-0/+1
* [PM] Port Mem2Reg to the new pass manager.Davide Italiano2016-06-141-0/+2
* [PM] Port MemCpyOpt to the new PM.Sean Silva2016-06-141-0/+1
* Bring back "[PM] Port JumpThreading to the new PM" with a fixSean Silva2016-06-141-0/+1
* [PM] Port MergedLoadStoreMotion to the new pass manager.Davide Italiano2016-06-141-1/+2
* Revert "[PM] Port JumpThreading to the new PM"Sean Silva2016-06-141-1/+0
* [PM] Port JumpThreading to the new PMSean Silva2016-06-131-0/+1
* [PM] Port LVI to the new PM.Sean Silva2016-06-131-0/+1
* [PM] Port DeadArgumentElimination to the new PMSean Silva2016-06-121-0/+1
* [PM] Port LCSSA to the new PM.Easwaran Raman2016-06-091-0/+1
* [PM] Port IndVarSimplify to the new pass managerSanjoy Das2016-06-051-0/+1
* [PM] Port GCOVProfiler pass to the new pass managerXinliang David Li2016-06-051-0/+1
* Reapply r271728 after adding move cobstructor for ProfileSummaryInfoEaswaran Raman2016-06-031-1/+2
* Revert r271728 as it breaks Windows buildEaswaran Raman2016-06-031-2/+1
* Analysis pass to access profile summary infoEaswaran Raman2016-06-031-1/+2
* [MemorySSA] Port to new pass managerGeoff Berry2016-06-011-0/+1
* [PM] Port the Sample FDO to new PM (part-2)Xinliang David Li2016-05-271-0/+1
* [PM] Port PartiallyInlineLibCalls to the new pass manager.Davide Italiano2016-05-251-0/+1
* [PM] Port BDCE to the new pass manager.Davide Italiano2016-05-251-1/+2
* New pass: guard wideningSanjoy Das2016-05-181-0/+1
* [PM] Port per-function SCCP to the new pass manager.Davide Italiano2016-05-181-0/+1
* [PM] Port DSE to the new pass managerJustin Bogner2016-05-171-0/+1
* Appease msc18 to move PassBuilder::crossRegisterProxies() in front of PassBui...NAKAMURA Takumi2016-05-161-14/+14
* [PM] Add newline at the end of the file, for consistency. NFC.Davide Italiano2016-05-141-1/+1
* [PM] Refactor cross-registration of AM into an helper.Davide Italiano2016-05-141-0/+14
* [PM] Port LowerAtomic to the new pass manager.Davide Italiano2016-05-131-0/+1
* [PM] Port of the DepndenceAnalysis to the new PM.Chandler Carruth2016-05-121-0/+1
* [PM] port IR based PGO prof-gen pass to new pass managerXinliang David Li2016-05-061-0/+1
* [PM] port Branch Frequency Analaysis pass to new PMXinliang David Li2016-05-051-0/+2
* [PM] Port Interprocedural SCCP to the new pass manager.Davide Italiano2016-05-051-0/+1
* [PM] Port Branch Probability Analysis pass to the new pass manager.Xinliang David Li2016-05-051-0/+1
* [PM] Port EliminateAvailableExternally pass to the new pass manager.Davide Italiano2016-05-051-0/+1
* [PM] Port ConstantMerge to the new pass manager.Davide Italiano2016-05-051-1/+2
* PM: Port LoopRotation to the new loop pass managerJustin Bogner2016-05-031-0/+1
* PM: Port LoopSimplifyCFG to the new pass managerJustin Bogner2016-05-031-0/+1
* [IPO/GlobalDCE] Port to the new pass manager.Davide Italiano2016-05-031-0/+1
* PM: Port Reassociate to the new pass managerJustin Bogner2016-04-261-0/+1
* PM: Port Internalize to the new pass managerJustin Bogner2016-04-261-0/+1
* PM: Port GlobalOpt to the new pass managerJustin Bogner2016-04-261-0/+1
* PM: Port SinkingPass to the new pass managerJustin Bogner2016-04-221-0/+1
* PM: Port DCE to the new pass managerJustin Bogner2016-04-221-0/+1
* Port DemandedBits to the new pass manager.Michael Kuperstein2016-04-181-0/+1
* Port InstrProfiling pass to the new pass managerXinliang David Li2016-04-181-0/+1
OpenPOWER on IntegriCloud