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] 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
*
[PM] Port LowerAtomic to the new pass manager.
Davide Italiano
2016-05-13
1
-0
/
+1
*
[PM] Port of the DepndenceAnalysis to the new PM.
Chandler Carruth
2016-05-12
1
-0
/
+1
*
[PM] port IR based PGO prof-gen pass to new pass manager
Xinliang David Li
2016-05-06
1
-0
/
+1
*
[PM] port Branch Frequency Analaysis pass to new PM
Xinliang David Li
2016-05-05
1
-0
/
+2
*
[PM] Port Interprocedural SCCP to the new pass manager.
Davide Italiano
2016-05-05
1
-0
/
+1
*
[PM] Port Branch Probability Analysis pass to the new pass manager.
Xinliang David Li
2016-05-05
1
-0
/
+1
*
[PM] Port EliminateAvailableExternally pass to the new pass manager.
Davide Italiano
2016-05-05
1
-0
/
+1
*
[PM] Port ConstantMerge to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+2
*
PM: Port LoopRotation to the new loop pass manager
Justin Bogner
2016-05-03
1
-0
/
+1
*
PM: Port LoopSimplifyCFG to the new pass manager
Justin Bogner
2016-05-03
1
-0
/
+1
*
[IPO/GlobalDCE] Port to the new pass manager.
Davide Italiano
2016-05-03
1
-0
/
+1
*
PM: Port Reassociate to the new pass manager
Justin Bogner
2016-04-26
1
-0
/
+1
*
PM: Port Internalize to the new pass manager
Justin Bogner
2016-04-26
1
-0
/
+1
*
PM: Port GlobalOpt to the new pass manager
Justin Bogner
2016-04-26
1
-0
/
+1
*
PM: Port SinkingPass to the new pass manager
Justin Bogner
2016-04-22
1
-0
/
+1
*
PM: Port DCE to the new pass manager
Justin Bogner
2016-04-22
1
-0
/
+1
*
Port DemandedBits to the new pass manager.
Michael Kuperstein
2016-04-18
1
-0
/
+1
*
Port InstrProfiling pass to the new pass manager
Xinliang David Li
2016-04-18
1
-0
/
+1
[next]