Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Module.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-08-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-05-16 Duncan SandsI noticed that named metadata doesn't provide a direct...
2012-04-21 Bill WendlingAdd a flag to the struct type finder to collect only...
2012-04-20 Bill WendlingRevert r155241, which is causing some breakage.
2012-04-20 Bill WendlingIf we discover all of the named structs in a module...
2012-04-06 Benjamin KramerDenseMap: Perform the pod-like object optimization...
2012-02-16 Bill Wendlings/ModAttrBehavior/ModFlagBehavior/g to be consistent...
2012-02-15 Bill WendlingUse the enum instead of 'unsigned'.
2012-02-15 Bill WendlingAdd a module flags accessor method which returns the...
2012-02-11 Bill Wendling[WIP] Initial code for module flags.
2011-08-13 Nick LewyckyRemove the last improper use of getGlobalContext()...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-04-06 Nick LewyckyFix typo in doxy-comment.
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-07-22 Eric ChristopherWarnings patrol.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Dan GohmanDelete an obsolete comment.
2010-06-25 Jim Grosbach80-column and trailing whitespace cleanup
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-16 Devang PatelUse separate named MDNode to hold each function's local...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-26 Duncan SandsTweak the way appendModuleInlineAsm works, so you aren...
2010-01-12 Devang PatelUse ilist_tratis to autoinsert and remove NamedMDNode...
2010-01-07 Devang PatelUse separate namespace for named metadata.
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-29 Chris Lattnerjust cleanup.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-03 Kenneth UildriksAdded a comment to a function that had none
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...
next