[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned modulo
[oota-llvm.git] / unittests / Bitcode /
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-09-23 Petar JovanovicDo not destroy external linkage when deleting function...
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-02 NAKAMURA TakumiBitcodeTests: Fix LINK_COMPONENTS.
2014-08-01 Duncan P. N. Exon... BitcodeReader: Fix some BlockAddress forward reference...
2014-08-01 Duncan P. N. Exon... Try to fix configure+make after r214556
2014-08-01 Duncan P. N. Exon... Rewrite BitReaderTest, NFC
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-01-23 NAKAMURA Takumillvm/unittests: Use OwningPtr to fix --vg-leak.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-06-21 NAKAMURA Takumillvm/unittests: Simplify LINK_COMPONENTS.
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-01-02 Chandler CarruthUndo the hack in r147427 and move this unittest to...