index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
PassAnalysisSupport.h
Age
Commit message (
Expand
)
Author
2004-03-12
Add AnalysisUsage::addRequiredTransitive() to keep analysis info alive for
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-29
Move getAnalysisToUpdate to after the definition of AnalysisResolver.
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2002-10-21
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-09-25
Add support for ImmutablePasses, which are not run, and cannot be
Chris Lattner
2002-08-29
Make the getAnalyss<> members const. Using them does NOT modify the Pass obj...
Chris Lattner
2002-08-21
Add assertion checks to nail bugs early.
Chris Lattner
2002-08-21
- Eliminate the need for analyses to expose an ::ID member.
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-30
Add hooks to get information out of concrete pass manager implementations
Chris Lattner
2002-07-29
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-26
Analysis contructors now no longer take AnalysisID's as their argument,
Chris Lattner
2002-07-23
Break part of Pass.h out into PassAnalysisSupport.h
Chris Lattner