index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
IR
/
PassManagerTest.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-05
[PM] Add names and debug logging for analysis passes to the new pass
Chandler Carruth
1
-0
/
+5
2015-01-05
[PM] Switch the new pass manager to use a reference-based API for IR
Chandler Carruth
1
-15
/
+15
2014-08-19
Modernize the .ll parsing interface.
Rafael Espindola
1
-1
/
+1
2014-06-08
[C++11] Use 'nullptr'.
Craig Topper
1
-1
/
+1
2014-03-13
[PM] As was pointed out in review, I need to define a custom swap in
Chandler Carruth
1
-3
/
+44
2014-03-10
[PM] While I'm here, fix a few other clang-format issues. Pulls some
Chandler Carruth
1
-4
/
+2
2014-03-09
[PM] Switch new pass manager from polymorphic_ptr to unique_ptr now that
Chandler Carruth
1
-23
/
+33
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-1
/
+1
2014-02-05
[PM] Don't require analysis results to be const in the new pass manager.
Chandler Carruth
1
-3
/
+3
2014-01-11
[PM] Add names to passes under the new pass manager, and a debug output
Chandler Carruth
1
-0
/
+10
2014-01-07
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
1
-1
/
+1
2013-11-23
[PM] Complete the cross-layer interfaces with a Module-to-Function
Chandler Carruth
1
-12
/
+65
2013-11-23
[PM] Rename TestAnalysisPass to TestFunctionAnalysis to clear the way
Chandler Carruth
1
-7
/
+7
2013-11-23
[PM] Add support to the analysis managers to query explicitly for cached
Chandler Carruth
1
-5
/
+34
2013-11-22
[PM] Switch the downward invalidation to be incremental where only the
Chandler Carruth
1
-4
/
+23
2013-11-22
[PM] Teach the analysis managers to pass themselves as arguments to the
Chandler Carruth
1
-1
/
+1
2013-11-22
[PM] Remove the IRUnitT typedef requirement for analysis passes.
Chandler Carruth
1
-2
/
+0
2013-11-22
[PM] Fix the analysis templates' usage of IRUnitT.
Chandler Carruth
1
-1
/
+1
2013-11-22
[PM] Switch analysis managers to be threaded through the run methods
Chandler Carruth
1
-22
/
+20
2013-11-21
[PM] Widen the interface for invalidate on an analysis result now that
Chandler Carruth
1
-1
/
+35
2013-11-21
[PM] Add support for using SFINAE to reflect on an analysis's result
Chandler Carruth
1
-1
/
+0
2013-11-21
[PM] Add a module analysis pass proxy for the function analysis manager.
Chandler Carruth
1
-12
/
+37
2013-11-20
[PM] Add the preservation system to the new pass manager.
Chandler Carruth
1
-4
/
+4
2013-11-20
[PM] Make the function pass manager more regular.
Chandler Carruth
1
-1
/
+1
2013-11-20
[PM] Split the analysis manager into a function-specific interface and
Chandler Carruth
1
-9
/
+8
2013-11-17
[PM] Completely remove support for explicit 'require' methods on the
Chandler Carruth
1
-1
/
+0
2013-11-13
Introduce an AnalysisManager which is like a pass manager but with a lot
Chandler Carruth
1
-4
/
+48
2013-11-09
[PM] Start sketching out the new module and function pass manager.
Chandler Carruth
1
-0
/
+88
2013-11-09
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
1
-552
/
+0
2013-10-31
Merge CallGraph and BasicCallGraph.
Rafael Espindola
1
-1
/
+1
2013-01-07
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
1
-0
/
+552