summaryrefslogtreecommitdiff
path: root/test/Bitcode/compatibility.ll
AgeCommit message (Expand)Author
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-09-29[AMDGPU] calling conventions for AMDPAL OS typeTim Renouf
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-05-02AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak
2017-04-28Add speculatable function attributeMatt Arsenault
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet
2017-03-25Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonlyEric Christopher
2016-11-10IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne
2016-09-19BitcodeWriter: fix emission of invoke when calling a var-arg function with op...Mehdi Amini
2016-07-04Add writeonly IR attributeNicolai Haehnle
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-05-06AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin
2016-01-10[WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet
2016-01-06[Bitcode] Remove superflous compatibility testsVedant Kumar
2016-01-06Bitcode: Move these tests into compatibility.llJustin Bogner
2016-01-02[WinEH] Tighten parentPad verifier checksJoseph Tremoulet
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel
2015-12-14[IR] Remove terminatepadDavid Majnemer
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer
2015-11-11Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka
2015-11-06Add 'notail' marker for call instructions.Akira Hatanaka
2015-11-06Add a new attribute: norecurseJames Molloy
2015-10-27[IR] Limit bits used for CallingConv::ID, update testsVedant Kumar
2015-09-24[Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das
2015-09-11[IR] Print the label operands of a catchpad like an invokeReid Kleckner
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-09-08[Bitcode] Add compatibility tests for new instructionsVedant Kumar
2015-08-14[test] Testing write access to llvmVedant Kumar
2015-08-14[IR] Add token typesDavid Majnemer
2015-08-13Emit argmemonly attribute for intrinsics.Igor Laevsky
2015-07-31IR: Add a broad bitcode compatibility testDuncan P. N. Exon Smith