summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/Inputs
Commit message (Expand)AuthorAgeFilesLines
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-161-0/+13
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-13/+0
* Make aliases explicit in the summaryMehdi Amini2016-04-131-0/+13
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-0/+4
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-011-4/+0
* Add missing test for the "Module hash in bitcode" added in r265095Mehdi Amini2016-04-011-0/+4
* Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith2016-03-271-0/+0
* Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-251-0/+0
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-251-0/+0
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-112-0/+21
* Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson2016-02-101-0/+0
* Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson2016-02-101-0/+0
* [ThinLTO] Use MD5 hash in function index.Teresa Johnson2016-02-101-0/+0
* Error out when faced with value names containing '\0'Filipe Cabecinhas2015-11-041-0/+0
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-11-031-0/+0
* Revert "Don't assert if materializing before seeing any function bodies"Filipe Cabecinhas2015-10-301-0/+0
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-10-291-0/+0
* Make sure the CastInst is valid before trying to create itFilipe Cabecinhas2015-10-061-0/+0
* Fix testing for end of stream in bitstream reader.Derek Schuff2015-08-031-0/+0
* Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic.Rafael Espindola2015-07-021-0/+0
* Improve handling of end of file in the bitcode reader.Rafael Espindola2015-06-161-0/+0
* Add a test for padded bitcode files.Rafael Espindola2015-06-161-0/+0
* [BitcodeReader] Diagnose type mismatches with aliasesFilipe Cabecinhas2015-06-031-0/+0
* [Bitcode] Minimize the test to not conflict with othersFilipe Cabecinhas2015-06-031-0/+0
* [BitcodeReader] Check vector size before trying to create a VectorTypeFilipe Cabecinhas2015-06-031-0/+0
* [BitcodeReader] Change an assert to a call to a call to Error()Filipe Cabecinhas2015-05-301-0/+0
* [BitcodeReader] Change assert to report_fatal_errorFilipe Cabecinhas2015-05-271-0/+0
* [BitstreamReader] Make sure the Array operand type is an encodingFilipe Cabecinhas2015-05-271-0/+0
* [BitcodeReader] Make sure abbrev records have at least one operand (record code)Filipe Cabecinhas2015-05-261-0/+0
* [BitcodeReader] Sanity check on Comdat IDFilipe Cabecinhas2015-05-262-0/+0
* Change a reachable unreachable to a fatal error.Filipe Cabecinhas2015-05-191-0/+0
* [BitcodeReader] Error out if we read an invalid function argument typeFilipe Cabecinhas2015-05-191-0/+0
* [BitcodeReader] It's a malformed block if CodeLenWidth is too bigFilipe Cabecinhas2015-05-191-0/+0
* [BitcodeReader] Make sure the type of the inserted value matches the type of ...Filipe Cabecinhas2015-05-181-0/+0
* Extract the load/store type verification to a separate function.Filipe Cabecinhas2015-05-181-0/+0
* [BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indicesFilipe Cabecinhas2015-05-162-0/+0
* Don't overflow GCTableFilipe Cabecinhas2015-04-301-0/+0
* Make sure Op->getType() is a PointerType before we cast<> it.Filipe Cabecinhas2015-04-301-0/+0
* Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAXFilipe Cabecinhas2015-04-301-0/+0
* Check that we have a valid PointerType element type before calling get()Filipe Cabecinhas2015-04-291-0/+0
* Turn an assert into report_fatal_error since it's reachable based on user inputFilipe Cabecinhas2015-04-291-0/+0
* Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...Filipe Cabecinhas2015-04-292-0/+0
* Relax an assert when there's a type mismatch in forward referencesFilipe Cabecinhas2015-04-281-0/+0
* [opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie2015-04-242-0/+0
* [BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...Filipe Cabecinhas2015-04-243-0/+0
* Be more strict about the operand for the array type in BitcodeReaderFilipe Cabecinhas2015-04-231-0/+0
* Verify sizes when trying to read a BitcodeAbbrevOpFilipe Cabecinhas2015-04-232-0/+0
* Have more strict type checks when creating BinOp nodes in BitcodeReaderFilipe Cabecinhas2015-04-221-0/+0
* [opaque pointer type] Explicit pointee type for call instructionDavid Blaikie2015-04-172-0/+0
* Revert "Verify sizes when trying to read a VBR"Filipe Cabecinhas2015-04-151-0/+0
OpenPOWER on IntegriCloud