[opaque pointer type] bitcode: add explicit callee type to invoke instructions
[oota-llvm.git] / test / Bitcode / invalid.test
2015-04-24 David Blaikie[opaque pointer type] bitcode: add explicit callee...
2015-04-24 Filipe Cabecinhas[BitcodeReader] Fix asserts when we read a non-vector...
2015-04-23 Filipe CabecinhasBe more strict about the operand for the array type...
2015-04-23 Filipe CabecinhasVerify sizes when trying to read a BitcodeAbbrevOp
2015-04-22 Filipe CabecinhasHave more strict type checks when creating BinOp nodes...
2015-04-17 David Blaikie[opaque pointer type] Explicit pointee type for call...
2015-04-15 Filipe CabecinhasRevert "Verify sizes when trying to read a VBR"
2015-04-15 Filipe CabecinhasVerify sizes when trying to read a VBR
2015-04-14 Filipe CabecinhasError out of ParseBitcodeInto(Module*) if we haven...
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a gep opera...
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a load...
2015-03-16 David BlaikieTest bitcode parsing error-handling for incorrect expli...
2015-02-22 JF BastienUse common parse routine to read alignment values from...
2015-02-16 Filipe Cabecinhas[Bitcode reader] Fix a few assertions when reading...
2015-01-30 Filipe CabecinhasCheck bit widths before trying to get a type.
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-16 Filipe CabecinhasUse report_fatal_error instead of llvm_unreachable...