summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use "weak alias" instead of "alias weak"Rafael Espindola2014-07-301-6/+6
* UseListOrder: Visit global valuesDuncan P. N. Exon Smith2014-07-304-0/+14
* Fix line endings before adding RUN lines, NFCDuncan P. N. Exon Smith2014-07-302-159/+159
* Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith2014-07-3038-38/+38
* Reapply "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith2014-07-303-0/+16
* Revert "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith2014-07-293-16/+0
* UseListOrder: Additional test coverage for r214242Duncan P. N. Exon Smith2014-07-291-0/+14
* UseListOrder: Order GlobalValue uses after initializersDuncan P. N. Exon Smith2014-07-292-0/+2
* Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith2014-07-2935-0/+35
* Fix line-endings, NFCDuncan P. N. Exon Smith2014-07-2910-913/+911
* llvm-uselistorder: Add -num-shuffles optionDuncan P. N. Exon Smith2014-07-281-1/+1
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-281-1/+0
* Move -verify-use-list-order into llvm-uselistorderDuncan P. N. Exon Smith2014-07-251-1/+1
* IPO: Add use-list-order verifierDuncan P. N. Exon Smith2014-07-251-0/+83
* AsmParser: remove deprecated LLIR supportSaleem Abdulrasool2014-07-231-17/+0
* Make use of the align parameter attribute for all pointer argumentsHal Finkel2014-07-221-0/+5
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-211-1/+1
OpenPOWER on IntegriCloud