Remove inline declarations that GCC 3.3 doesn't like without a body
[oota-llvm.git] / include / llvm / DerivedTypes.h
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-09-11 Chris LattnerConvert index type for getelementptr instruction from...
2002-06-25 Chris Lattner*** empty log message ***
2002-04-05 Chris Lattner* Delete getNumAbstractTypeUsers method
2002-04-04 Chris LattnerRemove backwards compatibility code
2002-03-29 Chris LattnerAdd more accessors
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerRename MethodType to FunctionType, provide a #define
2002-03-26 Chris LattnerAllow clients to use FunctionType as well as MethodType...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerPointerType and ArrayType now subclass Sequential type...
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-26 Chris LattnerAdd new CompositeType shared baseclass of ArrayType...
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-10-13 Chris Lattner* Minor Formatting changes.
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-07 Chris Lattner* Add new DerivedType base class that goes between...
2001-08-27 Chris LattnerRemove target specific code, move to TargetData.cpp...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-23 Chris LattnerEliminated the Unique class in favor of NonCopyable...
2001-07-23 Chris LattnerFix coding style issues to actually attempt to be somew...
2001-07-21 Chris LattnerEliminate lots of unnecessary #includes and forward...
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-20 Vikram S. AdveCompute and cache information about the storage size...
2001-07-20 Chris LattnerAdd short forms of the get*Type methods.
2001-06-06 Chris LattnerInitial revision