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
/
Scalar
/
Scalar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LoopDataPrefetch] Make it testable with opt
Adam Nemet
2016-02-22
1
-0
/
+1
*
New Loop Versioning LICM Pass
Ashutosh Nema
2016-02-06
1
-0
/
+1
*
[LoopVersioning] Expose loop versioning as a pass too
Adam Nemet
2016-02-03
1
-0
/
+1
*
Add LoopSimplifyCFG pass
Fiona Glaser
2016-01-29
1
-0
/
+5
*
LLE 6/6: Add LoopLoadElimination pass
Adam Nemet
2015-11-03
1
-0
/
+1
*
[PM] Port ADCE to the new pass manager
Justin Bogner
2015-10-30
1
-1
/
+1
*
[PM] Port SROA to the new pass manager.
Chandler Carruth
2015-09-12
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
Convert SampleProfile pass into a Module pass.
Diego Novillo
2015-08-25
1
-1
/
+0
*
[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] Hoist the interface for BasicAA into a header file.
Chandler Carruth
2015-08-06
1
-0
/
+1
*
Add a speculative execution pass
Jingyue Wu
2015-05-15
1
-0
/
+1
*
New Loop Distribution pass
Adam Nemet
2015-05-14
1
-0
/
+1
*
Simplify n-ary adds by reassociation
Jingyue Wu
2015-04-14
1
-0
/
+1
*
Reapply r233175 and r233183: float2int.
James Molloy
2015-03-27
1
-0
/
+1
*
Revert r233175 and r233183 with it. This pulls float2int back out of the tree...
Nick Lewycky
2015-03-27
1
-1
/
+0
*
Reapply r233062: "float2int": Add a new pass to demote from float to int wher...
James Molloy
2015-03-25
1
-0
/
+1
*
Revert r233062 ""float2int": Add a new pass to demote from float to int where...
Hans Wennborg
2015-03-24
1
-1
/
+0
*
"float2int": Add a new pass to demote from float to int where possible.
James Molloy
2015-03-24
1
-0
/
+1
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-1
/
+0
*
Add a new pass "Loop Interchange"
Karthik Bhat
2015-03-06
1
-0
/
+1
*
Add a pass for constructing gc.statepoint sequences w/explicit relocations
Philip Reames
2015-02-20
1
-0
/
+1
*
[LoopAccesses] Create the analysis pass
Adam Nemet
2015-02-19
1
-0
/
+1
*
Revert r229622: "[LoopAccesses] Make VectorizerParams global" and others. r22...
NAKAMURA Takumi
2015-02-18
1
-1
/
+0
*
[LoopAccesses] Create the analysis pass
Adam Nemet
2015-02-18
1
-0
/
+1
*
[BDCE] Add a bit-tracking DCE pass
Hal Finkel
2015-02-17
1
-0
/
+5
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Add a pass for inserting safepoints into (nearly) arbitrary IR
Philip Reames
2015-02-04
1
-0
/
+2
*
Add straight-line strength reduction to LLVM
Jingyue Wu
2015-02-03
1
-0
/
+1
*
[PM] Refactor the core logic to run EarlyCSE over a function into an
Chandler Carruth
2015-01-27
1
-1
/
+1
*
Add a new pass "inductive range check elimination"
Sanjoy Das
2015-01-16
1
-0
/
+1
*
Revert r226201 (Add a new pass "inductive range check elimination")
Sanjoy Das
2015-01-15
1
-1
/
+0
*
Add a new pass "inductive range check elimination"
Sanjoy Das
2015-01-15
1
-0
/
+1
*
[C API] Make the 'lower switch' pass available via the C API.
Juergen Ributzka
2014-09-11
1
-0
/
+4
*
Add an AlignmentFromAssumptions Pass
Hal Finkel
2014-09-07
1
-0
/
+5
*
Initialize FlattenCFG pass
Jan Vesely
2014-08-13
1
-0
/
+1
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+4
*
MergedLoadStoreMotion pass
Gerolf Hoflehner
2014-07-18
1
-0
/
+5
*
Move GlobalMerge from Transform to CodeGen.
Jiangning Liu
2014-06-13
1
-1
/
+0
*
Global merge for global symbols.
Jiangning Liu
2014-06-11
1
-0
/
+1
*
Add LoadCombine pass.
Michael J. Spencer
2014-05-29
1
-0
/
+1
*
Revert "Implement global merge optimization for global variables."
Rafael Espindola
2014-05-16
1
-1
/
+0
*
Implement global merge optimization for global variables.
Jiangning Liu
2014-05-15
1
-0
/
+1
*
Add an optimization that does CSE in a group of similar GEPs.
Eli Bendersky
2014-05-01
1
-0
/
+1
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-0
/
+1
*
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
Quentin Colombet
2014-02-22
1
-1
/
+0
*
Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
2014-01-25
1
-0
/
+1
*
Revert "Add Constant Hoisting Pass" (r200034)
Hans Wennborg
2014-01-25
1
-1
/
+0
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-0
/
+1
[prev]
[next]