summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* [compatibility.ll] Cover explicitly named comdats.Sean Silva2015-08-062-0/+8
* Fix testing for end of stream in bitstream reader.Derek Schuff2015-08-031-0/+0
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-032-3/+3
* Currently string attributes on function arguments/return values can be genera...Artur Pilipenko2015-08-031-0/+10
* IR: Add a broad bitcode compatibility testDuncan P. N. Exon Smith2015-07-313-0/+2475
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-312-0/+16
* Add argmemonly attribute.Igor Laevsky2015-07-111-2/+9
* Add support for fast-math flags to the FCmp instruction.James Molloy2015-07-101-0/+23
* Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic.Rafael Espindola2015-07-022-0/+1
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-3/+9
* Improve handling of end of file in the bitcode reader.Rafael Espindola2015-06-162-2/+7
* Add a test for padded bitcode files.Rafael Espindola2015-06-162-0/+13
* [BitcodeReader] Diagnose type mismatches with aliasesFilipe Cabecinhas2015-06-032-0/+5
* [Bitcode] Minimize the test to not conflict with othersFilipe Cabecinhas2015-06-031-0/+0
* [BitcodeReader] Check vector size before trying to create a VectorTypeFilipe Cabecinhas2015-06-032-0/+5
* [BitcodeReader] Change an assert to a call to a call to Error()Filipe Cabecinhas2015-05-302-0/+5
* [BitcodeReader] Change assert to report_fatal_errorFilipe Cabecinhas2015-05-272-0/+5
* [BitstreamReader] Make sure the Array operand type is an encodingFilipe Cabecinhas2015-05-272-0/+5
* [BitcodeReader] Make sure abbrev records have at least one operand (record code)Filipe Cabecinhas2015-05-262-0/+5
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-2/+8
* [BitcodeReader] Sanity check on Comdat IDFilipe Cabecinhas2015-05-263-0/+10
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-212-0/+9
* Change a reachable unreachable to a fatal error.Filipe Cabecinhas2015-05-192-0/+5
* [BitcodeReader] Error out if we read an invalid function argument typeFilipe Cabecinhas2015-05-192-0/+5
* [BitcodeReader] It's a malformed block if CodeLenWidth is too bigFilipe Cabecinhas2015-05-192-0/+5
* [BitcodeReader] Make sure the type of the inserted value matches the type of ...Filipe Cabecinhas2015-05-182-0/+5
* Extract the load/store type verification to a separate function.Filipe Cabecinhas2015-05-182-2/+7
* [BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indicesFilipe Cabecinhas2015-05-163-0/+10
* Bitcode: Set LastDL after writing DebugLocsDuncan P. N. Exon Smith2015-05-061-0/+36
* Don't overflow GCTableFilipe Cabecinhas2015-04-302-0/+5
* Make sure Op->getType() is a PointerType before we cast<> it.Filipe Cabecinhas2015-04-302-0/+5
* Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAXFilipe Cabecinhas2015-04-302-0/+5
* Check that we have a valid PointerType element type before calling get()Filipe Cabecinhas2015-04-292-0/+2
* Turn an assert into report_fatal_error since it's reachable based on user inputFilipe Cabecinhas2015-04-292-0/+5
* Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...Filipe Cabecinhas2015-04-293-0/+7
* Relax an assert when there's a type mismatch in forward referencesFilipe Cabecinhas2015-04-282-0/+5
* [opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie2015-04-282-0/+13
* [opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie2015-04-243-0/+6
* [BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...Filipe Cabecinhas2015-04-244-0/+9
* Be more strict about the operand for the array type in BitcodeReaderFilipe Cabecinhas2015-04-232-0/+5
* Verify sizes when trying to read a BitcodeAbbrevOpFilipe Cabecinhas2015-04-233-0/+7
* Have more strict type checks when creating BinOp nodes in BitcodeReaderFilipe Cabecinhas2015-04-222-0/+5
* [opaque pointer type] Explicit pointee type for call instructionDavid Blaikie2015-04-173-0/+6
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-2/+2
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+6
* Revert "Verify sizes when trying to read a VBR"Filipe Cabecinhas2015-04-152-5/+0
* Verify sizes when trying to read a VBRFilipe Cabecinhas2015-04-152-0/+5
* Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas2015-04-142-0/+5
* Add testing for mismatched explicit type on a gep operator when loading from ...David Blaikie2015-03-162-0/+3
* Add testing for mismatched explicit type on a load instruction when loading f...David Blaikie2015-03-162-0/+3
OpenPOWER on IntegriCloud