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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
2
-0
/
+2
*
[PM] Port IndVarSimplify to the new pass manager
Sanjoy Das
2016-06-05
2
-0
/
+2
*
Fix pass declaration order /NFC
Xinliang David Li
2016-06-05
1
-1
/
+1
*
[PM] Port GCOVProfiler pass to the new pass manager
Xinliang David Li
2016-06-05
2
-0
/
+2
*
Reapply r271728 after adding move cobstructor for ProfileSummaryInfo
Easwaran Raman
2016-06-03
2
-2
/
+5
*
Revert r271728 as it breaks Windows build
Easwaran Raman
2016-06-03
2
-5
/
+2
*
Analysis pass to access profile summary info
Easwaran Raman
2016-06-03
2
-2
/
+5
*
[MemorySSA] Port to new pass manager
Geoff Berry
2016-06-01
2
-0
/
+4
*
[PM] Port the Sample FDO to new PM (part-2)
Xinliang David Li
2016-05-27
2
-0
/
+2
*
[PM] Port PartiallyInlineLibCalls to the new pass manager.
Davide Italiano
2016-05-25
2
-0
/
+2
*
[PM] Port BDCE to the new pass manager.
Davide Italiano
2016-05-25
2
-1
/
+3
*
New pass: guard widening
Sanjoy Das
2016-05-18
2
-0
/
+2
*
[PM] Port per-function SCCP to the new pass manager.
Davide Italiano
2016-05-18
2
-0
/
+2
*
[PM] Port DSE to the new pass manager
Justin Bogner
2016-05-17
2
-0
/
+2
*
[PM] Port indirect call promotion pass to new pass manager
Xinliang David Li
2016-05-16
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
2
-0
/
+2
*
[PM] Port of the DepndenceAnalysis to the new PM.
Chandler Carruth
2016-05-12
2
-0
/
+2
*
[PM]: port IR based profUse pass to new pass manager
Xinliang David Li
2016-05-10
1
-0
/
+1
*
Separate the Verifier into an analysis and a transformation pass and
Adrian Prantl
2016-05-09
1
-0
/
+2
*
Revert "Separate the Verifier into an analysis and a transformation pass and"
Adrian Prantl
2016-05-09
1
-2
/
+0
*
Separate the Verifier into an analysis and a transformation pass and
Adrian Prantl
2016-05-09
1
-0
/
+2
*
[PM] port IR based PGO prof-gen pass to new pass manager
Xinliang David Li
2016-05-06
2
-0
/
+2
*
[PM] port Branch Frequency Analaysis pass to new PM
Xinliang David Li
2016-05-05
2
-0
/
+4
*
[PM] Port Interprocedural SCCP to the new pass manager.
Davide Italiano
2016-05-05
2
-0
/
+2
*
[PM] Port Branch Probability Analysis pass to the new pass manager.
Xinliang David Li
2016-05-05
2
-0
/
+3
*
[PM] Port EliminateAvailableExternally pass to the new pass manager.
Davide Italiano
2016-05-05
2
-0
/
+2
*
[PM] Port ConstantMerge to the new pass manager.
Davide Italiano
2016-05-05
2
-1
/
+3
*
PM: Port LoopRotation to the new loop pass manager
Justin Bogner
2016-05-03
2
-0
/
+2
*
PM: Port LoopSimplifyCFG to the new pass manager
Justin Bogner
2016-05-03
2
-0
/
+2
*
[IPO/GlobalDCE] Port to the new pass manager.
Davide Italiano
2016-05-03
2
-0
/
+2
*
PM: Port Reassociate to the new pass manager
Justin Bogner
2016-04-26
2
-0
/
+2
*
PM: Port Internalize to the new pass manager
Justin Bogner
2016-04-26
2
-0
/
+2
*
PM: Port GlobalOpt to the new pass manager
Justin Bogner
2016-04-26
2
-0
/
+2
*
PM: Port SinkingPass to the new pass manager
Justin Bogner
2016-04-22
2
-0
/
+2
*
PM: Port DCE to the new pass manager
Justin Bogner
2016-04-22
2
-0
/
+2
*
Port DemandedBits to the new pass manager.
Michael Kuperstein
2016-04-18
2
-0
/
+3
*
Fix shared build of LLVMPasses.
Marcin Koscielnicki
2016-04-18
1
-1
/
+1
*
Port InstrProfiling pass to the new pass manager
Xinliang David Li
2016-04-18
2
-0
/
+2
*
[PM] Rename the CRTP mixin base classes for the new pass manager to
Chandler Carruth
2016-03-11
1
-8
/
+8
*
[PM] Implement the final conclusion as to how the analysis IDs should
Chandler Carruth
2016-03-11
1
-4
/
+25
*
[PM/AA] Teach the AAManager how to handle module analyses in addition to
Chandler Carruth
2016-03-11
2
-0
/
+14
*
[PM] Port GVN to the new pass manager, wire it up, and teach a couple of
Chandler Carruth
2016-03-11
2
-0
/
+2
*
[CG] Add a new pass manager printer pass for the old call graph and
Chandler Carruth
2016-03-10
2
-0
/
+3
*
[LCG] Spell the printing pass pipeline name for the lazy call graph
Chandler Carruth
2016-03-10
1
-1
/
+1
*
[PM] Port memdep to the new pass manager.
Chandler Carruth
2016-03-10
2
-0
/
+2
*
[PM] Wire up optimization levels and default pipeline construction APIs
Chandler Carruth
2016-02-28
1
-2
/
+68
*
[PM] Finish removing references to fix MSVC builds. Somehow adding base
Chandler Carruth
2016-02-26
1
-8
/
+16
[next]