Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / VMCore / Module.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-08-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-05-28 Chris Lattnersimplify code.
2012-04-23 Bill WendlingCleanup whitespace.
2012-04-23 Bill WendlingLimit the number of times we recurse through this algor...
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-16 Eric ChristopherTypo.
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-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-14 Chris LattnerDebugLoc's don't hide any interesting types for TypeFin...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2010-09-08 Owen AndersonClarify the ownership model of LLVMContext and Module...
2010-08-04 Dan GohmanEliminate unnecessary empty string literals.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-19 Bob WilsonTidy.
2010-06-16 Devang PatelUse separate named MDNode to hold each function's local...
2010-03-23 Chris Lattnerfix an infinite loop in Module::getEndianness, PR6684
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:
next