Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
52d0f16e1b1e35d97d3b0f49f9b75ba4db000d1e
/
llvm
/
lib
/
Bitcode
/
Reader
/
BitReader.cpp
6881215
Pass a && to getLazyBitcodeModule.
by Rafael Espindola
· 11 years ago
e2c1d77
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
by Rafael Espindola
· 11 years ago
d96d553
Pass a MemoryBufferRef when we can avoid taking ownership.
by Rafael Espindola
· 11 years ago
db4ed0b
Remove 'using std::errro_code' from lib.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
2617dcc
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
8f31e21
Make parseBitcodeFile return an ErrorOr<Module *>.
by Rafael Espindola
· 12 years ago
5b6c1e8
Update getLazyBitcodeModule to use ErrorOr for error handling.
by Rafael Espindola
· 12 years ago
dec20e4
This patch breaks up Wrap.h so that it does not have to include all of
by Filip Pizlo
· 13 years ago
04d4e93
Move C++ code out of the C headers and into either C++ headers
by Eric Christopher
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
2ad8df2
Code Custodian:
by Joe Abbey
· 13 years ago
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