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
/
Transforms
/
IPO
/
PassManagerBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split the SimplifyCFG pass into two variants.
Joerg Sonnenberger
2017-03-26
1
-1
/
+1
*
Disable loop unrolling and icp in SamplePGO ThinLTO compile phase
Dehao Chen
2017-03-23
1
-1
/
+12
*
IPO: Const correctness for summaries passed into passes.
Peter Collingbourne
2017-03-22
1
-7
/
+5
*
Only unswitch loops with uniform conditions
Stanislav Mekhanoshin
2017-03-17
1
-2
/
+3
*
Disable gvn-hoist (PR32153)
Hans Wennborg
2017-03-06
1
-2
/
+2
*
Revert "Re-apply "[GVNHoist] Move GVNHoist to function simplification part of...
Benjamin Kramer
2017-03-03
1
-2
/
+2
*
Re-apply "[GVNHoist] Move GVNHoist to function simplification part of pipeline."
Geoff Berry
2017-03-02
1
-2
/
+2
*
Add call branch annotation for ICP promoted direct call in SamplePGO mode.
Dehao Chen
2017-02-23
1
-3
/
+6
*
Increases full-unroll threshold.
Dehao Chen
2017-02-18
1
-6
/
+6
*
PMB: Add an importing WPD pass to the start of the ThinLTO backend pipeline.
Peter Collingbourne
2017-02-15
1
-1
/
+15
*
IR: Type ID summary extensions for WPD; thread summary into WPD pass.
Peter Collingbourne
2017-02-13
1
-1
/
+2
*
Rename LowerTypeTestsSummaryAction to PassSummaryAction. NFCI.
Peter Collingbourne
2017-02-09
1
-5
/
+3
*
[PM] MLSM has been enabled for a way. Reclaim a cl::opt.
Davide Italiano
2017-01-28
1
-8
/
+2
*
Add loop pass insertion point EP_LateLoopOptimizations
Krzysztof Parzyszek
2017-01-25
1
-0
/
+2
*
IPO, LTO: Plumb the summary from the LTO API into the pass manager.
Peter Collingbourne
2017-01-20
1
-2
/
+7
*
LowerTypeTests: Thread summary and action from the API and command line into ...
Peter Collingbourne
2017-01-07
1
-1
/
+2
*
[PMBuilder] Remove RunFloat2Int cl::opt.
Davide Italiano
2017-01-02
1
-6
/
+1
*
[NewGVN] Add a flag to enable the pass via `-mllvm`.
Davide Italiano
2016-12-26
1
-4
/
+14
*
[LDist] Match behavior between invoking via optimization pipeline or opt -loo...
Adam Nemet
2016-12-21
1
-1
/
+1
*
IPO: Remove the ModuleSummary argument to the FunctionImport pass. NFCI.
Peter Collingbourne
2016-12-21
1
-7
/
+0
*
Revert "[GVNHoist] Move GVNHoist to function simplification part of pipeline."
Evgeniy Stepanov
2016-12-17
1
-2
/
+2
*
Create SampleProfileLoader pass in llvm instead of clang
Dehao Chen
2016-12-14
1
-0
/
+5
*
[GVNHoist] Move GVNHoist to function simplification part of pipeline.
Geoff Berry
2016-12-14
1
-2
/
+2
*
revert r289669 which breaks bots
Dehao Chen
2016-12-14
1
-5
/
+0
*
Create SampleProfileLoader pass in llvm instead of clang
Dehao Chen
2016-12-14
1
-0
/
+5
*
Introduce GlobalSplit pass.
Peter Collingbourne
2016-11-16
1
-0
/
+5
*
Add comments about why we put LoopSink pass at the very late stage.
Dehao Chen
2016-11-10
1
-0
/
+4
*
Enable Loop Sink pass for functions that has profile.
Dehao Chen
2016-11-09
1
-4
/
+4
*
Conditionally eliminate library calls where the result value is not used
Rong Xu
2016-10-18
1
-0
/
+7
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
[ThinLTO] Ensure anonymous globals renamed even at -O0
Teresa Johnson
2016-09-17
1
-1
/
+9
*
Rename NameAnonFunctions to NameAnonGlobals to match what it is doing (NFC)
Mehdi Amini
2016-09-16
1
-2
/
+2
*
[ThinLTO] Indirect call promotion fixes for promoted local functions
Teresa Johnson
2016-08-29
1
-3
/
+14
*
Add a new method to create SimpleInliner instance and make pre-inliner use this.
Easwaran Raman
2016-08-11
1
-2
/
+12
*
GVN-hoist: enable by default
Sebastian Pop
2016-08-08
1
-2
/
+2
*
Revert "(refs/bisect/bad) GVN-hoist: enable by default"
Matthias Braun
2016-08-06
1
-2
/
+2
*
GVN-hoist: enable by default
Sebastian Pop
2016-08-04
1
-2
/
+2
*
Revert "GVN-hoist: enable by default" & "Make GVN Hoisting obey optnone/bisect."
Bruno Cardoso Lopes
2016-08-04
1
-2
/
+2
*
GVN-hoist: enable by default
Sebastian Pop
2016-08-04
1
-2
/
+2
*
Add EP_CGSCCOptimizerLate extension point to PassManagerBuilder
David Majnemer
2016-07-28
1
-0
/
+1
*
[Profile] Use explicit flag to enable IR PGO
Xinliang David Li
2016-07-23
1
-8
/
+13
*
Add flag to PassManagerBuilder to disable GVN Hoist Pass.
Alina Sbirlea
2016-07-22
1
-1
/
+6
*
Make help text more consistent. NFC.
George Burgess IV
2016-07-20
1
-1
/
+1
*
[ThinLTO] Perform profile-guided indirect call promotion
Teresa Johnson
2016-07-17
1
-2
/
+3
*
[PGO] IRPGO pre-cleanup pass changes
Rong Xu
2016-07-15
1
-0
/
+22
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-15
1
-0
/
+1
*
Revert r275401, it caused PR28551.
Nico Weber
2016-07-14
1
-1
/
+0
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-14
1
-0
/
+1
*
[CFLAA] Split into Anders+Steens analysis.
George Burgess IV
2016-07-06
1
-6
/
+30
*
Revert "code hoisting pass based on GVN"
Duncan P. N. Exon Smith
2016-07-01
1
-1
/
+0
[next]