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
/
include
/
llvm
/
Module.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-3
/
+3
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-3
/
+3
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-1
/
+8
*
"ghostify" the ilist<Function> sentinel
Gabor Greif
2009-03-27
1
-3
/
+14
*
simplify the way how traits get hold of the symbol table
Gabor Greif
2009-03-07
1
-19
/
+0
*
further simplifications arising from peruse of the more declarative interface
Gabor Greif
2009-03-07
1
-3
/
+0
*
Remove the burden of dealing with list offsets
Gabor Greif
2009-03-07
1
-31
/
+9
*
Add Module::getNamedValue; use to normalize access to Module symbol
Daniel Dunbar
2009-03-06
1
-0
/
+10
*
Fix a bunch of Doxygen syntax issues. Escape special characters,
Dan Gohman
2009-03-03
1
-1
/
+2
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
1
-0
/
+4
*
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
1
-4
/
+0
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
1
-0
/
+4
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+1
*
Add a mechanism to specify attributes in getOrInsertFunction.
Nick Lewycky
2009-01-04
1
-1
/
+8
*
- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
Bill Wendling
2008-11-04
1
-0
/
+9
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-8
/
+9
*
Add a new version of Module::getFunction that takes a const char* instead
Chris Lattner
2008-06-27
1
-0
/
+1
*
Fix comment.
Eric Christopher
2008-04-16
1
-19
/
+19
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fixing an comment in Module.h that refers to a nonexistent parameter.
Gordon Henriksen
2007-09-18
1
-5
/
+3
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+425