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
*
Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions
Akira Hatanaka
2015-06-09
1
-3
/
+1
*
Remove the InstructionSimplifierPass immediately after InstructionCombiningPass.
Wei Mi
2015-05-19
1
-4
/
+0
*
[NFC] remove an extra new line
Jingyue Wu
2015-05-15
1
-1
/
+0
*
Add a speculative execution pass
Jingyue Wu
2015-05-15
1
-0
/
+1
*
Add another InstCombine pass after LoopUnroll.
Wei Mi
2015-05-14
1
-0
/
+3
*
New Loop Distribution pass
Adam Nemet
2015-05-14
1
-0
/
+9
*
Add support to interchange loops with reductions.
Karthik Bhat
2015-04-23
1
-2
/
+3
*
Reapply r233175 and r233183: float2int.
James Molloy
2015-03-27
1
-0
/
+7
*
Revert r233175 and r233183 with it. This pulls float2int back out of the tree...
Nick Lewycky
2015-03-27
1
-7
/
+0
*
Reapply r233062: "float2int": Add a new pass to demote from float to int wher...
James Molloy
2015-03-25
1
-0
/
+7
*
Revert r233062 ""float2int": Add a new pass to demote from float to int where...
Hans Wennborg
2015-03-24
1
-7
/
+0
*
"float2int": Add a new pass to demote from float to int where possible.
James Molloy
2015-03-24
1
-0
/
+7
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-6
/
+2
*
libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.
Peter Collingbourne
2015-03-19
1
-4
/
+12
*
PassManagerBuilder: Remove effectively dead 'StripDebug' option
Duncan P. N. Exon Smith
2015-03-19
1
-7
/
+2
*
Reapply 'Run LICM pass after loop unrolling pass.'
Kevin Qin
2015-03-12
1
-1
/
+12
*
Enable loop-rotate before loop-vectorize by default
Michael Zolotukhin
2015-03-10
1
-2
/
+1
*
Revert r231630 - Run LICM pass after loop unrolling pass.
Kevin Qin
2015-03-09
1
-7
/
+1
*
Run LICM pass after loop unrolling pass.
Kevin Qin
2015-03-09
1
-1
/
+7
*
Add a new pass "Loop Interchange"
Karthik Bhat
2015-03-06
1
-0
/
+9
*
Introduce bitset metadata format and bitset lowering pass.
Peter Collingbourne
2015-02-20
1
-0
/
+3
*
[BDCE] Add a bit-tracking DCE pass
Hal Finkel
2015-02-17
1
-0
/
+5
*
Run LICM as part of the cleanup phase from the scalar optimizer.
James Molloy
2015-02-16
1
-0
/
+1
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-11
/
+13
*
[PM] Sink the population of the pass manager with target-specific
Chandler Carruth
2015-01-30
1
-7
/
+1
*
Remove unused include.
Eric Christopher
2015-01-27
1
-1
/
+0
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+5
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Disable header duplication at -Oz in loop-rotate pass.
Roman Divacky
2014-11-21
1
-1
/
+2
*
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
[next]