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
/
CGSCCPassManagerTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Switch the CGSCC debug messages to use the standard LLVM debug
Chandler Carruth
2017-08-11
1
-4
/
+4
*
[PM/LCG] Teach the LazyCallGraph to maintain reference edges from every
Chandler Carruth
2017-07-15
1
-0
/
+2
*
[PM] Fix a silly bug in my recent update to the CG update logic.
Chandler Carruth
2017-07-12
1
-6
/
+6
*
CGSCCPassManagerTest.cpp: Fix warnings. [-Wunused-variable]
NAKAMURA Takumi
2017-07-09
1
-0
/
+2
*
[PM] Add unittesting of the call graph update logic with complex
Chandler Carruth
2017-07-09
1
-0
/
+166
*
[PM] Finish implementing and fix a chain of bugs uncovered by testing
Chandler Carruth
2017-07-09
1
-6
/
+24
*
[PM] Introduce the facilities for registering cross-IR-unit dependencies
Chandler Carruth
2016-12-27
1
-0
/
+263
*
[PM] Support invalidation of inner analysis managers from a pass over the out...
Chandler Carruth
2016-12-10
1
-23
/
+370
*
[PM] Extend the explicit 'invalidate' method API on analysis results to
Chandler Carruth
2016-11-28
1
-1
/
+4
*
[PM] Add an ASCII-art diagram for the call graph in the CGSCC unit test.
Chandler Carruth
2016-11-28
1
-32
/
+49
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-24
/
+17
*
[PM] Refactor this unittest a bit to remove duplicated code. This was
Chandler Carruth
2016-09-26
1
-65
/
+45
*
[PM] Add a unittest covering the invalidation of a Module analysis from
Chandler Carruth
2016-09-26
1
-0
/
+95
*
[PM] Add a unittest for invalidating module analyses with an SCC pass.
Chandler Carruth
2016-09-26
1
-0
/
+89
*
[PM] Revert r280447: Add a unittest for invalidating module analyses with an ...
Chandler Carruth
2016-09-04
1
-96
/
+0
*
[PM] Try to fix an MSVC2013 failure due to finding a template
Chandler Carruth
2016-09-02
1
-0
/
+14
*
[PM] Add a unittest for invalidating module analyses with an SCC pass.
Chandler Carruth
2016-09-02
1
-0
/
+96
*
[PM] (NFC) Split the IR parsing into a fixture so that I can split out
Chandler Carruth
2016-09-02
1
-33
/
+42
*
[PM] (NFC) Refactor the CGSCC pass manager tests to use lambda-based
Chandler Carruth
2016-09-02
1
-79
/
+43
*
[PM] Introduce basic update capabilities to the new PM's CGSCC pass
Chandler Carruth
2016-08-24
1
-5
/
+6
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[PM] Sink the module parsing from the fixture to the test as subsequent
Chandler Carruth
2016-06-28
1
-43
/
+38
*
[PM] Run clang-format over various parts of the new pass manager code
Chandler Carruth
2016-06-17
1
-3
/
+2
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-1
/
+1
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-35
/
+34
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-13
/
+12
*
[PM] Remove an overly aggressive assert now that I can actually test the
Chandler Carruth
2016-02-23
1
-0
/
+32
*
[PM] Add a unittest for the CGSCC pass manager in the new pass manager
Chandler Carruth
2016-02-23
1
-0
/
+287