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
/
AbstractTypeUser.h
Age
Commit message (
Expand
)
Author
2004-02-26
Make sure that at least one virtual method is defined in a .cpp file to avoid
Chris Lattner
2003-12-23
Hrm is a really nasty ommission. The lack of this destructor was causing abs...
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-03
This checkin basically amounts to a complete rewrite of the type-resolution
Chris Lattner
2003-10-02
Make the PATypeHolder use a simple union-find implementation to handle
Chris Lattner
2003-10-02
There is no reason for the PATypeHolder class to derive from the
Chris Lattner
2003-09-30
Update comment
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-07-25
Remove inline declarations that GCC 3.3 doesn't like without a body
Chris Lattner
2003-07-25
Use the C++ <cassert> header, not the C <assert.h> header
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-18
Detemplatize the PATypeHandle class, which was only really instantiated on 'T...
Chris Lattner
2003-01-14
Must #include assert.h
Chris Lattner
2002-04-04
s/MethodType/FunctionType
Chris Lattner
2002-04-04
* Add dump() virtual function to AbstractType user to help track down bugs
Chris Lattner
2001-11-26
Add casts
Chris Lattner
2001-11-03
Fix major bugs in type resolution
Chris Lattner
2001-09-07
New file for supporting abstract types
Chris Lattner