Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / include / llvm / Module.h
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-10 Devang PatelAlign comments.
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-30 Devang PatelAdd getOrInsertNamedMetadata().
2009-07-29 Devang PatelKeep track of named mdnodes in a Module using an ilist.
2009-07-29 Devang PatelFix comment.
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-03-27 Gabor Greif"ghostify" the ilist<Function> sentinel
2009-03-07 Gabor Greifsimplify the way how traits get hold of the symbol...
2009-03-07 Gabor Greiffurther simplifications arising from peruse of the...
2009-03-07 Gabor GreifRemove the burden of dealing with list offsets
2009-03-06 Daniel DunbarAdd Module::getNamedValue; use to normalize access...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-04 Nick LewyckyAdd a mechanism to specify attributes in getOrInsertFun...
2008-11-04 Bill Wendling- Add a "getOrInsertGlobal" method to the Module class...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-06-27 Chris LattnerAdd a new version of Module::getFunction that takes...
2008-04-16 Eric ChristopherFix comment.
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
next