Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a686e1b05df915030897ec670d9cb15d2a6d0221
/
llvm
/
lib
/
Bitcode
/
Reader
/
BitReader.cpp
ad0e0cb
Add Module functions in place of module providers.
by Erick Tryzelaar
· 16 years ago
754946c
Simplify.
by Daniel Dunbar
· 16 years ago
091217b
Kill ModuleProvider and ghost linkage by inverting the relationship between
by Jeffrey Yasskin
· 16 years ago
25963c6
"In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for."
by Chris Lattner
· 16 years ago
70ede48
Change llvm-c's ordering of contexts to make it consistent.
by Erick Tryzelaar
· 16 years ago
2de0067
Ack, missed one incompatibility.
by Owen Anderson
· 16 years ago
31d44e4
Restore other bits of the C API that I tore up. All pre-existing APIs default to using the
by Owen Anderson
· 16 years ago
1cf085d
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 16 years ago
6773d38
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 16 years ago
579f071
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
34eb6d8
Adding bindings for memory buffers and module providers. Switching
by Gordon Henriksen
· 18 years ago
2b0eed2
Adding Ocaml bindings for the bitreader as requested by Sarah
by Gordon Henriksen
· 18 years ago