Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r38
/
unittests
/
Bitcode
/
BitReaderTest.cpp
06d6207
Pass a reference to a module to the bitcode writer.
by Rafael Espindola
· 8 years ago
16872e2
Remove redundant includes from unittests.
by Michael Zolotukhin
· 8 years ago
dead081
Bitcode: Change module reader functions to return an llvm::Expected.
by Peter Collingbourne
· 9 years ago
a547919
Split Bitcode/ReaderWriter.h into separate reader and writer headers
by Teresa Johnson
· 9 years ago
76c218e
Bitcode: Change the materializer interface to return llvm::Error.
by Peter Collingbourne
· 9 years ago
5498e18
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
by Peter Collingbourne
· 9 years ago
e851658
Bitcode: Change reader interface to take memory buffers.
by Peter Collingbourne
· 9 years ago
8be7707
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
f11617b
Drop support for dematerializing.
by Rafael Espindola
· 10 years ago
83e36d9
Fix memory leak in unit test of Bitcode/BitReaderTest.cpp
by Derek Schuff
· 10 years ago
f96e27f
Fix testing for end of stream in bitstream reader.
by Derek Schuff
· 10 years ago
1c19be4
Try to fix the MSVC build.
by Rafael Espindola
· 10 years ago
cc625c9
Handle forward referenced function when streaming bitcode.
by Rafael Espindola
· 10 years ago
20a6785
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
by Rafael Espindola
· 10 years ago
1bef1cd
While in GlobalValue fix the function(s) that don't follow the
by Eric Christopher
· 10 years ago
683cf0f
Add bitcode test to verify functions can be materialized out of order.
by Derek Schuff
· 10 years ago
1b27914
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
c498284
Modernize the error handling of the Materialize function.
by Rafael Espindola
· 11 years ago
fd42335
Do not destroy external linkage when deleting function body
by Petar Jovanovic
· 11 years ago
6d66a1c
Pass a && to getLazyBitcodeModule.
by Rafael Espindola
· 11 years ago
1a7f705
Return a std::unique_ptr when creating a new MemoryBuffer.
by Rafael Espindola
· 11 years ago
fb1af0a
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
by Rafael Espindola
· 11 years ago
9b29ff9
Modernize the .ll parsing interface.
by Rafael Espindola
· 11 years ago
cf8b959
BitcodeReader: Fix some BlockAddress forward reference corner cases
by Duncan P. N. Exon Smith
· 11 years ago
2e9b60a
Rewrite BitReaderTest, NFC
by Duncan P. N. Exon Smith
· 11 years ago
32791b0
verify-di: Implement DebugInfoVerifier
by Duncan P. N. Exon Smith
· 11 years ago
f4ccd11
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 11 years ago
99c7fec
Update getLazyBitcodeModule to use ErrorOr for error handling.
by Rafael Espindola
· 12 years ago
56e1394
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
by Chandler Carruth
· 12 years ago
023d97d
llvm/unittests: Use OwningPtr to fix --vg-leak.
by NAKAMURA Takumi
· 13 years ago
0b8c9a8
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
fdc8f78
Bitcode: Don't expose WriteBitcodeToStream to clients.
by Daniel Dunbar
· 13 years ago
972cc0d
Undo the hack in r147427 and move this unittest to a better home. This
by Chandler Carruth
· 14 years ago
[Renamed (92%) from unittests/VMCore/pr11677.cpp]
47f79bb
Materialize functions whose basic blocks are used by global variables. Fixes
by Rafael Espindola
· 14 years ago