summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test bitcode parsing error-handling for incorrect explicit typeDavid Blaikie2015-03-162-0/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-134-10/+10
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-277-75/+75
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-273-11/+11
* llvm-dis: Stop crashing when dropping debug infoDuncan P. N. Exon Smith2015-02-255-31/+42
* [opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie2015-02-251-2/+2
* Use common parse routine to read alignment values from bitcodeJF Bastien2015-02-222-0/+3
* [Bitcode reader] Fix a few assertions when reading invalid filesFilipe Cabecinhas2015-02-167-0/+21
* Check bit widths before trying to get a type.Filipe Cabecinhas2015-01-302-0/+6
* [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-244-1/+15
* Bitcode: Don't create comdats when autoupgrading macho bitcodeDavid Majnemer2015-01-202-0/+11
* Bring r226038 back.Rafael Espindola2015-01-191-6/+6
* Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-161-6/+6
* Use report_fatal_error instead of llvm_unreachable, so we don't crash on user...Filipe Cabecinhas2015-01-162-0/+1
* Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola2015-01-161-6/+6
* Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-151-6/+6
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-1/+1
* Don't create new comdats in CodeGen.Rafael Espindola2015-01-141-6/+6
* Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola2015-01-101-1/+1
* Make this test a bit stricter.Rafael Espindola2015-01-081-41/+41
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-159-36/+36
* Bitcode: Use unsigned char to record MDStringsDuncan P. N. Exon Smith2014-12-111-0/+9
* Bitcode: Add METADATA_NODE and METADATA_VALUEDuncan P. N. Exon Smith2014-12-112-0/+26
* IR: Fix bitcode compatability filenamesDuncan P. N. Exon Smith2014-12-082-0/+0
* IR: Add missing tests for function-local metadataDuncan P. N. Exon Smith2014-12-072-0/+35
* Parse 'ghccc' in .ll files as the GHC convention (cc 10)Reid Kleckner2014-12-011-2/+2
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-5/+5
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-5/+5
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-5/+5
* Ensure bitcode encoding stays stable.Michael Kuperstein2014-09-2312-56/+388
* Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.Jordan Rose2014-08-301-0/+2
* verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith2014-08-1943-43/+43
* verify-uselistorder: Call verifyModule() and improve outputDuncan P. N. Exon Smith2014-08-181-2/+2
* BitcodeReader: Only create one basic block for each blockaddressDuncan P. N. Exon Smith2014-08-161-0/+14
* Don't upgrade global constructors when reading bitcodeDuncan P. N. Exon Smith2014-08-122-1/+3
* UseListOrder: Fix blockaddress use-list orderDuncan P. N. Exon Smith2014-08-012-0/+36
* verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith2014-07-3141-41/+41
* UseListOrder: Handle self-usersDuncan P. N. Exon Smith2014-07-311-0/+13
* UseListOrder: Don't give constant IDs to GlobalValuesDuncan P. N. Exon Smith2014-07-311-0/+13
OpenPOWER on IntegriCloud