aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/compatibility.ll
AgeCommit message (Expand)AuthorFilesLines
2016-07-04Add writeonly IR attributeNicolai Haehnle1-2/+5
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-5/+11
2016-05-06AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov1-0/+40
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin1-0/+25
2016-01-10[WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet1-1/+2
2016-01-06[Bitcode] Remove superflous compatibility testsVedant Kumar1-4/+0
2016-01-06Bitcode: Move these tests into compatibility.llJustin Bogner1-0/+30
2016-01-02[WinEH] Tighten parentPad verifier checksJoseph Tremoulet1-3/+9
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj1-7/+13
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel1-0/+22
2015-12-14[IR] Remove terminatepadDavid Majnemer1-16/+7
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-55/+51
2015-11-11Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka1-2/+2
2015-11-06Add 'notail' marker for call instructions.Akira Hatanaka1-0/+7
2015-11-06Add a new attribute: norecurseJames Molloy1-7/+10
2015-10-27[IR] Limit bits used for CallingConv::ID, update testsVedant Kumar1-2/+2
2015-09-24[Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das1-1/+153
2015-09-11[IR] Print the label operands of a catchpad like an invokeReid Kleckner1-4/+8
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie1-38/+38
2015-09-08[Bitcode] Add compatibility tests for new instructionsVedant Kumar1-3/+97
2015-08-14[test] Testing write access to llvmVedant Kumar1-1/+1
2015-08-14[IR] Add token typesDavid Majnemer1-0/+3
2015-08-13Emit argmemonly attribute for intrinsics.Igor Laevsky1-3/+5
2015-07-31IR: Add a broad bitcode compatibility testDuncan P. N. Exon Smith1-0/+1280