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
/
include
/
llvm
/
InitializePasses.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MemorySSA] Reinstate the legacy printer and verifier.
Chad Rosier
2016-07-06
1
-0
/
+1
*
[CFLAA] Split into Anders+Steens analysis.
George Burgess IV
2016-07-06
1
-1
/
+2
*
[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
-1
/
+0
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-01
1
-0
/
+1
*
Add LoadStoreVectorizer pass
Matt Arsenault
2016-06-30
1
-0
/
+1
*
[PM] Port PartialInlining to the new PM
Easwaran Raman
2016-06-27
1
-1
/
+1
*
[PM] Port float2int to the new pass manager
Michael Kuperstein
2016-06-24
1
-1
/
+1
*
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
2016-06-24
1
-1
/
+1
*
[PM] Port PreISelIntrinsicLowering to the new PM
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
*
[PM] Port Add discriminator pass to new PM
Xinliang David Li
2016-06-15
1
-1
/
+1
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-2
/
+0
*
[PM] Port Mem2Reg to the new pass manager.
Davide Italiano
2016-06-14
1
-1
/
+1
*
[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
*
[PM] Port LVI to the new PM.
Sean Silva
2016-06-13
1
-1
/
+1
*
[PM] Port ReversePostOrderFunctionAttrs to the new PM
Sean Silva
2016-06-12
1
-1
/
+1
*
Interprocedural Register Allocation (IPRA) Analysis
Mehdi Amini
2016-06-10
1
-0
/
+1
*
NFC cleanup of InitializePasses.h
Sanjoy Das
2016-06-09
1
-109
/
+102
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
1
-1
/
+1
*
[PM] code refactoring /NFC
Xinliang David Li
2016-06-05
1
-1
/
+1
*
Reapply r271728 after adding move cobstructor for ProfileSummaryInfo
Easwaran Raman
2016-06-03
1
-0
/
+1
*
Revert r271728 as it breaks Windows build
Easwaran Raman
2016-06-03
1
-1
/
+0
*
Analysis pass to access profile summary info
Easwaran Raman
2016-06-03
1
-0
/
+1
*
[MemorySSA] Port to new pass manager
Geoff Berry
2016-06-01
1
-2
/
+1
*
CodeGen: Refactor renameDisconnectedComponents() as a pass
Matthias Braun
2016-05-31
1
-0
/
+1
*
[IndVarSimplify] Extract the logic of `-indvars` out into a class; NFC
Sanjoy Das
2016-05-29
1
-1
/
+1
*
[PM] Port the Sample FDO to new PM (part-1)
Xinliang David Li
2016-05-27
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
*
[ARM, AArch64] Properly initialize InterleavedAccessPass
Matthew Simpson
2016-05-19
1
-0
/
+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
*
Rename pass name to prepare to new PM porting /NFC
Xinliang David Li
2016-05-15
1
-1
/
+1
*
[PM] Port LowerAtomic to the new pass manager.
Davide Italiano
2016-05-13
1
-1
/
+1
*
[PM] Port of the DepndenceAnalysis to the new PM.
Chandler Carruth
2016-05-12
1
-0
/
+1
*
[PM] code refactoring -- preparation for new PM porting /NFC
Xinliang David Li
2016-05-07
1
-1
/
+1
*
[PM] port IR based PGO prof-gen pass to new pass manager
Xinliang David Li
2016-05-06
1
-1
/
+1
*
[PM] Port Interprocedural SCCP to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+1
*
[PM] Port EliminateAvailableExternally pass to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+1
*
[PM] Port ConstantMerge 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
*
[IPO/GlobalDCE] Port to the new pass manager.
Davide Italiano
2016-05-03
1
-1
/
+1
*
CodeGen: Add DetectDeadLanes pass.
Matthias Braun
2016-04-28
1
-0
/
+1
*
[PGO] Promote indirect calls to conditional direct calls with value-profile
Rong Xu
2016-04-27
1
-0
/
+1
*
PM: Port Reassociate to the new pass manager
Justin Bogner
2016-04-26
1
-1
/
+1
[next]