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
*
[PassManagerBuilder] Remove global extension when a plugin is unloaded
Elia Geretto
2020-01-29
1
-8
/
+33
*
[Matrix] Add first set of matrix intrinsics and initial lowering pass.
Florian Hahn
2019-12-12
1
-0
/
+12
*
Revert "[Attributor] Move pass after InstCombine to futher eliminate null poi...
Dávid Bolvanský
2019-11-27
1
-2
/
+3
*
[Attributor] Move pass after InstCombine to futher eliminate null pointer checks
Dávid Bolvanský
2019-11-27
1
-3
/
+2
*
Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...
Eric Christopher
2019-11-26
1
-16
/
+30
*
Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...
Muhammad Omair Javaid
2019-11-26
1
-30
/
+16
*
As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...
Eric Christopher
2019-11-25
1
-16
/
+30
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
1
-0
/
+1
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
1
-1
/
+0
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
1
-0
/
+1
*
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
[next]