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
/
Passes
/
PassBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Change the name of the repeating utility to something less
Chandler Carruth
2016-08-04
1
-4
/
+4
*
[PM] Fix a mis-named parameter in parseLoopPass -- the pass manager was
Chandler Carruth
2016-08-03
1
-6
/
+6
*
[PM] Add a generic 'repeat N times' pass wrapper to the new pass
Chandler Carruth
2016-08-03
1
-1
/
+58
*
[PM] Remove the NDEBUG condition around isModulePassName.
Chandler Carruth
2016-08-03
1
-2
/
+0
*
[PM] Significantly refactor the pass pipeline parsing to be easier to
Chandler Carruth
2016-08-03
1
-244
/
+247
*
[PM] Port SpeculativeExecution to the new PM
Michael Kuperstein
2016-08-01
1
-0
/
+1
*
[PM] Port LowerGuardIntrinsic to the new PM.
Michael Kuperstein
2016-07-28
1
-0
/
+1
*
[PM] Port SymbolRewriter to the new PM
Michael Kuperstein
2016-07-25
1
-0
/
+1
*
StringSwitch cannot be copied (take 2).
Jordan Rose
2016-07-25
1
-7
/
+7
*
Revert "StringSwitch cannot be copied or moved."
Jordan Rose
2016-07-25
1
-7
/
+7
*
StringSwitch cannot be copied or moved.
Jordan Rose
2016-07-25
1
-7
/
+7
*
[PM] Port BreakCriticalEdges to the new PM.
Wei Mi
2016-07-22
1
-0
/
+1
*
[PM] Port NaryReassociate to the new PM
Wei Mi
2016-07-21
1
-0
/
+1
*
[PM] Port LoopUnroll.
Sean Silva
2016-07-19
1
-0
/
+1
*
[PM] Convert Loop Strength Reduce pass to new PM
Dehao Chen
2016-07-18
1
-0
/
+1
*
[PM] Port FunctionImport Pass to new PM
Teresa Johnson
2016-07-18
1
-0
/
+1
*
[LoopDist] Port to new PM
Adam Nemet
2016-07-18
1
-0
/
+1
*
[OptRemarkEmitter] Port to new PM
Adam Nemet
2016-07-18
1
-0
/
+1
*
Sort include headers
Adam Nemet
2016-07-18
1
-1
/
+1
*
[PM] Convert IVUsers analysis to new pass manager.
Dehao Chen
2016-07-16
1
-0
/
+1
*
[PM] Convert LoopInstSimplify Pass to new PM
Dehao Chen
2016-07-15
1
-0
/
+1
*
[PM] Port Dead Loop Deletion Pass to the new PM
Jun Bum Lim
2016-07-14
1
-0
/
+1
*
Add missing files for r275222
Dehao Chen
2016-07-12
1
-0
/
+1
*
[PM] Port LoopIdiomRecognize Pass to new PM
Dehao Chen
2016-07-12
1
-0
/
+1
*
Revert "New pass manager for LICM."
Vitaly Buka
2016-07-12
1
-1
/
+0
*
New pass manager for LICM.
Dehao Chen
2016-07-11
1
-0
/
+1
*
[PM/IPO] Port LowerTypeTests to the new PassManager.
Davide Italiano
2016-07-11
1
-0
/
+1
*
[PM] Port LoopVectorize to the new PM.
Sean Silva
2016-07-09
1
-0
/
+1
*
[PM] Port CrossDSOCFI to the new pass manager.
Davide Italiano
2016-07-09
1
-0
/
+1
*
[PM] Fix a think-o. mv {Scalar,Vectorize}/SLPVectorize.h
Sean Silva
2016-07-09
1
-1
/
+1
*
[PM] Port LoopSimplify to the new pass manager.
Davide Italiano
2016-07-09
1
-0
/
+1
*
[PM] Port UnreachableBlockElim to the new Pass Manager
Wei Mi
2016-07-08
1
-0
/
+1
*
[PM] Port InstSimplify to the new pass manager.
Davide Italiano
2016-07-07
1
-0
/
+1
*
[PM] Port TailCallElim
Sean Silva
2016-07-06
1
-0
/
+1
*
[PM] Port CorrelatedValuePropagation
Sean Silva
2016-07-06
1
-0
/
+1
*
[CFLAA] Split into Anders+Steens analysis.
George Burgess IV
2016-07-06
1
-2
/
+4
*
[PM] Port LoopAccessInfo analysis to new PM
Xinliang David Li
2016-07-02
1
-0
/
+1
*
[PM] Port ConstantHoisting to the new Pass Manager
Michael Kuperstein
2016-07-02
1
-0
/
+1
*
[PM] Improve the debugging and logging facilities of the CGSCC bits of
Chandler Carruth
2016-06-27
1
-4
/
+5
*
[PM] Port PartialInlining to the new PM
Easwaran Raman
2016-06-27
1
-0
/
+1
*
[PM] Port float2int to the new pass manager
Michael Kuperstein
2016-06-24
1
-0
/
+1
*
[PM] Port PreISelIntrinsicLowering to the new PM
Michael Kuperstein
2016-06-24
1
-0
/
+1
*
[PM] Port MergedLoadStoreMotion to the new pass manager, take two.
Davide Italiano
2016-06-17
1
-0
/
+1
*
[PM] Run clang-format over various parts of the new pass manager code
Chandler Carruth
2016-06-17
1
-12
/
+18
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-8
/
+17
*
[PM] Revert the port of MergeLoadStoreMotion to the new pass manager.
Davide Italiano
2016-06-16
1
-1
/
+0
*
[PM] Port Add discriminator pass to new PM
Xinliang David Li
2016-06-15
1
-0
/
+1
*
[PM] Port SLPVectorizer to the new PM
Sean Silva
2016-06-15
1
-0
/
+1
*
[PM] Port AlignmentFromAssumptions to the new PM.
Sean Silva
2016-06-15
1
-0
/
+1
*
[PM] Port WholeProgramDevirt to the new pass manager.
Davide Italiano
2016-06-14
1
-0
/
+1
[next]