Add a 'normalize' method to the Triple class, which takes a mucked up
[oota-llvm.git] / include / llvm / AbstractTypeUser.h
2010-06-29 Chris Lattnergive PATypeHolder an explicit copy ctor which initializ...
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-15 Dan GohmanFix apostrophos.
2009-04-07 Torok EdwinAnother attempt at fixing PR2975.
2008-12-27 Chris Lattnerimplement simplify_type for PATypeHolder so that isa...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-03 Chris Lattneravoid invalid C++ token in #error
2007-04-22 Jeff CohenHave compiler enforce this.
2007-04-22 Jeff CohenFix build problem with Gentoo 4.1.1-r3.
2006-06-05 Reid SpencerFor PR778:
2005-11-12 Chris Lattnerremove a dead method
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