[test] Testing write access to llvm
[oota-llvm.git] / test / Bitcode / Inputs /
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-07-02 Rafael EspindolaFix for PR23310: llvm-dis crashes when trying to upgrad...
2015-06-16 Rafael EspindolaImprove handling of end of file in the bitcode reader.
2015-06-16 Rafael EspindolaAdd a test for padded bitcode files.
2015-06-03 Filipe Cabecinhas[BitcodeReader] Diagnose type mismatches with aliases
2015-06-03 Filipe Cabecinhas[Bitcode] Minimize the test to not conflict with others
2015-06-03 Filipe Cabecinhas[BitcodeReader] Check vector size before trying to...
2015-05-30 Filipe Cabecinhas[BitcodeReader] Change an assert to a call to a call...
2015-05-27 Filipe Cabecinhas[BitcodeReader] Change assert to report_fatal_error
2015-05-27 Filipe Cabecinhas[BitstreamReader] Make sure the Array operand type...
2015-05-26 Filipe Cabecinhas[BitcodeReader] Make sure abbrev records have at least...
2015-05-26 Filipe Cabecinhas[BitcodeReader] Sanity check on Comdat ID
2015-05-19 Filipe CabecinhasChange a reachable unreachable to a fatal error.
2015-05-19 Filipe Cabecinhas[BitcodeReader] Error out if we read an invalid functio...
2015-05-19 Filipe Cabecinhas[BitcodeReader] It's a malformed block if CodeLenWidth...
2015-05-18 Filipe Cabecinhas[BitcodeReader] Make sure the type of the inserted...
2015-05-18 Filipe CabecinhasExtract the load/store type verification to a separate...
2015-05-16 Filipe Cabecinhas[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with...
2015-04-30 Filipe CabecinhasDon't overflow GCTable
2015-04-30 Filipe CabecinhasMake sure Op->getType() is a PointerType before we...
2015-04-30 Filipe CabecinhasMake sure we don't resize(0) when we get a fwdref with...
2015-04-29 Filipe CabecinhasCheck that we have a valid PointerType element type...
2015-04-29 Filipe CabecinhasTurn an assert into report_fatal_error since it's reach...
2015-04-29 Filipe CabecinhasMake sure that isValidElementType(Type) before calling...
2015-04-28 Filipe CabecinhasRelax an assert when there's a type mismatch in forward...
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-30 Filipe Cabecinhas[bitcode reader] Fix an assert on invalid type tables
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-16 Filipe CabecinhasUse report_fatal_error instead of llvm_unreachable...