summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix most of PR10367.Rafael Espindola2014-05-162-0/+22
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-072-0/+79
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-241-0/+17
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-051-0/+9
* AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool2014-04-051-0/+8
* All new elements except the last one initialized to NULL. Ideally, once parsi...Karthik Bhat2014-03-272-0/+158
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-4/+4
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-113-40/+63
* Ensure bitcode encoding of instructions and their operands stays stable.Michael Kuperstein2014-03-026-0/+467
OpenPOWER on IntegriCloud