summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/invalid.test
Commit message (Expand)AuthorAgeFilesLines
* Add support for multi-module bitcode files to llvm-disMatthew Voss2019-11-141-5/+0
* Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."Florian Hahn2019-07-141-0/+5
* Revert [BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn2019-07-111-5/+0
* [BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn2019-07-111-0/+5
* Bitcode: derive all types used from records instead of Values.Tim Northover2019-06-271-1/+1
* Fix Bitcode/invalid.testJF Bastien2019-06-261-6/+6
* BitStream reader: propagate errorsJF Bastien2019-06-261-7/+7
* Bitcode: Introduce initial multi-module reader API.Peter Collingbourne2016-11-161-11/+11
* Bitcode: Change the BitcodeReader to use llvm::Error internally.Peter Collingbourne2016-11-091-1/+1
* Bitcode: Check file size before reading bitcode header.Peter Collingbourne2016-11-021-0/+3
* [BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas2016-06-051-0/+5
* [BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas2016-06-051-0/+5
* [BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas2016-06-051-0/+5
* [BitCode] Don't allow constants of void type.Filipe Cabecinhas2016-06-051-0/+5
* Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith2016-03-271-5/+0
* Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-251-0/+5
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-251-5/+0
* Error out when faced with value names containing '\0'Filipe Cabecinhas2015-11-041-0/+5
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-11-031-0/+5
* Revert "Don't assert if materializing before seeing any function bodies"Filipe Cabecinhas2015-10-301-5/+0
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-10-291-0/+5
* Make sure the CastInst is valid before trying to create itFilipe Cabecinhas2015-10-061-0/+5
* [BitcodeReader] Diagnose type mismatches with aliasesFilipe Cabecinhas2015-06-031-0/+5
* [BitcodeReader] Check vector size before trying to create a VectorTypeFilipe Cabecinhas2015-06-031-0/+5
* [BitcodeReader] Change an assert to a call to a call to Error()Filipe Cabecinhas2015-05-301-0/+5
* [BitcodeReader] Change assert to report_fatal_errorFilipe Cabecinhas2015-05-271-0/+5
* [BitstreamReader] Make sure the Array operand type is an encodingFilipe Cabecinhas2015-05-271-0/+5
* [BitcodeReader] Make sure abbrev records have at least one operand (record code)Filipe Cabecinhas2015-05-261-0/+5
* [BitcodeReader] Sanity check on Comdat IDFilipe Cabecinhas2015-05-261-0/+10
* Change a reachable unreachable to a fatal error.Filipe Cabecinhas2015-05-191-0/+5
* [BitcodeReader] Error out if we read an invalid function argument typeFilipe Cabecinhas2015-05-191-0/+5
* [BitcodeReader] It's a malformed block if CodeLenWidth is too bigFilipe Cabecinhas2015-05-191-0/+5
* [BitcodeReader] Make sure the type of the inserted value matches the type of ...Filipe Cabecinhas2015-05-181-0/+5
* Extract the load/store type verification to a separate function.Filipe Cabecinhas2015-05-181-2/+7
* [BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indicesFilipe Cabecinhas2015-05-161-0/+10
* Don't overflow GCTableFilipe Cabecinhas2015-04-301-0/+5
* Make sure Op->getType() is a PointerType before we cast<> it.Filipe Cabecinhas2015-04-301-0/+5
* Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAXFilipe Cabecinhas2015-04-301-0/+5
* Check that we have a valid PointerType element type before calling get()Filipe Cabecinhas2015-04-291-0/+2
* Turn an assert into report_fatal_error since it's reachable based on user inputFilipe Cabecinhas2015-04-291-0/+5
* Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...Filipe Cabecinhas2015-04-291-0/+7
* Relax an assert when there's a type mismatch in forward referencesFilipe Cabecinhas2015-04-281-0/+5
* [opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie2015-04-241-0/+6
* [BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...Filipe Cabecinhas2015-04-241-0/+9
* Be more strict about the operand for the array type in BitcodeReaderFilipe Cabecinhas2015-04-231-0/+5
* Verify sizes when trying to read a BitcodeAbbrevOpFilipe Cabecinhas2015-04-231-0/+7
* Have more strict type checks when creating BinOp nodes in BitcodeReaderFilipe Cabecinhas2015-04-221-0/+5
* [opaque pointer type] Explicit pointee type for call instructionDavid Blaikie2015-04-171-0/+6
* Revert "Verify sizes when trying to read a VBR"Filipe Cabecinhas2015-04-151-5/+0
* Verify sizes when trying to read a VBRFilipe Cabecinhas2015-04-151-0/+5
OpenPOWER on IntegriCloud