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
*
[PM] Port LowerGuardIntrinsic to the new PM.
Michael Kuperstein
2016-07-28
1
-1
/
+1
*
[PM] Port NaryReassociate to the new PM
Wei Mi
2016-07-21
1
-1
/
+1
*
[LoopDist] Port to new PM
Adam Nemet
2016-07-18
1
-1
/
+1
*
[PM] Convert LoopInstSimplify Pass to new PM
Dehao Chen
2016-07-15
1
-1
/
+1
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-15
1
-0
/
+5
*
[PM] Port Dead Loop Deletion Pass to the new PM
Jun Bum Lim
2016-07-14
1
-1
/
+1
*
Revert r275401, it caused PR28551.
Nico Weber
2016-07-14
1
-5
/
+0
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-14
1
-0
/
+5
*
New pass manager for LICM.
Dehao Chen
2016-07-12
1
-1
/
+1
*
[PM] Port LoopIdiomRecognize Pass to new PM
Dehao Chen
2016-07-12
1
-1
/
+1
*
Revert "New pass manager for LICM."
Vitaly Buka
2016-07-12
1
-1
/
+1
*
New pass manager for LICM.
Dehao Chen
2016-07-11
1
-1
/
+1
*
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
[next]