summaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
Commit message (Expand)AuthorAge
* Remove the last improper use of getGlobalContext() from LLVM.Nick Lewycky2011-08-13
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-21
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* DebugLoc's don't hide any interesting types for TypeFinder to find.Chris Lattner2011-07-14
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Clarify the ownership model of LLVMContext and Module. Namely, contexts ownOwen Anderson2010-09-08
* Eliminate unnecessary empty string literals.Dan Gohman2010-08-04
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Use single interface, using twine, to get named metadata.Devang Patel2010-06-22
* Tidy.Bob Wilson2010-06-19
* Use separate named MDNode to hold each function's local variable info.Devang Patel2010-06-16
* fix an infinite loop in Module::getEndianness, PR6684Chris Lattner2010-03-23
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel2010-01-12
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-11
* Delete NamedMDSymTable while destrucing Module.Devang Patel2010-01-09
* Use separate namespace for named metadata.Devang Patel2010-01-07
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-29
* Qualify a bunch of explicit template instantiations to satisfy clang++.John McCall2009-12-19
* Pass StringRef by value.Daniel Dunbar2009-11-06
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-06
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Add getOrInsertNamedMetadata().Devang Patel2009-07-30
* Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global...Devang Patel2009-07-30
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-29
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Switch ValueSymbolTable to StringRef based API.Daniel Dunbar2009-07-23
* LLVMContext-ification.Owen Anderson2009-07-08
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* "ghostify" the ilist<Function> sentinelGabor Greif2009-03-27
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-07
* Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar2009-03-06
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* Add the private linkage.Rafael Espindola2009-01-15
* Add a mechanism to specify attributes in getOrInsertFunction.Nick Lewycky2009-01-04
* Add comments to function.Bill Wendling2008-11-05
* - Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling2008-11-04
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* simplify some code to avoid string thrashing.Chris Lattner2008-06-27