summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/Inputs
AgeCommit message (Expand)Author
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
2015-01-30[bitcode reader] Fix an assert on invalid type tablesFilipe Cabecinhas
2015-01-24[Bitcode] Diagnose errors instead of asserting from bad inputFilipe Cabecinhas
2015-01-16Use report_fatal_error instead of llvm_unreachable, so we don't crash on user...Filipe Cabecinhas