summaryrefslogtreecommitdiff
path: root/test/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-5/+5
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-5/+5
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-5/+5
2014-09-23Ensure bitcode encoding stays stable.Michael Kuperstein12-56/+388
2014-08-30Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.Jordan Rose1-0/+2
2014-08-19verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith43-43/+43
2014-08-18verify-uselistorder: Call verifyModule() and improve outputDuncan P. N. Exon Smith1-2/+2
2014-08-16BitcodeReader: Only create one basic block for each blockaddressDuncan P. N. Exon Smith1-0/+14
2014-08-12Don't upgrade global constructors when reading bitcodeDuncan P. N. Exon Smith2-1/+3
2014-08-01UseListOrder: Fix blockaddress use-list orderDuncan P. N. Exon Smith2-0/+36
2014-07-31verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith41-41/+41
2014-07-31UseListOrder: Handle self-usersDuncan P. N. Exon Smith1-0/+13
2014-07-31UseListOrder: Don't give constant IDs to GlobalValuesDuncan P. N. Exon Smith1-0/+13
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola1-6/+6
2014-07-30UseListOrder: Visit global valuesDuncan P. N. Exon Smith4-0/+14
2014-07-30Fix line endings before adding RUN lines, NFCDuncan P. N. Exon Smith2-159/+159
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith38-38/+38
2014-07-30Reapply "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith3-0/+16
2014-07-29Revert "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith3-16/+0
2014-07-29UseListOrder: Additional test coverage for r214242Duncan P. N. Exon Smith1-0/+14
2014-07-29UseListOrder: Order GlobalValue uses after initializersDuncan P. N. Exon Smith2-0/+2
2014-07-29Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith35-0/+35
2014-07-29Fix line-endings, NFCDuncan P. N. Exon Smith10-913/+911
2014-07-28llvm-uselistorder: Add -num-shuffles optionDuncan P. N. Exon Smith1-1/+1
2014-07-28Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith1-1/+0
2014-07-25Move -verify-use-list-order into llvm-uselistorderDuncan P. N. Exon Smith1-1/+1
2014-07-25IPO: Add use-list-order verifierDuncan P. N. Exon Smith1-0/+83
2014-07-23AsmParser: remove deprecated LLIR supportSaleem Abdulrasool1-17/+0
2014-07-22Make use of the align parameter attribute for all pointer argumentsHal Finkel1-0/+5
2014-07-21Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan1-1/+1
2014-07-18Add a dereferenceable attributeHal Finkel1-0/+10
2014-07-16Roundtrip the inalloca bit on allocas through bitcodeReid Kleckner1-0/+18
2014-06-25Add some test files for r211710.Eli Bendersky2-0/+37
2014-06-13IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover4-20/+72
2014-06-05Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder1-3/+9
2014-06-03Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola1-4/+4
2014-05-29[X86] Move test from r209863 to CodeGen/X86Adam Nemet1-41/+0
2014-05-29[X86] Auto-upgrade AVX1 vbroadcast intrinsicsAdam Nemet1-0/+41
2014-05-20Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky1-0/+5
2014-05-17Handle ConstantAggregateZero when upgrading global_ctors.Rafael Espindola2-0/+3
2014-05-16Fix most of PR10367.Rafael Espindola2-0/+22
2014-05-07IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2-0/+79
2014-04-24Add 'musttail' marker to call instructionsReid Kleckner1-0/+17
2014-04-05AsmParser: add a warning for compatibility parsingSaleem Abdulrasool1-0/+9
2014-04-05AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool1-0/+8
2014-03-27All new elements except the last one initialized to NULL. Ideally, once parsi...Karthik Bhat2-0/+158
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola1-4/+4
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover3-40/+63
2014-03-02Ensure bitcode encoding of instructions and their operands stays stable.Michael Kuperstein6-0/+467
2014-02-26Ensure bitcode encoding of instructions and their operands stays stable.Michael Kuperstein14-0/+583