summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/compatibility.ll
Commit message (Expand)AuthorAgeFilesLines
* [IR] Redefine Freeze instructionaqjune2019-11-121-14/+12
* [IR] Add Freeze instructionaqjune2019-11-051-1/+13
* [IR] Allow fast math flags on calls with floating point array type.Jay Foad2019-10-301-9/+58
* Minor movement of one function with now-correct strictfp attribute to passKevin P. Neal2019-10-231-10/+10
* Add FMF to vector ops for phiMichael Berg2019-10-141-0/+21
* [FPEnv][NFC] Change test to conform to strictfp attribute rules.Kevin P. Neal2019-10-091-3/+7
* [IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel2019-09-251-0/+21
* Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-21/+0
* [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-0/+21
* [FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno2019-07-281-11/+12
* Allow prefetching from non-zero address spacesJF Bastien2019-07-251-3/+3
* Added address-space mangling for stack related intrinsicsChristudasan Devadasan2019-07-221-1/+1
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-051-0/+4
* Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2019-06-271-4/+0
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-181-0/+4
* Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2019-06-091-4/+0
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-1/+10
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-291-10/+1
* IR: add optional type to 'byval' function parametersTim Northover2019-05-291-1/+10
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-291-0/+4
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+18
* [IR] allow fast-math-flags on select of FP valuesSanjay Patel2019-05-221-0/+28
* IR: Add immarg attributeMatt Arsenault2019-03-121-0/+4
* Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault2019-01-221-0/+7
* Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth2019-01-221-7/+0
* IR: Add fp operations to atomicrmwMatt Arsenault2019-01-221-0/+7
* Allow FP types for atomicrmw xchgMatt Arsenault2019-01-171-0/+6
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-1/+28
* Refactor check for dllimport in the Verifier.Rafael Espindola2018-03-061-2/+0
* [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel2017-11-061-0/+4
* [AMDGPU] calling conventions for AMDPAL OS typeTim Renouf2017-09-291-0/+8
* Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor2017-08-141-0/+5
* [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo2017-07-171-3/+3
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-12/+12
* AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak2017-05-021-0/+4
* Add speculatable function attributeMatt Arsenault2017-04-281-3/+7
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-281-0/+2
* Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonlyEric Christopher2017-03-251-4/+5
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-0/+7
* BitcodeWriter: fix emission of invoke when calling a var-arg function with op...Mehdi Amini2016-09-191-0/+18
* Add writeonly IR attributeNicolai Haehnle2016-07-041-2/+5
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-5/+11
* AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov2016-05-061-0/+40
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-0/+25
* [WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet2016-01-101-1/+2
* [Bitcode] Remove superflous compatibility testsVedant Kumar2016-01-061-4/+0
* Bitcode: Move these tests into compatibility.llJustin Bogner2016-01-061-0/+30
* [WinEH] Tighten parentPad verifier checksJoseph Tremoulet2016-01-021-3/+9
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-161-7/+13
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-0/+22
OpenPOWER on IntegriCloud