summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Passes/PassBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "New pass manager for LICM."Vitaly Buka2016-07-121-1/+0
* New pass manager for LICM.Dehao Chen2016-07-111-0/+1
* [PM/IPO] Port LowerTypeTests to the new PassManager.Davide Italiano2016-07-111-0/+1
* [PM] Port LoopVectorize to the new PM.Sean Silva2016-07-091-0/+1
* [PM] Port CrossDSOCFI to the new pass manager.Davide Italiano2016-07-091-0/+1
* [PM] Fix a think-o. mv {Scalar,Vectorize}/SLPVectorize.hSean Silva2016-07-091-1/+1
* [PM] Port LoopSimplify to the new pass manager.Davide Italiano2016-07-091-0/+1
* [PM] Port UnreachableBlockElim to the new Pass ManagerWei Mi2016-07-081-0/+1
* [PM] Port InstSimplify to the new pass manager.Davide Italiano2016-07-071-0/+1
* [PM] Port TailCallElimSean Silva2016-07-061-0/+1
* [PM] Port CorrelatedValuePropagationSean Silva2016-07-061-0/+1
* [CFLAA] Split into Anders+Steens analysis.George Burgess IV2016-07-061-2/+4
* [PM] Port LoopAccessInfo analysis to new PMXinliang David Li2016-07-021-0/+1
* [PM] Port ConstantHoisting to the new Pass ManagerMichael Kuperstein2016-07-021-0/+1
* [PM] Improve the debugging and logging facilities of the CGSCC bits ofChandler Carruth2016-06-271-4/+5
* [PM] Port PartialInlining to the new PMEaswaran Raman2016-06-271-0/+1
* [PM] Port float2int to the new pass managerMichael Kuperstein2016-06-241-0/+1
* [PM] Port PreISelIntrinsicLowering to the new PMMichael Kuperstein2016-06-241-0/+1
* [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
OpenPOWER on IntegriCloud