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
/
Bitcode
/
Reader
/
BitcodeReader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
Use separate ValueList for metadata.
Devang Patel
2009-08-04
1
-2
/
+41
*
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-22
1
-0
/
+1
*
LLVMContext-ify the bitcode reader.
Owen Anderson
2009-07-07
1
-2
/
+3
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-2
/
+2
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-2
/
+2
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-2
/
+4
*
Make a major API change to BitstreamReader: split all the reading
Chris Lattner
2009-04-26
1
-1
/
+2
*
reimplement BitcodeReaderValueList in terms of WeakVH instead of making
Chris Lattner
2009-03-31
1
-59
/
+18
*
Now Attributes are divided in three groups
Devang Patel
2008-09-26
1
-4
/
+4
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-7
/
+7
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-1
/
+1
*
recommit bcreader, handling packed structs correctly. Apparently
Chris Lattner
2008-08-21
1
-5
/
+31
*
Revert 55090, regressions in:
Daniel Dunbar
2008-08-21
1
-31
/
+5
*
Fix an N^2 issue handling constant resolution due to RAUW in large arrays
Chris Lattner
2008-08-21
1
-5
/
+31
*
eliminate calls to deprecated Use::init() interface
Gabor Greif
2008-05-26
1
-1
/
+1
*
merge of use-diet branch to trunk
Gabor Greif
2008-05-10
1
-15
/
+35
*
Add explicit keywords.
Dan Gohman
2008-03-25
1
-1
/
+2
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-4
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-0
/
+5
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+202