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
*
[NewPassManager] Add tuning option: SLPVectorization [NFC].
Alina Sbirlea
2019-05-08
1
-1
/
+3
*
Tidy up a comment, fix a typo, remove a comment that's obsolete.
Eric Christopher
2019-05-03
1
-3
/
+2
*
[ThinLTO] Pass down opt level to LTO backend and handle -O0 LTO in new PM
Teresa Johnson
2019-04-23
1
-1
/
+14
*
[NewPM] Add Option handling for SimpleLoopUnswitch
Serguei Katkov
2019-04-22
1
-0
/
+29
*
Remove the EnableEarlyCSEMemSSA set of options from the legacy
Eric Christopher
2019-04-19
1
-5
/
+1
*
[LICM & MemorySSA] Make limit flags pass tuning options.
Alina Sbirlea
2019-04-19
1
-3
/
+9
*
[NewPassManager] Adding pass tuning options: loop vectorize.
Alina Sbirlea
2019-04-19
1
-1
/
+7
*
[NewPM] Add Option handling for LoopVectorize
Serguei Katkov
2019-04-18
1
-0
/
+21
*
Elaborate why we have an option on by default for enabling chr.
Eric Christopher
2019-04-18
1
-0
/
+2
*
Add basic loop fusion pass.
Kit Barton
2019-04-17
1
-0
/
+1
*
Revert "Add basic loop fusion pass." Per request.
Eric Christopher
2019-04-17
1
-1
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+1
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-1
/
+0
*
Add basic loop fusion pass.
Kit Barton
2019-04-17
1
-0
/
+1
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-1
/
+11
*
[NewPM] Add Option handling for SimplifyCFG
Serguei Katkov
2019-04-15
1
-0
/
+34
*
SafepointIRVerifier port to new Pass Manager
Fedor Sergeev
2019-03-31
1
-0
/
+1
*
Temporarily revert "SafepointIRVerifier port to new Pass Manager"
Adrian Prantl
2019-03-28
1
-1
/
+0
*
SafepointIRVerifier port to new Pass Manager
Serguei Katkov
2019-03-28
1
-0
/
+1
*
Resubmit r356511 "[TailCallElim] Add tailcall elimination pass to LTO pipelines"
Robert Lougher
2019-03-20
1
-0
/
+4
*
Revert r356511 "[TailCallElim] Add tailcall elimination pass to LTO pipelines"
Robert Lougher
2019-03-19
1
-4
/
+0
*
[TailCallElim] Add tailcall elimination pass to LTO pipelines
Robert Lougher
2019-03-19
1
-0
/
+4
*
[PGO] Context sensitive PGO (part 3)
Rong Xu
2019-03-04
1
-29
/
+61
*
Add a module pass for order file instrumentation
Manman Ren
2019-02-28
1
-0
/
+5
*
Recommit r354930 "[PGO] Context sensitive PGO (part 1)"
Rong Xu
2019-02-27
1
-1
/
+2
*
Revert "[PGO] Context sensitive PGO (part 1)"
Vlad Tsyrklevich
2019-02-27
1
-2
/
+1
*
[PGO] Context sensitive PGO (part 1)
Rong Xu
2019-02-26
1
-1
/
+2
*
Fix a small comment typo.
Eric Christopher
2019-02-26
1
-1
/
+1
*
[HotColdSplit] Schedule splitting late to fix perf regression
Vedant Kumar
2019-02-15
1
-14
/
+17
*
[NewPM] Second attempt at porting ASan
Leonard Chan
2019-02-13
1
-1
/
+2
*
[HotColdSplit] Move splitting after instrumented PGO use
Teresa Johnson
2019-02-06
1
-8
/
+8
*
[SamplePGO] More pipeline changes when flattened profile used in ThinLTO post...
Teresa Johnson
2019-02-05
1
-20
/
+32
*
[NewPM][MSan] Add Options Handling
Philip Pfaffe
2019-02-04
1
-0
/
+28
*
Default lowering for experimental.widenable.condition
Max Kazantsev
2019-01-31
1
-0
/
+1
*
[HotColdSplit] Move splitting earlier in the pipeline
Vedant Kumar
2019-01-24
1
-5
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SampleFDO] Skip profile reading when flattened profile used in ThinLTO postlink
Wei Mi
2019-01-17
1
-3
/
+9
*
[NewPM][TSan] Reiterate the TSan port
Philip Pfaffe
2019-01-16
1
-0
/
+1
*
[LoopUnroll] add parsing for unroll parameters in -passes pipeline
Fedor Sergeev
2019-01-10
1
-0
/
+96
*
Revert r350647: "[NewPM] Port tsan"
Florian Hahn
2019-01-09
1
-1
/
+0
*
[NewPM] Port tsan
Philip Pfaffe
2019-01-08
1
-0
/
+1
*
[ThinLTO] Handle chains of aliases
Teresa Johnson
2019-01-04
1
-0
/
+1
*
[NewPM] Port Msan
Philip Pfaffe
2019-01-03
1
-0
/
+2
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
1
-0
/
+2
*
Introduce llvm.experimental.widenable_condition intrinsic
Max Kazantsev
2018-12-07
1
-0
/
+1
*
[PM] Port LoadStoreVectorizer to the new pass manager.
Markus Lavin
2018-12-07
1
-0
/
+1
*
[stack-safety] Empty local passes for Stack Safety Local Analysis
Vitaly Buka
2018-11-26
1
-1
/
+2
*
[PM] Port Scalarizer to the new pass manager.
Mikael Holmen
2018-11-21
1
-0
/
+1
*
[LTO] Load sample profile in LTO link step.
Xin Tong
2018-11-15
1
-0
/
+7
*
Add an OptimizerLast EP
Philip Pfaffe
2018-11-12
1
-0
/
+3
[next]