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