summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/Inputs
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure Op->getType() is a PointerType before we cast<> it.Filipe Cabecinhas2015-04-301-0/+0
* Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAXFilipe Cabecinhas2015-04-301-0/+0
* Check that we have a valid PointerType element type before calling get()Filipe Cabecinhas2015-04-291-0/+0
* Turn an assert into report_fatal_error since it's reachable based on user inputFilipe Cabecinhas2015-04-291-0/+0
* Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...Filipe Cabecinhas2015-04-292-0/+0
* Relax an assert when there's a type mismatch in forward referencesFilipe Cabecinhas2015-04-281-0/+0
* [opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie2015-04-242-0/+0
* [BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...Filipe Cabecinhas2015-04-243-0/+0
* Be more strict about the operand for the array type in BitcodeReaderFilipe Cabecinhas2015-04-231-0/+0
* Verify sizes when trying to read a BitcodeAbbrevOpFilipe Cabecinhas2015-04-232-0/+0
* Have more strict type checks when creating BinOp nodes in BitcodeReaderFilipe Cabecinhas2015-04-221-0/+0
* [opaque pointer type] Explicit pointee type for call instructionDavid Blaikie2015-04-172-0/+0
* Revert "Verify sizes when trying to read a VBR"Filipe Cabecinhas2015-04-151-0/+0
* Verify sizes when trying to read a VBRFilipe Cabecinhas2015-04-151-0/+0
* Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas2015-04-141-0/+0
* Add testing for mismatched explicit type on a gep operator when loading from ...David Blaikie2015-03-161-0/+0
* Add testing for mismatched explicit type on a load instruction when loading f...David Blaikie2015-03-161-0/+0
* Test bitcode parsing error-handling for incorrect explicit typeDavid Blaikie2015-03-161-0/+0
* Use common parse routine to read alignment values from bitcodeJF Bastien2015-02-221-0/+0
* [Bitcode reader] Fix a few assertions when reading invalid filesFilipe Cabecinhas2015-02-166-0/+0
* Check bit widths before trying to get a type.Filipe Cabecinhas2015-01-301-0/+0
* [bitcode reader] Fix an assert on invalid type tablesFilipe Cabecinhas2015-01-301-0/+0
* [Bitcode] Diagnose errors instead of asserting from bad inputFilipe Cabecinhas2015-01-243-0/+2
* Use report_fatal_error instead of llvm_unreachable, so we don't crash on user...Filipe Cabecinhas2015-01-161-0/+0
OpenPOWER on IntegriCloud