summaryrefslogtreecommitdiff
path: root/test/Bitcode/Inputs
AgeCommit message (Expand)Author
2017-08-03Do not want to use BFI to get profile count for sample pgoDehao Chen
2017-07-06Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne
2016-11-29Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne
2016-11-02Bitcode: Check file size before reading bitcode header.Peter Collingbourne
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne
2016-09-26[thinlto] Basic thinlto fdo heuristicPiotr Padlewski
2016-09-07Deleted right filePiotr Padlewski
2016-06-05[BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas
2016-06-05[BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas
2016-06-05[BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas
2016-06-05[BitCode] Don't allow constants of void type.Filipe Cabecinhas
2016-04-16ThinLTO: Make aliases explicit in the summaryMehdi Amini
2016-04-13Revert "Make aliases explicit in the summary"Mehdi Amini
2016-04-13Make aliases explicit in the summaryMehdi Amini
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini
2016-04-01Add missing test for the "Module hash in bitcode" added in r265095Mehdi Amini
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith
2016-03-11[ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson
2016-02-10Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson
2016-02-10Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson
2016-02-10[ThinLTO] Use MD5 hash in function index.Teresa Johnson
2015-11-04Error out when faced with value names containing '\0'Filipe Cabecinhas
2015-11-03Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas
2015-10-30Revert "Don't assert if materializing before seeing any function bodies"Filipe Cabecinhas
2015-10-29Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas
2015-10-06Make sure the CastInst is valid before trying to create itFilipe Cabecinhas
2015-08-03Fix testing for end of stream in bitstream reader.Derek Schuff
2015-07-02Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic.Rafael Espindola
2015-06-16Improve handling of end of file in the bitcode reader.Rafael Espindola
2015-06-16Add a test for padded bitcode files.Rafael Espindola
2015-06-03[BitcodeReader] Diagnose type mismatches with aliasesFilipe Cabecinhas
2015-06-03[Bitcode] Minimize the test to not conflict with othersFilipe Cabecinhas
2015-06-03[BitcodeReader] Check vector size before trying to create a VectorTypeFilipe Cabecinhas
2015-05-30[BitcodeReader] Change an assert to a call to a call to Error()Filipe Cabecinhas
2015-05-27[BitcodeReader] Change assert to report_fatal_errorFilipe Cabecinhas
2015-05-27[BitstreamReader] Make sure the Array operand type is an encodingFilipe Cabecinhas
2015-05-26[BitcodeReader] Make sure abbrev records have at least one operand (record code)Filipe Cabecinhas
2015-05-26[BitcodeReader] Sanity check on Comdat IDFilipe Cabecinhas
2015-05-19Change a reachable unreachable to a fatal error.Filipe Cabecinhas
2015-05-19[BitcodeReader] Error out if we read an invalid function argument typeFilipe Cabecinhas
2015-05-19[BitcodeReader] It's a malformed block if CodeLenWidth is too bigFilipe Cabecinhas
2015-05-18[BitcodeReader] Make sure the type of the inserted value matches the type of ...Filipe Cabecinhas
2015-05-18Extract the load/store type verification to a separate function.Filipe Cabecinhas
2015-05-16[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indicesFilipe Cabecinhas
2015-04-30Don't overflow GCTableFilipe Cabecinhas
2015-04-30Make sure Op->getType() is a PointerType before we cast<> it.Filipe Cabecinhas
2015-04-30Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAXFilipe Cabecinhas