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
/
unittests
/
Analysis
/
LoopPassManagerTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-1438
/
+0
*
[PM] Take more drastic measures to work around MSVC's failure on this
Chandler Carruth
2017-01-11
1
-7
/
+10
*
[PM] Pull a lambda out of an argument into a named variable to try and
Chandler Carruth
2017-01-11
1
-6
/
+7
*
[PM] Another attempt to satisfy MSVC.
Chandler Carruth
2017-01-11
1
-1
/
+1
*
[PM] Try to appease MSVC by explicitly disambiguating a member name as
Chandler Carruth
2017-01-11
1
-1
/
+1
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-107
/
+1332
*
[PM] Introduce a reasonable port of the main per-module pass pipeline
Chandler Carruth
2016-12-22
1
-1
/
+11
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-10
/
+4
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-3
/
+3
*
PM: Check that loop passes preserve a basic set of analyses
Justin Bogner
2016-05-03
1
-1
/
+1
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-23
/
+23
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-6
/
+6
*
PM: Implement a basic loop pass manager
Justin Bogner
2016-02-25
1
-0
/
+205