Add a pointer to the owning LLVMContext to Module. This requires threading LLVMConte...
[oota-llvm.git] / lib / VMCore / Module.cpp
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.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris Lattner* Incorporate the contents of SymTabValue into Function...
2002-04-13 Chris LattnerAdd Module::getTypeName
2002-04-08 Chris LattnerMove include/llvm/ValueHolderImpl.h to lib/VMCore/Value...
2002-03-29 Chris LattnerAdd new addTypeName method to Module class
2002-03-29 Chris LattnerImplement new getFunction and getOrInsertFunction methods
2002-03-28 Chris LattnerRemove the reduceApply functions they are obsolete...
2002-03-26 Chris LattnerChange references from Method to Function
2002-01-26 Chris LattnerRemove extraneous #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris Lattner* Add support for Module specific constants
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris LattnerModules must have a valid, nonnull type. Make them...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-06-30 Chris LattnerImplement reduceApply method
2001-06-27 Chris LattnerMiscellaneous cleanups:
next