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
/
Analysis
/
FindUsedTypes.h
Age
Commit message (
Expand
)
Author
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-06-07
For PR780:
Reid Spencer
2006-06-01
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2005-05-15
fix warning
Chris Lattner
2005-05-15
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-02
Including the symbol table in the FindUsedTypes analysis was the WRONG way
Chris Lattner
2003-10-28
Add new method
Chris Lattner
2003-10-23
Fix bug in eon hopefully
Chris Lattner
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2002-09-24
Make users of FindUsedTypes not have problems with linkage. This fixes
Chris Lattner
2002-08-21
- Do not expose ::ID from any of the analyses anymore.
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
*** empty log message ***
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-07-26
Simplify analyses so that there is only one analysis per class
Chris Lattner
2002-07-25
Remove dead options
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-01-30
Convert analyses over to new Pass framework
Chris Lattner
2002-01-21
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-15
Fix protection probs
Chris Lattner
2001-11-09
New pass to figure out what types are in use by a program
Chris Lattner