Convert tabs to spaces
[oota-llvm.git] / include / llvm / AbstractTypeUser.h
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-08-04 Chris LattnerNew methods
2004-07-14 Chris LattnerMake PATypeHolder and friends return non-const pointers...
2004-06-08 Chris LattnerApparently a particular vendor compiler uses the struct...
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2003-12-23 Chris LattnerHrm is a really nasty ommission. The lack of this...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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