Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9cd3ccf5065a8a139e458d016c88a8512471598b
/
lib
/
Bitcode
/
Reader
9cd3ccf
Implement visibility checking during linking. Also implement protected
by Anton Korobeynikov
· 18 years ago
c453f76
Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
by Chris Lattner
· 18 years ago
7dde0ff
This is not "FIXME" anymore
by Anton Korobeynikov
· 18 years ago
198f34a
move some code around, fix a bug in the reader reading globalinits (which
by Chris Lattner
· 18 years ago
07d98b4
add bitcode alias support
by Chris Lattner
· 18 years ago
f66d20d
ensure that every error return sets a message (and goes through Error, for
by Chris Lattner
· 18 years ago
084a844
fix memory leak
by Chris Lattner
· 18 years ago
f581c3b
implement reading and writing of constant exprs.
by Chris Lattner
· 18 years ago
522b7b1
implement support for reading aggregate constants, including handling forward
by Chris Lattner
· 18 years ago
0eef080
add supprot for FP constants, wide integers, and fix the encoding of MININT
by Chris Lattner
· 18 years ago
e16504e
read basic constants: null, undef, integers <= 64bits
by Chris Lattner
· 18 years ago
e84bcb9
move check to the right place :)
by Chris Lattner
· 18 years ago
6dbfd7b
track global inits
by Chris Lattner
· 18 years ago
0b2482a
Read global symtab
by Chris Lattner
· 18 years ago
d127c1b
implement reading of abbrevs, and writing of abbreviated global varrs.
by Chris Lattner
· 18 years ago
36d5e7d
first part of implementation of abbrevs. The writer isn't fully there yet and the
by Chris Lattner
· 18 years ago
47f96bf
promote LLVMBitCodes to be a public header
by Chris Lattner
· 18 years ago
cb403d6
Fix build problem with Gentoo 4.1.1-r3.
by Jeff Cohen
· 18 years ago
caee0dc
Initial support for reading bitcode files. They currently only read types,
by Chris Lattner
· 18 years ago