Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / AbstractTypeUser.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-03 Chris LattnerThis checkin basically amounts to a complete rewrite...
2003-10-02 Chris LattnerMake the PATypeHolder use a simple union-find implement...
2003-10-02 Chris LattnerThere is no reason for the PATypeHolder class to derive...
2003-09-30 Chris LattnerUpdate comment
2003-09-30 Chris LattnerStandardize header file comments
2003-07-25 Chris LattnerRemove inline declarations that GCC 3.3 doesn't like...
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-01-14 Chris LattnerMust #include assert.h
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-04 Chris Lattner* Add dump() virtual function to AbstractType user...
2001-11-26 Chris LattnerAdd casts
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-09-07 Chris LattnerNew file for supporting abstract types