summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/invalid.test
Commit message (Expand)AuthorAgeFilesLines
* Relax an assert when there's a type mismatch in forward referencesFilipe Cabecinhas2015-04-281-0/+5
* [opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie2015-04-241-0/+6
* [BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...Filipe Cabecinhas2015-04-241-0/+9
* Be more strict about the operand for the array type in BitcodeReaderFilipe Cabecinhas2015-04-231-0/+5
* Verify sizes when trying to read a BitcodeAbbrevOpFilipe Cabecinhas2015-04-231-0/+7
* Have more strict type checks when creating BinOp nodes in BitcodeReaderFilipe Cabecinhas2015-04-221-0/+5
* [opaque pointer type] Explicit pointee type for call instructionDavid Blaikie2015-04-171-0/+6
* Revert "Verify sizes when trying to read a VBR"Filipe Cabecinhas2015-04-151-5/+0
* Verify sizes when trying to read a VBRFilipe Cabecinhas2015-04-151-0/+5
* Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas2015-04-141-0/+5
* Add testing for mismatched explicit type on a gep operator when loading from ...David Blaikie2015-03-161-0/+3
* Add testing for mismatched explicit type on a load instruction when loading f...David Blaikie2015-03-161-0/+3
* Test bitcode parsing error-handling for incorrect explicit typeDavid Blaikie2015-03-161-0/+3
* Use common parse routine to read alignment values from bitcodeJF Bastien2015-02-221-0/+3
* [Bitcode reader] Fix a few assertions when reading invalid filesFilipe Cabecinhas2015-02-161-0/+21
* Check bit widths before trying to get a type.Filipe Cabecinhas2015-01-301-0/+6
* [Bitcode] Diagnose errors instead of asserting from bad inputFilipe Cabecinhas2015-01-241-1/+13
* Use report_fatal_error instead of llvm_unreachable, so we don't crash on user...Filipe Cabecinhas2015-01-161-0/+1
OpenPOWER on IntegriCloud