summaryrefslogtreecommitdiff
path: root/test/Bitcode/invalid.test
AgeCommit message (Expand)Author
2016-11-16Bitcode: Introduce initial multi-module reader API.Peter Collingbourne
2016-11-09Bitcode: Change the BitcodeReader to use llvm::Error internally.Peter Collingbourne
2016-11-02Bitcode: Check file size before reading bitcode header.Peter Collingbourne
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-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
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-06-03[BitcodeReader] Diagnose type mismatches with aliasesFilipe 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
2015-04-29Check that we have a valid PointerType element type before calling get()Filipe Cabecinhas
2015-04-29Turn an assert into report_fatal_error since it's reachable based on user inputFilipe Cabecinhas
2015-04-29Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...Filipe Cabecinhas
2015-04-28Relax an assert when there's a type mismatch in forward referencesFilipe Cabecinhas
2015-04-24[opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie
2015-04-24[BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...Filipe Cabecinhas
2015-04-23Be more strict about the operand for the array type in BitcodeReaderFilipe Cabecinhas
2015-04-23Verify sizes when trying to read a BitcodeAbbrevOpFilipe Cabecinhas
2015-04-22Have more strict type checks when creating BinOp nodes in BitcodeReaderFilipe Cabecinhas
2015-04-17[opaque pointer type] Explicit pointee type for call instructionDavid Blaikie
2015-04-15Revert "Verify sizes when trying to read a VBR"Filipe Cabecinhas
2015-04-15Verify sizes when trying to read a VBRFilipe Cabecinhas
2015-04-14Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas
2015-03-16Add testing for mismatched explicit type on a gep operator when loading from ...David Blaikie
2015-03-16Add testing for mismatched explicit type on a load instruction when loading f...David Blaikie
2015-03-16Test bitcode parsing error-handling for incorrect explicit typeDavid Blaikie
2015-02-22Use common parse routine to read alignment values from bitcodeJF Bastien
2015-02-16[Bitcode reader] Fix a few assertions when reading invalid filesFilipe Cabecinhas
2015-01-30Check bit widths before trying to get a type.Filipe Cabecinhas