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
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-0
/
+5
*
Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9.
Chris Lattner
2007-05-18
1
-1
/
+9
*
implement the ModuleProvider::dematerializeFunction hook
Chris Lattner
2007-05-15
1
-1
/
+2
*
Keep header file free of 'possible loss of data' warnings.
Jeff Cohen
2007-05-06
1
-3
/
+3
*
stop encoding type/value pairs when the type is implied by the value.
Chris Lattner
2007-05-06
1
-0
/
+28
*
add support for reading the param attrs block
Chris Lattner
2007-05-04
1
-0
/
+13
*
add reader logic for terminator instrs.
Chris Lattner
2007-05-02
1
-0
/
+4
*
handle function-level forward references, read binops.
Chris Lattner
2007-05-01
1
-0
/
+19
*
implement materializeModule, force deallocation of vector memory when we
Chris Lattner
2007-05-01
1
-9
/
+8
*
The stream to read from is now an ivar
Chris Lattner
2007-05-01
1
-7
/
+6
*
implement scafolding for lazy deserialization of function bodies
Chris Lattner
2007-05-01
1
-5
/
+22
*
Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
Chris Lattner
2007-04-29
1
-5
/
+12
*
move some code around, fix a bug in the reader reading globalinits (which
Chris Lattner
2007-04-26
1
-0
/
+5
*
add bitcode alias support
Chris Lattner
2007-04-26
1
-0
/
+2
*
ensure that every error return sets a message (and goes through Error, for
Chris Lattner
2007-04-24
1
-0
/
+1
*
implement support for reading aggregate constants, including handling forward
Chris Lattner
2007-04-24
1
-4
/
+31
*
read basic constants: null, undef, integers <= 64bits
Chris Lattner
2007-04-24
1
-2
/
+3
*
track global inits
Chris Lattner
2007-04-24
1
-0
/
+2
*
Read global symtab
Chris Lattner
2007-04-23
1
-0
/
+3
*
promote LLVMBitCodes to be a public header
Chris Lattner
2007-04-23
1
-1
/
+1
*
Fix build problem with Gentoo 4.1.1-r3.
Jeff Cohen
2007-04-22
1
-1
/
+1
*
Initial support for reading bitcode files. They currently only read types,
Chris Lattner
2007-04-22
1
-0
/
+66