Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
lib
/
Bitcode
/
Reader
/
BitcodeReader.h
62de4e7
Kill ModuleProvider and ghost linkage by inverting the relationship between
by Jeffrey Yasskin
· 16 years ago
a0d451f
Final step in the metadata API restructuring: move the
by Chris Lattner
· 16 years ago
1bd1d9e
add bitcode reader support for blockaddress. We can now fully
by Chris Lattner
· 16 years ago
adc3761
Write and read metadata attachments.
by Devang Patel
· 16 years ago
35b4707
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
aca6b32
Make LLVMContext and LLVMContextImpl classes instead of structs.
by Benjamin Kramer
· 16 years ago
b52abbc
Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h
by Owen Anderson
· 16 years ago
ea27c23
Use separate ValueList for metadata. This fixes PR4666.
by Devang Patel
· 16 years ago
0c0a6ca
Introduce MetadataBase, a base class for MDString and MDNode.
by Devang Patel
· 16 years ago
4956cde
LLVMContext-ify the bitcode reader.
by Owen Anderson
· 16 years ago
92adb18
Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the
by Owen Anderson
· 16 years ago
a148fdd
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 16 years ago
25209b4
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 16 years ago
25a6abf
Make a major API change to BitstreamReader: split all the reading
by Chris Lattner
· 16 years ago
ed490d1
reimplement BitcodeReaderValueList in terms of WeakVH instead of making
by Chris Lattner
· 16 years ago
f2a4a92
Now Attributes are divided in three groups
by Devang Patel
· 17 years ago
d222f86
Large mechanical patch.
by Devang Patel
· 17 years ago
e480dfa
s/ParameterAttributes/Attributes/g
by Devang Patel
· 17 years ago
345bbb7
recommit bcreader, handling packed structs correctly. Apparently
by Chris Lattner
· 17 years ago
a267489
Revert 55090, regressions in:
by Daniel Dunbar
· 17 years ago
091c331
Fix an N^2 issue handling constant resolution due to RAUW in large arrays
by Chris Lattner
· 17 years ago
06b0feb
eliminate calls to deprecated Use::init() interface
by Gabor Greif
· 17 years ago
25bc322
merge of use-diet branch to trunk
by Gabor Greif
· 17 years ago
40bd38e
Add explicit keywords.
by Dan Gohman
· 17 years ago
1c8733e
Reimplement the parameter attributes support, phase #1. hilights:
by Chris Lattner
· 17 years ago
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
a228e39
This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
by Chandler Carruth
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago