Kill ModuleProvider and ghost linkage by inverting the relationship between
[oota-llvm.git] / lib / VMCore / Module.cpp
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-12 Devang PatelUse ilist_tratis to autoinsert and remove NamedMDNode...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-09 Devang PatelDelete NamedMDSymTable while destrucing Module.
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-19 John McCallQualify a bunch of explicit template instantiations...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-30 Devang PatelAdd getOrInsertNamedMetadata().
2009-07-30 Devang PatelDo not use getNamedValue() to lookup NamedMDNode. Named...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-29 Devang PatelKeep track of named mdnodes in a Module using an ilist.
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-23 Daniel DunbarSwitch ValueSymbolTable to StringRef based API.
2009-07-08 Owen AndersonLLVMContext-ification.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
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 Greiffurther simplifications arising from peruse of the...
2009-03-06 Daniel DunbarAdd Module::getNamedValue; use to normalize access...
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-05 Bill WendlingAdd comments to function.
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 Lattnersimplify some code to avoid string thrashing.
2008-06-27 Chris LattnerAdd a new version of Module::getFunction that takes...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-10 Dan GohmanRemove an unnecessary #include
2008-01-29 Dan GohmanFix 80-col violations.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-09 Reid SpencerFor PR1146:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-04 Reid SpencerFor PR1163:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-26 Reid SpencerFor PR761:
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-06 Reid SpencerFor PR411:
2006-12-31 Reid SpencerFor PR950:
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-05-31 Reid SpencerMake the getNamedFunction and getNamedGlobal methods...
2006-05-18 Owen AndersonFix some think-o's in my last commit. Thanks to Chris...
2006-05-18 Owen AndersonChange Module to use TargetData-compatible strings...
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
2005-12-05 Chris LattnerAdd a flag to Module::getGlobalVariable to allow it...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
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-01 Reid SpencerChanges For Bug 352
2004-07-25 Reid Spencerbug 263:
2004-07-17 Reid Spencerbug 122:
2004-07-10 Reid SpencerReplace use of defunct Type::setName method with Symbol...
2004-07-04 Reid Spencer- #include <iostream> since its not in Value.h any...
2004-05-25 Reid SpencerConvert to SymbolTable's new lookup and iteration inter...
2004-04-21 Misha BrukmanI'm allergic to the word `stuff'.
2004-03-08 Chris LattnerRemove Module::mutateConstantPointerRef, which is now...
2003-12-31 Chris LattnerAdd some comments, add new getGlobalVariable method
2003-12-31 Chris Lattner* Make Module::getTypeName const
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerMake code gcc 3.4 clean
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Misha BrukmanFix spelling/grammar.
2003-08-31 Chris LattnerImplement new method
2003-08-24 Chris LattnerSupport new 'any' support for pointer size and endianness
2003-07-23 Chris LattnerMake Module::getNamedFunction prefer non-external funct...
2003-05-15 Chris LattnerFix bug: Assembler/2003-05-15-AssemblerProblem.llx
2003-04-22 Chris LattnerAdd support for tracking whether a module is 64/32...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
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-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Now users...
2002-08-18 Chris Lattner- ConstantPointerRefs are now automatically removed...
2002-08-17 Chris LattnerAdd Module::dump() method
2002-08-12 Chris LattnerRemove some extraneous #includes
2002-08-12 Chris LattnerChanges to make GlobalValueRefMap not derive from std...
2002-06-25 Chris LattnerMEGAPATCH checkin.
next