aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use single interface, using twine, to get named metadata.Devang Patel2010-06-221-5/+1
* Tidy.Bob Wilson2010-06-191-2/+2
* Use separate named MDNode to hold each function's local variable info.Devang Patel2010-06-161-0/+7
* fix an infinite loop in Module::getEndianness, PR6684Chris Lattner2010-03-231-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-1/+48
* Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel2010-01-121-6/+0
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-111-7/+10
* Delete NamedMDSymTable while destrucing Module.Devang Patel2010-01-091-0/+1
* Use separate namespace for named metadata.Devang Patel2010-01-071-3/+9
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-0/+14
* Qualify a bunch of explicit template instantiations to satisfy clang++.John McCall2009-12-191-3/+3
* Pass StringRef by value.Daniel Dunbar2009-11-061-17/+17
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-061-2/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-3/+4
* Add getOrInsertNamedMetadata().Devang Patel2009-07-301-3/+14
* Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global...Devang Patel2009-07-301-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-6/+6
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-2/+2
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-291-0/+8
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-25/+16
* Switch ValueSymbolTable to StringRef based API.Daniel Dunbar2009-07-231-1/+1
* LLVMContext-ification.Owen Anderson2009-07-081-6/+8
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-10/+6
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-3/+7
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-1/+1
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-2/+3
* "ghostify" the ilist<Function> sentinelGabor Greif2009-03-271-8/+0
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-071-10/+0
* Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar2009-03-061-19/+21
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-0/+19
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-19/+0
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-0/+19
* Add the private linkage.Rafael Espindola2009-01-151-6/+5
* Add a mechanism to specify attributes in getOrInsertFunction.Nick Lewycky2009-01-041-2/+29
* Add comments to function.Bill Wendling2008-11-051-0/+6
* - Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling2008-11-041-0/+22
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-5/+0
* simplify some code to avoid string thrashing.Chris Lattner2008-06-271-3/+5
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-271-0/+5
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-2/+2
* Remove an unnecessary #includeDan Gohman2008-03-101-1/+0
* Fix 80-col violations.Dan Gohman2008-01-291-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-2/+2
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-0/+3
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-0/+23
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-171-2/+0
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-6/+2
* For PR1146:Reid Spencer2007-04-091-2/+1