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
...
*
Add an option to the LTO code generator to disable vectorization during LTO
Arnold Schwaighofer
2014-10-26
1
-1
/
+1
*
If requested, apply function merging at -O0 too. It's useful there to reduce ...
Nick Lewycky
2014-10-23
1
-6
/
+10
*
LTO: respect command-line options that disable vectorization.
JF Bastien
2014-10-21
1
-2
/
+4
*
Add some optional passes around the vectorizer to both better prepare
Chandler Carruth
2014-10-14
1
-1
/
+32
*
Add control of function merging to the PMBuilder.
Nick Lewycky
2014-09-13
1
-0
/
+10
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-2
/
+1
*
[PassManager] Adding Hidden attribute to EnableMLSM option
Gerolf Hoflehner
2014-09-10
1
-2
/
+2
*
[MergedLoadStoreMotion] Move pass enabling option to PassManagerBuilder
Gerolf Hoflehner
2014-09-10
1
-2
/
+8
*
Add an AlignmentFromAssumptions Pass
Hal Finkel
2014-09-07
1
-0
/
+8
*
Enable noalias metadata by default and swap the order of the SLP and Loop vec...
James Molloy
2014-09-04
1
-1
/
+1
*
Add pass-manager flags to use CFL AA
Hal Finkel
2014-09-02
1
-0
/
+5
*
Move some logic to populateLTOPassManager.
Rafael Espindola
2014-08-21
1
-5
/
+36
*
Respect LibraryInfo in populateLTOPassManager and use it. NFC.
Rafael Espindola
2014-08-21
1
-0
/
+4
*
Handle inlining in populateLTOPassManager like in populateModulePassManager.
Rafael Espindola
2014-08-21
1
-5
/
+13
*
Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder.
Rafael Espindola
2014-08-21
1
-6
/
+6
*
Add a new option -run-slp-after-loop-vectorization.
James Molloy
2014-08-06
1
-15
/
+44
*
Don't internalize all but main by default.
Rafael Espindola
2014-08-05
1
-8
/
+1
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+1
*
MergedLoadStoreMotion pass
Gerolf Hoflehner
2014-07-18
1
-1
/
+4
*
Run interprocedural const prop before global optimizer
Gerolf Hoflehner
2014-07-03
1
-1
/
+1
*
Add LoadCombine pass.
Michael J. Spencer
2014-05-29
1
-0
/
+11
*
Add an extension point for peephole optimizers.
Peter Collingbourne
2014-05-25
1
-0
/
+9
*
Reapply: Add slp vectorization to LTO passes. The bug it exposed has been fix...
Yi Jiang
2014-05-05
1
-0
/
+3
*
Revert r207571 - Add slp vectorization to LTO passes
Yi Jiang
2014-04-30
1
-3
/
+0
*
Add slp vectorization to LTO passes
Yi Jiang
2014-04-29
1
-0
/
+3
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
PMBuilder: Expose an option to disable tail calls
Duncan P. N. Exon Smith
2014-04-18
1
-1
/
+3
*
LTO: Add more loop simplification passes to LTO
Duncan P. N. Exon Smith
2014-04-15
1
-1
/
+3
*
Move partial/runtime unrolling late in the pipeline
Hal Finkel
2014-03-31
1
-1
/
+4
*
LTO: Add the loop vectorizer to the LTO pipeline.
Arnold Schwaighofer
2014-02-24
1
-0
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Add #pragma vectorize enable/disable to LLVM
Renato Golin
2013-12-05
1
-24
/
+12
*
Add a loop rerolling flag to the PassManagerBuilder
Hal Finkel
2013-11-17
1
-1
/
+2
*
Add a loop rerolling pass
Hal Finkel
2013-11-16
1
-0
/
+6
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
1
-1
/
+1
*
Mark some command line flags as hidden
Nadav Rotem
2013-10-18
1
-3
/
+3
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
1
-1
/
+1
*
Enable late-vectorization by default.
Nadav Rotem
2013-09-03
1
-1
/
+1
*
Random cleanup: No need to use a std::vector here, since createInternalizePas...
Bill Wendling
2013-08-30
1
-5
/
+4
*
Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC...
Nadav Rotem
2013-08-28
1
-46
/
+18
*
Disable unrolling in the loop vectorizer when disabled in the pass manager
Hal Finkel
2013-08-28
1
-2
/
+2
*
Also remove logic in LateVectorize
Arnold Schwaighofer
2013-08-13
1
-1
/
+1
*
Remove logic that decides whether to vectorize or not depending on O-levels
Arnold Schwaighofer
2013-08-13
1
-1
/
+1
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-2
/
+2
*
Move the optlevel check to the frontend.
Nadav Rotem
2013-08-01
1
-1
/
+1
*
Only enable SLP-vectorization on O3 builds.
Nadav Rotem
2013-08-01
1
-1
/
+1
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-2
/
+2
*
Add a flag to defer vectorization into a phase after the inliner and its
Chandler Carruth
2013-06-24
1
-16
/
+66
*
Remove the simplify-libcalls pass (finally)
Meador Inge
2013-06-20
1
-5
/
+1
*
Disable vectorization for -Oz.
Nadav Rotem
2013-06-17
1
-1
/
+1
[prev]
[next]