index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
PassAnalysisSupport.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for ImmutablePasses, which are not run, and cannot be
Chris Lattner
2002-09-25
1
-0
/
+1
*
Make the getAnalyss<> members const. Using them does NOT modify the Pass obj...
Chris Lattner
2002-08-29
1
-2
/
+2
*
Add assertion checks to nail bugs early.
Chris Lattner
2002-08-21
1
-0
/
+2
*
- Eliminate the need for analyses to expose an ::ID member.
Chris Lattner
2002-08-21
1
-2
/
+2
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-7
/
+17
*
Add hooks to get information out of concrete pass manager implementations
Chris Lattner
2002-07-30
1
-0
/
+3
*
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
1
-9
/
+3
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-53
/
+0
*
Analysis contructors now no longer take AnalysisID's as their argument,
Chris Lattner
2002-07-26
1
-4
/
+4
*
Break part of Pass.h out into PassAnalysisSupport.h
Chris Lattner
2002-07-23
1
-0
/
+157