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
...
*
Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
Xinliang David Li
2016-07-08
1
-1
/
+1
*
[PM] Port ConstantHoisting to the new Pass Manager
Michael Kuperstein
2016-07-02
1
-1
/
+1
*
Revert "code hoisting pass based on GVN"
Duncan P. N. Exon Smith
2016-07-01
1
-5
/
+0
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-01
1
-0
/
+5
*
[PM] Port float2int to the new pass manager
Michael Kuperstein
2016-06-24
1
-1
/
+1
*
[PM] Port MergedLoadStoreMotion to the new pass manager, take two.
Davide Italiano
2016-06-17
1
-1
/
+1
*
[PM] Revert the port of MergeLoadStoreMotion to the new pass manager.
Davide Italiano
2016-06-16
1
-1
/
+1
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-5
/
+3
*
[PM] Port MemCpyOpt to the new PM.
Sean Silva
2016-06-14
1
-1
/
+1
*
[PM] Port MergedLoadStoreMotion to the new pass manager.
Davide Italiano
2016-06-14
1
-1
/
+1
*
[IndVarSimplify] Extract the logic of `-indvars` out into a class; NFC
Sanjoy Das
2016-05-29
1
-1
/
+1
*
[PM] Port PartiallyInlineLibCalls to the new pass manager.
Davide Italiano
2016-05-25
1
-1
/
+1
*
[PM] Port BDCE to the new pass manager.
Davide Italiano
2016-05-25
1
-1
/
+1
*
New pass: guard widening
Sanjoy Das
2016-05-18
1
-0
/
+1
*
[PM] Port per-function SCCP to the new pass manager.
Davide Italiano
2016-05-18
1
-1
/
+1
*
[PM] Port DSE to the new pass manager
Justin Bogner
2016-05-17
1
-1
/
+1
*
[PM] Port LowerAtomic to the new pass manager.
Davide Italiano
2016-05-13
1
-1
/
+1
*
[PM] Port Interprocedural SCCP to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+1
*
PM: Port LoopRotation to the new loop pass manager
Justin Bogner
2016-05-03
1
-1
/
+1
*
PM: Port LoopSimplifyCFG to the new pass manager
Justin Bogner
2016-05-03
1
-1
/
+1
*
PM: Port Reassociate to the new pass manager
Justin Bogner
2016-04-26
1
-1
/
+1
*
PM: Port SinkingPass to the new pass manager
Justin Bogner
2016-04-22
1
-1
/
+1
*
PM: Port DCE to the new pass manager
Justin Bogner
2016-04-22
1
-1
/
+1
*
Introduce a @llvm.experimental.guard intrinsic
Sanjoy Das
2016-03-31
1
-0
/
+1
*
[PM] Port GVN to the new pass manager, wire it up, and teach a couple of
Chandler Carruth
2016-03-11
1
-1
/
+2
*
[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
[prev]
[next]