aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/AbstractTypeUser.h
AgeCommit message (Expand)Author
2009-09-15When a constant's type is refined, update the constant in placeDan Gohman
2009-09-15Fix apostrophos.Dan Gohman
2009-04-07Another attempt at fixing PR2975.Torok Edwin
2008-12-27implement simplify_type for PATypeHolder so that isa<FooType>(PATypeHolder)Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-03avoid invalid C++ token in #errorChris Lattner
2007-04-22Have compiler enforce this.Jeff Cohen
2007-04-22Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen
2006-06-05For PR778:Reid Spencer
2005-11-12remove a dead methodChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-08-04New methodsChris Lattner
2004-07-14Make PATypeHolder and friends return non-const pointers to the types theyChris Lattner
2004-06-08Apparently a particular vendor compiler uses the struct/class tag to MANGLEChris Lattner
2004-02-26Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner
2003-12-23Hrm is a really nasty ommission. The lack of this destructor was causing abs...Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-03This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner
2003-10-02Make the PATypeHolder use a simple union-find implementation to handleChris Lattner
2003-10-02There is no reason for the PATypeHolder class to derive from theChris Lattner
2003-09-30Update commentChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-07-25Remove inline declarations that GCC 3.3 doesn't like without a bodyChris Lattner
2003-07-25Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-18Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner
2003-01-14Must #include assert.hChris Lattner
2002-04-04s/MethodType/FunctionTypeChris Lattner
2002-04-04* Add dump() virtual function to AbstractType user to help track down bugsChris Lattner
2001-11-26Add castsChris Lattner
2001-11-03Fix major bugs in type resolutionChris Lattner
2001-09-07New file for supporting abstract typesChris Lattner