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
/
InstForest.h
Age
Commit message (
Expand
)
Author
2004-07-18
Remove dead file
Chris Lattner
2004-07-17
bug 122:
Reid Spencer
2004-07-15
Fix for PR341
Chris Lattner
2003-11-29
be GCC 3.4 clean
Chris Lattner
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-10-15
Remove usage of use_size()
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-07-23
Remove redundant const qualifiers from cast<> expressions
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-07-31
Changes to be GCC 3.1 friendly
Chris Lattner
2002-07-25
Fix previous checkin
Chris Lattner
2002-07-25
Add typenames
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-29
Remove analysis namespace
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-03-26
Change uses of Method to Function
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-01-30
Don't die on call instructions, which reference methods
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-09-14
Initial instruction tree support for the analysis library
Chris Lattner