summaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
Commit message (Expand)AuthorAge
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-03
* simplify code.Chris Lattner2012-05-28
* Cleanup whitespace.Bill Wendling2012-04-23
* Limit the number of times we recurse through this algorithm. All of theBill Wendling2012-04-23
* Add a flag to the struct type finder to collect only those types which haveBill Wendling2012-04-21
* Revert r155241, which is causing some breakage.Bill Wendling2012-04-20
* If we discover all of the named structs in a module, then don't bother toBill Wendling2012-04-20
* Typo.Eric Christopher2012-04-16
* s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar...Bill Wendling2012-02-16
* Use the enum instead of 'unsigned'.Bill Wendling2012-02-15
* Add a module flags accessor method which returns the flags in a vector.Bill Wendling2012-02-15
* [WIP] Initial code for module flags.Bill Wendling2012-02-11
* 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