index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Module.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-3
/
+4
*
Add getOrInsertNamedMetadata().
Devang Patel
2009-07-30
1
-3
/
+14
*
Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global...
Devang Patel
2009-07-30
1
-1
/
+1
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-6
/
+6
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+2
*
Keep track of named mdnodes in a Module using an ilist.
Devang Patel
2009-07-29
1
-0
/
+8
*
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-25
1
-25
/
+16
*
Switch ValueSymbolTable to StringRef based API.
Daniel Dunbar
2009-07-23
1
-1
/
+1
*
LLVMContext-ification.
Owen Anderson
2009-07-08
1
-6
/
+8
*
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
1
-10
/
+6
*
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-08
1
-3
/
+7
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-1
/
+1
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-1
/
+1
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-2
/
+3
*
"ghostify" the ilist<Function> sentinel
Gabor Greif
2009-03-27
1
-8
/
+0
*
further simplifications arising from peruse of the more declarative interface
Gabor Greif
2009-03-07
1
-10
/
+0
*
Add Module::getNamedValue; use to normalize access to Module symbol
Daniel Dunbar
2009-03-06
1
-19
/
+21
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
1
-0
/
+19
*
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
1
-19
/
+0
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
1
-0
/
+19
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-6
/
+5
*
Add a mechanism to specify attributes in getOrInsertFunction.
Nick Lewycky
2009-01-04
1
-2
/
+29
*
Add comments to function.
Bill Wendling
2008-11-05
1
-0
/
+6
*
- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
Bill Wendling
2008-11-04
1
-0
/
+22
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-5
/
+0
*
simplify some code to avoid string thrashing.
Chris Lattner
2008-06-27
1
-3
/
+5
*
Add a new version of Module::getFunction that takes a const char* instead
Chris Lattner
2008-06-27
1
-0
/
+5
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-2
/
+2
*
Remove an unnecessary #include
Dan Gohman
2008-03-10
1
-1
/
+0
*
Fix 80-col violations.
Dan Gohman
2008-01-29
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-2
/
+2
*
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
1
-0
/
+3
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-0
/
+23
*
The (negative) offset from a SymbolTableListTraits-using ilist to its container
Chris Lattner
2007-04-17
1
-2
/
+0
*
Refactor SymbolTableListTraits to only have a single pointer in it, instead
Chris Lattner
2007-04-17
1
-6
/
+2
*
For PR1146:
Reid Spencer
2007-04-09
1
-2
/
+1
*
For PR411:
Reid Spencer
2007-02-05
1
-2
/
+2
*
For PR411:
Reid Spencer
2007-02-05
1
-94
/
+18
*
For PR1163:
Reid Spencer
2007-02-04
1
-0
/
+17
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-1
/
+1
*
For PR761:
Reid Spencer
2007-01-26
1
-20
/
+0
*
Change the interface to Module::getOrInsertFunction to be easier to use,
Chris Lattner
2007-01-07
1
-12
/
+24
*
For PR411:
Reid Spencer
2007-01-06
1
-12
/
+15
*
For PR950:
Reid Spencer
2006-12-31
1
-7
/
+8
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-2
/
+1
*
Make the getNamedFunction and getNamedGlobal methods be const. They don't
Reid Spencer
2006-05-31
1
-8
/
+8
*
Fix some think-o's in my last commit. Thanks to Chris for pointing them out.
Owen Anderson
2006-05-18
1
-16
/
+18
*
Change Module to use TargetData-compatible strings internally.
Owen Anderson
2006-05-18
1
-1
/
+60
*
add a new helper method.
Chris Lattner
2006-03-08
1
-0
/
+14
[next]