aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/invalid.test
AgeCommit message (Expand)AuthorFilesLines
2016-06-05[BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas1-0/+5
2016-06-05[BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas1-0/+5
2016-06-05[BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas1-0/+5
2016-06-05[BitCode] Don't allow constants of void type.Filipe Cabecinhas1-0/+5
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith1-5/+0
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith1-0/+5
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith1-5/+0
2015-11-04Error out when faced with value names containing '\0'Filipe Cabecinhas1-0/+5
2015-11-03Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas1-0/+5
2015-10-30Revert "Don't assert if materializing before seeing any function bodies"Filipe Cabecinhas1-5/+0
2015-10-29Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas1-0/+5
2015-10-06Make sure the CastInst is valid before trying to create itFilipe Cabecinhas1-0/+5
2015-06-03[BitcodeReader] Diagnose type mismatches with aliasesFilipe Cabecinhas1-0/+5
2015-06-03[BitcodeReader] Check vector size before trying to create a VectorTypeFilipe Cabecinhas1-0/+5
2015-05-30[BitcodeReader] Change an assert to a call to a call to Error()Filipe Cabecinhas1-0/+5
2015-05-27[BitcodeReader] Change assert to report_fatal_errorFilipe Cabecinhas1-0/+5
2015-05-27[BitstreamReader] Make sure the Array operand type is an encodingFilipe Cabecinhas1-0/+5
2015-05-26[BitcodeReader] Make sure abbrev records have at least one operand (record code)Filipe Cabecinhas1-0/+5
2015-05-26[BitcodeReader] Sanity check on Comdat IDFilipe Cabecinhas1-0/+10
2015-05-19Change a reachable unreachable to a fatal error.Filipe Cabecinhas1-0/+5
2015-05-19[BitcodeReader] Error out if we read an invalid function argument typeFilipe Cabecinhas1-0/+5
2015-05-19[BitcodeReader] It's a malformed block if CodeLenWidth is too bigFilipe Cabecinhas1-0/+5
2015-05-18[BitcodeReader] Make sure the type of the inserted value matches the type of ...Filipe Cabecinhas1-0/+5
2015-05-18Extract the load/store type verification to a separate function.Filipe Cabecinhas1-2/+7
2015-05-16[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indicesFilipe Cabecinhas1-0/+10
2015-04-30Don't overflow GCTableFilipe Cabecinhas1-0/+5
2015-04-30Make sure Op->getType() is a PointerType before we cast<> it.Filipe Cabecinhas1-0/+5
2015-04-30Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAXFilipe Cabecinhas1-0/+5
2015-04-29Check that we have a valid PointerType element type before calling get()Filipe Cabecinhas1-0/+2
2015-04-29Turn an assert into report_fatal_error since it's reachable based on user inputFilipe Cabecinhas1-0/+5
2015-04-29Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...Filipe Cabecinhas1-0/+7
2015-04-28Relax an assert when there's a type mismatch in forward referencesFilipe Cabecinhas1-0/+5
2015-04-24[opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie1-0/+6
2015-04-24[BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...Filipe Cabecinhas1-0/+9
2015-04-23Be more strict about the operand for the array type in BitcodeReaderFilipe Cabecinhas1-0/+5
2015-04-23Verify sizes when trying to read a BitcodeAbbrevOpFilipe Cabecinhas1-0/+7
2015-04-22Have more strict type checks when creating BinOp nodes in BitcodeReaderFilipe Cabecinhas1-0/+5
2015-04-17[opaque pointer type] Explicit pointee type for call instructionDavid Blaikie1-0/+6
2015-04-15Revert "Verify sizes when trying to read a VBR"Filipe Cabecinhas1-5/+0
2015-04-15Verify sizes when trying to read a VBRFilipe Cabecinhas1-0/+5
2015-04-14Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas1-0/+5
2015-03-16Add testing for mismatched explicit type on a gep operator when loading from ...David Blaikie1-0/+3
2015-03-16Add testing for mismatched explicit type on a load instruction when loading f...David Blaikie1-0/+3
2015-03-16Test bitcode parsing error-handling for incorrect explicit typeDavid Blaikie1-0/+3
2015-02-22Use common parse routine to read alignment values from bitcodeJF Bastien1-0/+3
2015-02-16[Bitcode reader] Fix a few assertions when reading invalid filesFilipe Cabecinhas1-0/+21
2015-01-30Check bit widths before trying to get a type.Filipe Cabecinhas1-0/+6
2015-01-24[Bitcode] Diagnose errors instead of asserting from bad inputFilipe Cabecinhas1-1/+13
2015-01-16Use report_fatal_error instead of llvm_unreachable, so we don't crash on user...Filipe Cabecinhas1-0/+1