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
*
[NewPM] Port MergeFunctions pass
Nikita Popov
2020-01-14
1
-0
/
+1
*
[Inlining] Add PreInlineThreshold for the new pass manager
Kazu Hirata
2020-01-13
1
-2
/
+6
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
1
-0
/
+6
*
[NFCI][LoopUnrollAndJam] Changing LoopUnrollAndJamPass to a function
Whitney Tsang
2020-01-09
1
-2
/
+1
*
[Matrix] Add first set of matrix intrinsics and initial lowering pass.
Florian Hahn
2019-12-12
1
-0
/
+1
*
Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...
Eric Christopher
2019-11-26
1
-19
/
+29
*
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
-29
/
+19
*
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
-19
/
+29
*
[SVFS] Inject TLI Mappings in VFABI attribute.
Francesco Petrogalli
2019-11-15
1
-0
/
+1
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
[NewPM] Add an SROA pass after loop unroll
Guozhi Wei
2019-11-01
1
-0
/
+3
*
PM: silence `-Wpessimizing-move` from GCC 9.2.1 (NFC)
Saleem Abdulrasool
2019-10-27
1
-1
/
+1
*
In the new pass manager use PTO.LoopUnrolling to determine when and how
Eric Christopher
2019-10-14
1
-6
/
+6
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
1
-0
/
+3
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
1
-3
/
+0
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
1
-0
/
+3
*
[NewPM] Port MachineModuleInfo to the new pass manager.
Yuanfang Chen
2019-09-30
1
-0
/
+1
*
Regex: Make "match" and "sub" const member functions
Thomas Preud'homme
2019-09-24
1
-1
/
+1
*
[Unroll] Add an option to control complete unrolling
Serguei Katkov
2019-09-19
1
-0
/
+9
*
Data Dependence Graph Basics
Bardia Mahjour
2019-09-18
1
-0
/
+1
*
Revert "Data Dependence Graph Basics"
Bardia Mahjour
2019-09-17
1
-1
/
+0
*
Data Dependence Graph Basics
Bardia Mahjour
2019-09-17
1
-0
/
+1
*
[MergedLoadStoreMotion] Sink stores to BB with more than 2 predecessors
Denis Bakhvalov
2019-09-05
1
-0
/
+20
*
[LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to ...
Alina Sbirlea
2019-08-21
1
-12
/
+19
*
Title: Loop Cache Analysis
Whitney Tsang
2019-08-09
1
-0
/
+1
*
[Loop Peeling] Introduce an option for profile based peeling disabling.
Serguei Katkov
2019-08-02
1
-0
/
+2
*
[PGO] Add PGO support at -O0 in the experimental new pass manager
Rong Xu
2019-08-01
1
-21
/
+60
*
Reland the "[NewPM] Port Sancov" patch from rL365838. No functional
Leonard Chan
2019-07-25
1
-1
/
+2
*
Revert "[NewPM] Port Sancov"
Leonard Chan
2019-07-15
1
-2
/
+1
*
[NewPM] Port Sancov
Leonard Chan
2019-07-11
1
-1
/
+2
*
Add a transform pass to make the executable semantics of poison explicit in t...
Philip Reames
2019-07-09
1
-0
/
+1
*
[clang][NewPM] Do not eliminate available_externally durng `-O2 -flto` runs
Leonard Chan
2019-06-20
1
-2
/
+4
*
[Attributor] Pass infrastructure and fixpoint framework
Johannes Doerfert
2019-06-05
1
-0
/
+1
*
[NewPassManager] Add tuning option: ForgetAllSCEVInLoopUnroll [NFC].
Alina Sbirlea
2019-05-23
1
-2
/
+5
*
[NewPassManager] Add tuning option: LoopUnrolling [NFC].
Alina Sbirlea
2019-05-23
1
-3
/
+6
*
[MergeICmps] Make the pass compatible with the new pass manager.
Clement Courbet
2019-05-23
1
-0
/
+1
*
Fix typos in comment.
Joerg Sonnenberger
2019-05-16
1
-1
/
+1
*
[NewPM] Port HWASan and Kernel HWASan
Leonard Chan
2019-05-14
1
-0
/
+1
*
[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
[next]