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
*
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
Dmitri Gribenko
2019-09-10
1
-14
/
+0
*
Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-09-10
1
-0
/
+14
*
Provide basic Full LTO extension points
Serge Guelton
2019-07-02
1
-0
/
+4
*
Revert "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-06-26
1
-14
/
+0
*
[ExpandMemCmp][MergeICmps] Move passes out of CodeGen into opt pipeline.
Clement Courbet
2019-06-26
1
-0
/
+14
*
[Attributor] Pass infrastructure and fixpoint framework
Johannes Doerfert
2019-06-05
1
-1
/
+10
*
[NewPassManager] Add tuning option: ForgetAllSCEVInLoopUnroll [NFC].
Alina Sbirlea
2019-05-23
1
-6
/
+1
*
[NewPassManager] Add tuning option: SLPVectorization [NFC].
Alina Sbirlea
2019-05-08
1
-4
/
+1
*
[PassManagerBuilder] Add option for interleaved loops, for loop vectorize.
Alina Sbirlea
2019-04-30
1
-4
/
+2
*
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
-6
/
+9
*
[NewPassManager] Adding pass tuning options: loop vectorize.
Alina Sbirlea
2019-04-19
1
-5
/
+5
*
Elaborate why we have an option on by default for enabling chr.
Eric Christopher
2019-04-18
1
-0
/
+2
*
Remove the run-slp-after-loop-vectorization option.
Eric Christopher
2019-04-17
1
-12
/
+3
*
[SCEV] Add option to forget everything in SCEV.
Alina Sbirlea
2019-04-12
1
-7
/
+18
*
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
-9
/
+34
*
Add a module pass for order file instrumentation
Manman Ren
2019-02-28
1
-0
/
+7
*
[HotColdSplit] Schedule splitting late to fix perf regression
Vedant Kumar
2019-02-15
1
-5
/
+10
*
[HotColdSplit] Move splitting after instrumented PGO use
Teresa Johnson
2019-02-06
1
-5
/
+5
*
[HotColdSplit] Move splitting earlier in the pipeline
Vedant Kumar
2019-01-24
1
-4
/
+10
*
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
-2
/
+15
*
Fix a mistake in rL351392.
Wei Mi
2019-01-16
1
-1
/
+1
*
[PGO] Make pgo related options in opt more consistent.
Wei Mi
2019-01-16
1
-17
/
+4
*
[ThinLTO] Handle chains of aliases
Teresa Johnson
2019-01-04
1
-7
/
+12
*
[LoopVectorize] Rename pass options. NFC.
Michael Kruse
2018-12-18
1
-2
/
+2
*
[LoopUnroll] Honor '#pragma unroll' even with -fno-unroll-loops.
Michael Kruse
2018-12-18
1
-15
/
+15
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
1
-0
/
+4
*
[LTO] Load sample profile in LTO link step.
Xin Tong
2018-11-15
1
-0
/
+6
*
Schedule Hot Cold Splitting pass after most optimization passes
Aditya Kumar
2018-10-21
1
-3
/
+3
*
Temporarily revert "[GVNHoist] Re-enable GVNHoist by default"
Eric Christopher
2018-10-01
1
-2
/
+2
*
Recommit r343308: [LoopInterchange] Turn into a loop pass.
Florian Hahn
2018-10-01
1
-4
/
+2
*
Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"
whitequark
2018-09-28
1
-7
/
+0
*
[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints
whitequark
2018-09-28
1
-0
/
+7
*
Revert r343308: [LoopInterchange] Turn into a loop pass.
Florian Hahn
2018-09-28
1
-2
/
+4
*
[LoopInterchange] Turn into a loop pass.
Florian Hahn
2018-09-28
1
-4
/
+2
*
[GVNHoist] Re-enable GVNHoist by default
Alexandros Lamprineas
2018-09-17
1
-2
/
+2
*
Revert "[GVNHoist] Re-enable GVNHoist by default"
Alexandros Lamprineas
2018-09-11
1
-2
/
+2
*
[GVNHoist] Re-enable GVNHoist by default
Alexandros Lamprineas
2018-09-11
1
-2
/
+2
*
Hot cold splitting pass
Aditya Kumar
2018-09-07
1
-0
/
+7
*
[PGO] Control Height Reduction
Hiroshi Yamauchi
2018-09-04
1
-0
/
+8
*
Revert r340922 "[GVNHoist] Re-enable GVNHoist by default"
Alexandros Lamprineas
2018-08-29
1
-2
/
+2
*
[GVNHoist] Re-enable GVNHoist by default
Alexandros Lamprineas
2018-08-29
1
-2
/
+2
*
Revert "[GVNHoist] Re-enable GVNHoist by default"
Vlad Tsyrklevich
2018-07-30
1
-2
/
+2
*
[GVNHoist] Re-enable GVNHoist by default
Alexandros Lamprineas
2018-07-30
1
-2
/
+2
*
[ThinLTO] Ensure the TargetLibraryInfo is constructed early enough
Teresa Johnson
2018-07-23
1
-0
/
+2
*
[UnrollAndJam] New Unroll and Jam pass
David Green
2018-07-01
1
-0
/
+11
[next]