index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Module.cpp
Age
Commit message (
Expand
)
Author
2010-06-22
Use single interface, using twine, to get named metadata.
Devang Patel
2010-06-19
Tidy.
Bob Wilson
2010-06-16
Use separate named MDNode to hold each function's local variable info.
Devang Patel
2010-03-23
fix an infinite loop in Module::getEndianness, PR6684
Chris Lattner
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-12
Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.
Devang Patel
2010-01-11
Reimplement getToken and SplitString as "StringRef helper functions"
Benjamin Kramer
2010-01-09
Delete NamedMDSymTable while destrucing Module.
Devang Patel
2010-01-07
Use separate namespace for named metadata.
Devang Patel
2009-12-29
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-19
Qualify a bunch of explicit template instantiations to satisfy clang++.
John McCall
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-11-06
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-30
Add getOrInsertNamedMetadata().
Devang Patel
2009-07-30
Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global...
Devang Patel
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
Keep track of named mdnodes in a Module using an ilist.
Devang Patel
2009-07-25
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-23
Switch ValueSymbolTable to StringRef based API.
Daniel Dunbar
2009-07-08
LLVMContext-ification.
Owen Anderson
2009-07-08
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-01
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-03-27
"ghostify" the ilist<Function> sentinel
Gabor Greif
2009-03-07
further simplifications arising from peruse of the more declarative interface
Gabor Greif
2009-03-06
Add Module::getNamedValue; use to normalize access to Module symbol
Daniel Dunbar
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-04
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-04
Add a mechanism to specify attributes in getOrInsertFunction.
Nick Lewycky
2008-11-05
Add comments to function.
Bill Wendling
2008-11-04
- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
Bill Wendling
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-06-27
simplify some code to avoid string thrashing.
Chris Lattner
2008-06-27
Add a new version of Module::getFunction that takes a const char* instead
Chris Lattner
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-03-10
Remove an unnecessary #include
Dan Gohman
2008-01-29
Fix 80-col violations.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-04-28
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-25
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-17
The (negative) offset from a SymbolTableListTraits-using ilist to its container
Chris Lattner
2007-04-17
Refactor SymbolTableListTraits to only have a single pointer in it, instead
Chris Lattner
2007-04-09
For PR1146:
Reid Spencer
[next]