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
...
*
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
*
[PM] Port Mem2Reg to the new pass manager.
Davide Italiano
2016-06-14
1
-0
/
+2
*
[PM] Port MemCpyOpt to the new PM.
Sean Silva
2016-06-14
1
-0
/
+1
*
Bring back "[PM] Port JumpThreading to the new PM" with a fix
Sean Silva
2016-06-14
1
-0
/
+1
*
[PM] Port MergedLoadStoreMotion to the new pass manager.
Davide Italiano
2016-06-14
1
-1
/
+2
*
Revert "[PM] Port JumpThreading to the new PM"
Sean Silva
2016-06-14
1
-1
/
+0
*
[PM] Port JumpThreading to the new PM
Sean Silva
2016-06-13
1
-0
/
+1
*
[PM] Port LVI to the new PM.
Sean Silva
2016-06-13
1
-0
/
+1
*
[PM] Port DeadArgumentElimination to the new PM
Sean Silva
2016-06-12
1
-0
/
+1
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
1
-0
/
+1
*
[PM] Port IndVarSimplify to the new pass manager
Sanjoy Das
2016-06-05
1
-0
/
+1
*
[PM] Port GCOVProfiler pass to the new pass manager
Xinliang David Li
2016-06-05
1
-0
/
+1
*
Reapply r271728 after adding move cobstructor for ProfileSummaryInfo
Easwaran Raman
2016-06-03
1
-1
/
+2
*
Revert r271728 as it breaks Windows build
Easwaran Raman
2016-06-03
1
-2
/
+1
*
Analysis pass to access profile summary info
Easwaran Raman
2016-06-03
1
-1
/
+2
*
[MemorySSA] Port to new pass manager
Geoff Berry
2016-06-01
1
-0
/
+1
*
[PM] Port the Sample FDO to new PM (part-2)
Xinliang David Li
2016-05-27
1
-0
/
+1
*
[PM] Port PartiallyInlineLibCalls to the new pass manager.
Davide Italiano
2016-05-25
1
-0
/
+1
*
[PM] Port BDCE to the new pass manager.
Davide Italiano
2016-05-25
1
-1
/
+2
*
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
-0
/
+1
*
[PM] Port DSE to the new pass manager
Justin Bogner
2016-05-17
1
-0
/
+1
*
Appease msc18 to move PassBuilder::crossRegisterProxies() in front of PassBui...
NAKAMURA Takumi
2016-05-16
1
-14
/
+14
*
[PM] Add newline at the end of the file, for consistency. NFC.
Davide Italiano
2016-05-14
1
-1
/
+1
*
[PM] Refactor cross-registration of AM into an helper.
Davide Italiano
2016-05-14
1
-0
/
+14
[prev]
[next]