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 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
*
[PM] Speculative patch to try and fix MSVC's compilation.
Chandler Carruth
2016-02-26
1
-1
/
+3
*
[PM] Introduce CRTP mixin base classes to help define passes and
Chandler Carruth
2016-02-26
1
-24
/
+4
*
Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManage...
Hongbin Zheng
2016-02-25
2
-0
/
+4
*
Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...
Hongbin Zheng
2016-02-25
2
-0
/
+3
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
2
-0
/
+3
*
Revert "Introduce analysis pass to compute PostDominators in the new pass man...
Hongbin Zheng
2016-02-25
2
-3
/
+0
*
Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute...
Hongbin Zheng
2016-02-25
2
-3
/
+0
*
Revert "Introduce RegionInfoAnalysis, which compute Region Tree in the new Pa...
Hongbin Zheng
2016-02-25
2
-4
/
+0
*
Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManage...
Hongbin Zheng
2016-02-25
2
-0
/
+4
*
Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...
Hongbin Zheng
2016-02-25
2
-0
/
+3
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
2
-0
/
+3
*
PM: Implement a basic loop pass manager
Justin Bogner
2016-02-25
2
-2
/
+138
*
[PM/AA] Wire up TBAA to the new pass manager's registry and test it.
Chandler Carruth
2016-02-20
2
-0
/
+2
*
[PM/AA] Wire up the scoped-no-alias AA to the new pass manager's
Chandler Carruth
2016-02-20
2
-0
/
+2
*
[PM/AA] Wire up SCEVAA to the new pass manager's registry and test it.
Chandler Carruth
2016-02-20
2
-0
/
+2
*
[PM/AA] Wire up CFLAA to the new pass manager fully, and port one of its
Chandler Carruth
2016-02-20
2
-0
/
+2
*
[PM/AA] Port alias analysis evaluator to the new pass manager, and use
Chandler Carruth
2016-02-20
2
-0
/
+2
*
[PM] Port the PostOrderFunctionAttrs pass to the new pass manager and
Chandler Carruth
2016-02-18
2
-0
/
+2
*
[PM/AA] Teach the new pass manager to use pass-by-lambda for registering
Chandler Carruth
2016-02-18
2
-4
/
+32
*
[PM/AA] Wire BasicAA's new pass manager class up to the pass registry.
Chandler Carruth
2016-02-13
2
-0
/
+2
*
[PM/AA] Actually wire the AAManager I built for the new pass manager
Chandler Carruth
2016-02-13
2
-0
/
+2
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-14
/
+0
*
[attrs] Extract the pure inference of function attributes into
Chandler Carruth
2015-12-27
2
-0
/
+2
*
[attrs] Split off the forced attributes utility into its own pass that
Chandler Carruth
2015-12-27
2
-2
/
+4
*
[PM] Port StripDeadPrototypes to the new pass manager
Justin Bogner
2015-10-30
2
-0
/
+2
*
[PM] Port ADCE to the new pass manager
Justin Bogner
2015-10-30
2
-0
/
+2
*
[PM] Port SROA to the new pass manager.
Chandler Carruth
2015-09-12
2
-0
/
+2
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
1
-1
/
+1
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
2
-0
/
+3
*
[PM] Fixup for r231556 where I missed a dependency on intrinsics
Chandler Carruth
2015-03-07
1
-0
/
+2
*
[PM] Create a separate library for high-level pass management code.
Chandler Carruth
2015-03-07
5
-0
/
+531