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
...
*
Move the SampleProfileLoader right after EarlyFPM.
Dehao Chen
2017-08-07
1
-20
/
+31
*
[PM] Split LoopUnrollPass and make partial unroller a function pass
Teresa Johnson
2017-08-02
1
-2
/
+2
*
Update the new PM pipeline to make ICP aware if it is SamplePGO build.
Dehao Chen
2017-08-02
1
-21
/
+25
*
Refactor the build{Module|Function}SimplificationPipeline to expose optimizat...
Dehao Chen
2017-07-30
1
-18
/
+19
*
Refine the PGOOpt and SamplePGOSupport handling.
Dehao Chen
2017-07-29
1
-7
/
+12
*
Update the assertion to meet with the changes in r309121. (NFC)
Dehao Chen
2017-07-26
1
-1
/
+1
*
Make new PM honor -fdebug-info-for-profiling
Dehao Chen
2017-07-26
1
-0
/
+2
*
[PM] Enable registration of out-of-tree passes with PassBuilder
Philip Pfaffe
2017-07-10
1
-34
/
+187
*
Add sample PGO support to ThinLTO new pass manager.
Dehao Chen
2017-07-07
1
-13
/
+28
*
Hook the sample PGO machinery in the new PM
Dehao Chen
2017-06-29
1
-9
/
+13
*
[ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.
Tim Shen
2017-06-29
1
-3
/
+0
*
Create inliner params based on size and opt levels.
Easwaran Raman
2017-06-28
1
-3
/
+11
*
[EarlyCSE][MemorySSA] Enable MemorySSA in function-simplification pass of Ear...
Geoff Berry
2017-06-27
1
-2
/
+2
*
[PGO] Implementate profile counter regiser promotion
Xinliang David Li
2017-06-25
1
-0
/
+5
*
Remove the LoadCombine pass. It was never enabled and is unsupported.
Eric Christopher
2017-06-22
1
-3
/
+0
*
[EarlyCSE] Add option to use MemorySSA for function simplification run of Ear...
Geoff Berry
2017-06-10
1
-1
/
+5
*
[PM] Add GVNSink to the pipeline.
Davide Italiano
2017-06-03
1
-0
/
+10
*
Move GVNHoist to the right position in the new pass manager pipeline.
Davide Italiano
2017-06-01
1
-2
/
+4
*
[PM/ThinLTO] Port the ThinLTO pipeline (both components) to the new PM.
Chandler Carruth
2017-06-01
1
-18
/
+123
*
[PM] Enable the new simple loop unswitch pass in the new pass manager
Chandler Carruth
2017-05-26
1
-4
/
+1
*
[PM] Teach the PGO instrumentation pasess to run GlobalDCE before
Chandler Carruth
2017-05-25
1
-0
/
+5
*
[NewPM] Fix an innocent but silly typo. Reported by Craig Topper.
Davide Italiano
2017-05-22
1
-1
/
+1
*
[NewPM] Add a temporary cl::opt() to test NewGVN.
Davide Italiano
2017-05-22
1
-2
/
+13
*
[PartialInlining] Add internal options to enable partial inlining in pass pip...
Xinliang David Li
2017-05-22
1
-0
/
+9
*
[PM] Add ProfileSummaryAnalysis as a required pass in the new pipeline.
Easwaran Raman
2017-05-04
1
-0
/
+4
*
[PM/LoopUnswitch] Introduce a new, simpler loop unswitch pass.
Chandler Carruth
2017-04-27
1
-0
/
+1
*
Disable GVN Hoist due to still more bugs being found in it. There is
Chandler Carruth
2017-04-27
1
-1
/
+6
*
Simplify the CFG after loop pass cleanup.
Filipe Cabecinhas
2017-04-26
1
-0
/
+4
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
1
-1
/
+1
*
Add call branch annotation for ICP promoted direct call in SamplePGO mode.
Dehao Chen
2017-02-23
1
-3
/
+5
*
Increases full-unroll threshold.
Dehao Chen
2017-02-18
1
-2
/
+2
*
[PM] Hook up the instrumented PGO machinery in the new PM.
Davide Italiano
2017-02-13
1
-0
/
+60
*
[PM] Add devirtualization-based iteration utility into the new PM's
Chandler Carruth
2017-02-12
1
-1
/
+10
*
[PM] Enable GlobalsAA in the new PM's pipeline by default.
Chandler Carruth
2017-02-12
1
-14
/
+6
*
[PM] Add Argument Promotion to the pass pipeline.
Chandler Carruth
2017-02-09
1
-0
/
+9
*
[PM] Port ArgumentPromotion to the new pass manager.
Chandler Carruth
2017-02-09
1
-0
/
+1
*
Rename LowerTypeTestsSummaryAction to PassSummaryAction. NFCI.
Peter Collingbourne
2017-02-09
1
-2
/
+2
*
Add PredicateInfo utility and printing pass
Daniel Berlin
2017-02-07
1
-0
/
+1
*
[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
[prev]
[next]