summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+10
* Roundtrip the inalloca bit on allocas through bitcodeReid Kleckner2014-07-161-0/+18
* Add some test files for r211710.Eli Bendersky2014-06-252-0/+37
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-134-20/+72
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-3/+9
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-4/+4
* [X86] Move test from r209863 to CodeGen/X86Adam Nemet2014-05-291-41/+0
* [X86] Auto-upgrade AVX1 vbroadcast intrinsicsAdam Nemet2014-05-291-0/+41
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-201-0/+5
* Handle ConstantAggregateZero when upgrading global_ctors.Rafael Espindola2014-05-172-0/+3
OpenPOWER on IntegriCloud