Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Module.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-09-18 Gordon HenriksenFixing an comment in Module.h that refers to a nonexist...
2007-06-26 Dan GohmanAdd a convenince member function for appending strings...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-17 Jeff CohenFix build breakage on 64-bit systems.
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-02-12 Chris Lattneradd #include
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-04 Reid SpencerFor PR1163:
2007-01-26 Reid SpencerFor PR761:
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-06 Reid SpencerFor PR411:
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-10-18 Owen AndersonAdd support for the new "target data" information in...
2006-05-31 Reid SpencerMake the getNamedFunction and getNamedGlobal methods...
2006-05-18 Owen AndersonChange Module to use TargetData-compatible strings...
2006-05-16 Reid SpencerFor PR778:
2006-03-08 Chris Lattneradd a new helper method
2006-01-25 Chris LattnerChange inline asms to be uniqued like constants, not...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class
2006-01-23 Chris LattnerAdd global scope asm support
2006-01-08 Chris LattnerFix out of date comments, patch by Marco Matthies.
2005-12-05 Chris LattnerAdd a flag to Module::getGlobalVariable to allow it...
2005-10-25 Chris LattnerAdd a missing Module::setTargetTriple method.
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-05-16 Chris Lattnerremove deprecated methods
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris Lattnerremove a whole bunch of dead methods. Noone should...
2005-03-14 Chris LattnerRemove the reverse iterators for arguments and global...
2005-02-13 Chris LattnerDo not replace ostream << Module*, only ostream <<...
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to changes in ilist
2004-11-19 Chris LattnerThese methods are long gone, ConstantPointerRef is...
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-10-29 Misha BrukmanFix grammar (i.e.)
2004-09-14 Reid SpencerOkay, the list of link-time passes wasn't such a hot...
2004-09-13 Reid SpencerAdd support for the link-time pass list to Modules.
2004-09-11 Reid SpencerMake the dependent libraries list use a SetVector inste...
2004-08-24 Reid SpencerProvide a method for wholesale extraction of the depend...
2004-07-25 Reid SpencerReduce the footprint of the dependent library interface
2004-07-25 Reid Spencerbug 263:
2004-07-17 Reid Spencerbug 122:
2004-06-08 Chris LattnerApparently a particular vendor compiler uses the struct...
2004-03-12 Chris LattnerFix PR266: Make Module Not Inherit From Annotable
2004-03-08 Chris LattnerRemove Module::mutateConstantPointerRef, which is now...
2004-03-01 Chris LattnerMake Module annotable. Reid has a bunch of code that...
2004-02-29 Chris LattnerModule does not need to be annotatable aka annotable
2003-12-31 Chris LattnerAdd some comments, add a new getGlobalVariable method
2003-12-31 Chris Lattner* Make Module::getTypeName const
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerExpose new print methods
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-31 Chris LattnerAdd new helper function which makes it even easier...
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness.
2003-07-28 Misha BrukmanLined things up in a more aesthetically pleasing way.
2003-04-22 Chris LattnerAdd support for tracking whether a module is 64/32...
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-19 Chris LattnerAdd a new Module::getNamedFunction method
2002-11-08 Chris LattnerAdd a method "getMainFunction()" that efficiently locat...
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-18 Chris Lattner - ConstantPointerRefs are now automatically removed...
2002-08-17 Chris LattnerAdd Module::dump() method
2002-07-03 Anand ShuklaAdd new << to allow printing modules by reference.
2002-06-25 Chris Lattner*** empty log message ***
2002-04-28 Chris LattnerInclude an operator<<, to print modules
2002-04-28 Chris Lattner* Module's are no longer Value's
2002-04-13 Chris LattnerAdd Module::getTypeName
2002-04-08 Chris Lattner* Add virtual print methods
2002-03-29 Chris LattnerAdd new addTypeName method to Module class
2002-03-29 Chris LattnerAdd getOrInsertFunction and getFunction methods to...
2002-03-28 Chris LattnerRemove the reduceApply functions they are obsolete...
2002-03-26 Chris LattnerTransform uses of Method into uses of Function.
2002-03-23 Chris LattnerRemove extranous forward decl
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris LattnerAdd support for module local constants
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris LattnerSymTabValue no longer includes ValueHolder for Module...
2001-07-14 Chris LattnerMade the following changes:
2001-06-30 Chris LattnerAdd a reduceApply method
2001-06-27 Chris LattnerAdd extra forwarding accessor methods so that getMethod...
2001-06-06 Chris LattnerInitial revision