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
*
[GlobalISel] Add a fallback path to SDISel.
Quentin Colombet
2016-08-27
1
-0
/
+1
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
1
-1
/
+1
*
[PM] Port LoopDataPrefetch to new pass manager
Teresa Johnson
2016-08-13
1
-1
/
+1
*
[PM] Port LowerInvoke to the new pass manager
Michael Kuperstein
2016-08-12
1
-1
/
+1
*
[PM] Port NameAnonFunction pass to new pass manager
Teresa Johnson
2016-08-12
1
-1
/
+1
*
[PM] Port SpeculativeExecution to the new PM
Michael Kuperstein
2016-08-01
1
-1
/
+1
*
MachinePipeliner pass that implements Swing Modulo Scheduling
Brendon Cahoon
2016-07-29
1
-0
/
+1
*
[BPI] Add new LazyBPI analysis
Adam Nemet
2016-07-28
1
-0
/
+1
*
[PM] Port LowerGuardIntrinsic to the new PM.
Michael Kuperstein
2016-07-28
1
-1
/
+1
*
[coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes
David Majnemer
2016-07-28
1
-0
/
+3
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
1
-0
/
+1
*
[PM] Port SymbolRewriter to the new PM
Michael Kuperstein
2016-07-25
1
-1
/
+1
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-0
/
+1
*
[PM] Port NaryReassociate to the new PM
Wei Mi
2016-07-21
1
-1
/
+1
*
[PM] Port FunctionImport Pass to new PM
Teresa Johnson
2016-07-18
1
-1
/
+1
*
[LoopDist] Port to new PM
Adam Nemet
2016-07-18
1
-1
/
+1
*
[OptRemarkEmitter] Port to new PM
Adam Nemet
2016-07-18
1
-1
/
+1
*
[PM] Convert IVUsers analysis to new pass manager.
Dehao Chen
2016-07-16
1
-1
/
+1
*
[OptRemark,LDist] RFC: Add hotness attribute
Adam Nemet
2016-07-15
1
-0
/
+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
/
+1
*
[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
-1
/
+0
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-14
1
-0
/
+1
*
XRay: Add entry and exit sleds
Dean Michael Berris
2016-07-14
1
-0
/
+1
*
[BFI] Add new LazyBFI analysis pass
Adam Nemet
2016-07-13
1
-0
/
+1
*
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 UnreachableBlockElim to the new Pass Manager
Wei Mi
2016-07-08
1
-1
/
+1
*
[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
[next]