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
*
Move createReversePostOrderFunctionAttrsPass right after the inliner is done
Mehdi Amini
2016-05-02
1
-8
/
+8
*
[PGO] Promote indirect calls to conditional direct calls with value-profile
Rong Xu
2016-04-27
1
-1
/
+10
*
[LoopDist] Add llvm.loop.distribute.enable loop metadata
Adam Nemet
2016-04-27
1
-7
/
+4
*
Run GlobalOpt before emitting the bitcode for ThinLTO
Mehdi Amini
2016-04-25
1
-0
/
+2
*
ThinLTO: Move createNameAnonFunctionPass insertion in PassManagerBuilder (NFC)
Mehdi Amini
2016-04-25
1
-3
/
+4
*
Port InstrProfiling pass to the new pass manager
Xinliang David Li
2016-04-18
1
-1
/
+1
*
[PM] Add a SpeculativeExecution pass for targets with divergent branches.
Justin Lebar
2016-04-15
1
-0
/
+2
*
Add a pass to name anonymous/nameless function
Mehdi Amini
2016-04-12
1
-0
/
+2
*
[PassManager] Make PassManagerBuilder::addExtension take an std::function, ra...
Justin Lebar
2016-03-30
1
-2
/
+2
*
Turn LoopLoadElimination on again
Adam Nemet
2016-03-15
1
-2
/
+2
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-15
1
-7
/
+7
*
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
Teresa Johnson
2016-03-14
1
-7
/
+7
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-14
1
-7
/
+7
*
Revert "Turn LoopLoadElimination on again"
Adam Nemet
2016-03-14
1
-2
/
+2
*
Turn LoopLoadElimination on again
Adam Nemet
2016-03-14
1
-2
/
+2
*
[PM] Port GVN to the new pass manager, wire it up, and teach a couple of
Chandler Carruth
2016-03-11
1
-0
/
+1
*
InstCombine: Restrict computeKnownBits() on all Values to OptLevel > 2
Matthias Braun
2016-03-09
1
-18
/
+26
*
Revert "Enable LoopLoadElimination by default"
Adam Nemet
2016-03-07
1
-2
/
+2
*
Enable LoopLoadElimination by default
Adam Nemet
2016-02-29
1
-2
/
+2
*
[PM] Port the PostOrderFunctionAttrs pass to the new pass manager and
Chandler Carruth
2016-02-18
1
-3
/
+4
*
Define the ThinLTO Pipeline (experimental)
Mehdi Amini
2016-02-16
1
-2
/
+44
*
Refactor the PassManagerBuilder: extract a "addFunctionSimplificationPasses()...
Mehdi Amini
2016-02-16
1
-72
/
+76
*
Revert "Refactor the PassManagerBuilder: extract a "addFunctionSimplification...
Mehdi Amini
2016-02-11
1
-77
/
+73
*
Revert "Define the ThinLTO Pipeline"
Mehdi Amini
2016-02-11
1
-43
/
+1
*
Define the ThinLTO Pipeline
Mehdi Amini
2016-02-11
1
-1
/
+43
*
Refactor the PassManagerBuilder: extract a "addFunctionSimplificationPasses()"
Mehdi Amini
2016-02-11
1
-73
/
+77
*
Fixed typo in comment & coding style for LoopVersioningLICM.
Ashutosh Nema
2016-02-11
1
-1
/
+1
*
WholeProgramDevirt: introduce.
Peter Collingbourne
2016-02-09
1
-0
/
+13
*
New Loop Versioning LICM Pass
Ashutosh Nema
2016-02-06
1
-0
/
+14
*
[PGO] Passmanagerbuilder change that enable IR level PGO instrumentation
Rong Xu
2016-01-21
1
-0
/
+29
*
[LTO] Add a run of LoopUnroll
James Molloy
2016-01-14
1
-0
/
+5
*
[attrs] Split the late-revisit pattern for deducing norecurse in
Chandler Carruth
2016-01-08
1
-3
/
+7
*
[attrs] Extract the pure inference of function attributes into
Chandler Carruth
2015-12-27
1
-8
/
+14
*
[attrs] Split off the forced attributes utility into its own pass that
Chandler Carruth
2015-12-27
1
-0
/
+7
*
Cross-DSO control flow integrity (LLVM part).
Evgeniy Stepanov
2015-12-15
1
-0
/
+4
*
[PassManagerBuilder] Add a few more scalar optimization passes
James Molloy
2015-12-15
1
-0
/
+13
*
[ThinLTO] Support for specifying function index from pass manager
Teresa Johnson
2015-12-07
1
-0
/
+5
*
[LTO] Add an early run of functionattrs
James Molloy
2015-11-18
1
-0
/
+1
*
LLE 6/6: Add LoopLoadElimination pass
Adam Nemet
2015-11-03
1
-0
/
+10
*
[GlobalsAA] Turn GlobalsAA on again by default
James Molloy
2015-10-13
1
-1
/
+1
*
Add CFG Simplification pass after Loop Unswitching.
Michael Zolotukhin
2015-09-24
1
-0
/
+1
*
[GlobalsAA] Disable globals-aa by default
James Molloy
2015-09-15
1
-1
/
+1
*
Enable GlobalsAA by default
James Molloy
2015-09-10
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-7
/
+6
*
Move createEliminateAvailableExternallyPass earlier in the pass pipeline
Yaron Keren
2015-09-02
1
-11
/
+13
*
Require Dominator Tree For SROA, improve compile-time
Mehdi Amini
2015-08-23
1
-1
/
+1
*
[PM/AA] Extract the interface for GlobalsModRef into a header along with
Chandler Carruth
2015-08-14
1
-0
/
+1
*
[PM/AA] Hoist the interface to TBAA into a dedicated header along with
Chandler Carruth
2015-08-14
1
-0
/
+1
*
[PM/AA] Hoist ScopedNoAliasAA's interface into a header and move the
Chandler Carruth
2015-08-14
1
-0
/
+1
*
[PM/AA] Extract a minimal interface for CFLAA to its own header file.
Chandler Carruth
2015-08-14
1
-0
/
+1
[next]