index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Passes
/
PassBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Port LoopLoadElimination to the new pass manager and wire it into
Chandler Carruth
2017-01-27
1
-1
/
+4
*
[PM] Flesh out almost all of the late loop passes.
Chandler Carruth
2017-01-27
1
-9
/
+37
*
[PM] Enable the main loop pass pipelines with everything but
Chandler Carruth
2017-01-26
1
-12
/
+6
*
[Guards] Introduce loop-predication pass
Artur Pilipenko
2017-01-25
1
-0
/
+1
*
[PM] Flesh out the new pass manager LTO pipeline.
Davide Italiano
2017-01-24
1
-5
/
+158
*
[PM] Port LoopSink to the new pass manager.
Chandler Carruth
2017-01-20
1
-0
/
+1
*
[PM] Add LoopVectorize to the default module pipeline
Michael Kuperstein
2017-01-19
1
-4
/
+0
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-1
/
+3
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-3
/
+9
*
[PM] Introduce a devirtualization iteration layer for the new PM.
Chandler Carruth
2016-12-28
1
-0
/
+20
*
[PM] Disable the loop vectorizer from the new PM's pipeline as it
Chandler Carruth
2016-12-28
1
-0
/
+4
*
[PM] Disable more of the loop passes -- LCSSA and LoopSimplify are also
Chandler Carruth
2016-12-27
1
-3
/
+9
*
[PM] Try to improve the comments here to make what's going on more
Chandler Carruth
2016-12-24
1
-3
/
+5
*
[PM] Add support for building a default AA pipeline to the PassBuilder.
Chandler Carruth
2016-12-23
1
-0
/
+34
*
[NewGVN] Add the pass to PassRegistry.def.
Davide Italiano
2016-12-22
1
-0
/
+1
*
[PM] Introduce a reasonable port of the main per-module pass pipeline
Chandler Carruth
2016-12-22
1
-15
/
+278
*
[PM] Provide an initial, minimal port of the inliner to the new pass manager.
Chandler Carruth
2016-12-20
1
-0
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-0
/
+1
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-1
/
+0
*
[PM] Support invalidation of inner analysis managers from a pass over the out...
Chandler Carruth
2016-12-10
1
-1
/
+0
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-8
/
+8
*
[GlobalSplit] Port to the new pass manager.
Davide Italiano
2016-11-21
1
-0
/
+1
*
Conditionally eliminate library calls where the result value is not used
Rong Xu
2016-10-18
1
-0
/
+1
*
Rename NameAnonFunctions to NameAnonGlobals to match what it is doing (NFC)
Mehdi Amini
2016-09-16
1
-2
/
+2
*
[PM] Port CFGViewer and CFGPrinter to the new Pass Manager
Sriraman Tallam
2016-09-15
1
-0
/
+1
*
[PM] Introduce basic update capabilities to the new PM's CGSCC pass
Chandler Carruth
2016-08-24
1
-4
/
+5
*
[PM] Re-instate r279227 and r279228 with a fix to the way the templating
Chandler Carruth
2016-08-19
1
-6
/
+9
*
[PM] Revert r279227 and r279228 until I can find someone to help me
Chandler Carruth
2016-08-19
1
-9
/
+6
*
[PM] Make the the new pass manager support fully generic extra arguments
Chandler Carruth
2016-08-19
1
-6
/
+9
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
1
-0
/
+1
*
[PM] Port LoopDataPrefetch to new pass manager
Teresa Johnson
2016-08-13
1
-0
/
+1
*
[PM] Port LowerInvoke to the new pass manager
Michael Kuperstein
2016-08-12
1
-0
/
+1
*
[PM] Port NameAnonFunction pass to new pass manager
Teresa Johnson
2016-08-12
1
-0
/
+1
*
[PM] Port ModuleSummaryIndex analysis to new pass manager
Teresa Johnson
2016-08-12
1
-0
/
+1
*
Consistently use CGSCCAnalysisManager
Sean Silva
2016-08-09
1
-2
/
+2
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-2
/
+2
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-2
/
+2
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-2
/
+2
*
[PM] Change the name of the repeating utility to something less
Chandler Carruth
2016-08-04
1
-4
/
+4
*
[PM] Fix a mis-named parameter in parseLoopPass -- the pass manager was
Chandler Carruth
2016-08-03
1
-6
/
+6
*
[PM] Add a generic 'repeat N times' pass wrapper to the new pass
Chandler Carruth
2016-08-03
1
-1
/
+58
*
[PM] Remove the NDEBUG condition around isModulePassName.
Chandler Carruth
2016-08-03
1
-2
/
+0
*
[PM] Significantly refactor the pass pipeline parsing to be easier to
Chandler Carruth
2016-08-03
1
-244
/
+247
*
[PM] Port SpeculativeExecution to the new PM
Michael Kuperstein
2016-08-01
1
-0
/
+1
*
[PM] Port LowerGuardIntrinsic to the new PM.
Michael Kuperstein
2016-07-28
1
-0
/
+1
*
[PM] Port SymbolRewriter to the new PM
Michael Kuperstein
2016-07-25
1
-0
/
+1
*
StringSwitch cannot be copied (take 2).
Jordan Rose
2016-07-25
1
-7
/
+7
*
Revert "StringSwitch cannot be copied or moved."
Jordan Rose
2016-07-25
1
-7
/
+7
*
StringSwitch cannot be copied or moved.
Jordan Rose
2016-07-25
1
-7
/
+7
*
[PM] Port BreakCriticalEdges to the new PM.
Wei Mi
2016-07-22
1
-0
/
+1
[next]