OSDN Git Service

Revert "[NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins."...
[android-x86/external-llvm.git] / lib / Target / NVPTX / NVPTXIntrinsics.td
2017-09-25 Justin LebarRevert "[NVPTX] added match.{any,all}.sync instructions...
2017-09-25 Artem Belevich[NVPTX] added match.{any,all}.sync instructions, intrin...
2017-09-21 Artem Belevich[NVPTX] Implemented bar.warp.sync, barrier.sync, and...
2017-09-20 Artem Belevich[NVPTX] Implemented shfl.sync instruction and supportin...
2017-03-02 Artem Belevich[NVPTX] Added missing LDU/LDG intrinsics for f16.
2017-02-23 Artem Belevich[NVPTX] Added support for .f16x2 instructions.
2017-01-28 Arpith Chacko Jacob[NVPTX] Add intrinsics to support named barriers.
2017-01-21 Justin Lebar[NVPTX] Auto-upgrade some NVPTX intrinsics to LLVM...
2017-01-18 Justin Lebar[NVPTX] Standardize asm printer on "foo \tbar".
2017-01-18 Justin Lebar[NVPTX] Clean up nested !strconcat calls.
2017-01-13 Artem Belevich[NVPTX] Added support for half-precision floating point.
2016-09-28 Artem Belevich[NVPTX] Added intrinsics for atom.gen.{sys|cta}.* instr...
2016-07-07 Justin BognerNVPTX: Remove the legacy ptx intrinsics
2016-07-06 Justin BognerNVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0
2016-07-06 Justin BognerNVPTX: Make the llvm.nvvm.shfl intrinsics and builtin...
2016-06-09 Justin Lebar[NVPTX] Add intrinsics for shfl instructions.
2016-04-01 Justin Lebar[NVPTX] Annotate some instructions as hasSideEffects...
2016-03-01 Justin Lebar[NVPTX] Annotate param loads/stores as mayLoad/mayStore.
2016-02-17 Justin Lebar[NVPTX] Annotate convergent intrinsics as convergent.
2014-07-18 Tim NorthoverNVPTX: support direct f16 <-> f64 conversions via intri...
2014-07-17 Justin Holewinski[NVPTX] Flag surface/texture query instructions with...
2014-07-17 Justin Holewinski[NVPTX] Add more surface/texture intrinsics, including...
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-06-27 Justin Holewinski[NVPTX] Fix handling of ldg/ldu intrinsics.
2014-06-27 Justin Holewinski[NVPTX] Add support for efficient rotate instructions...
2014-06-27 Justin Holewinski[NVPTX] Add missing isel patterns for 64-bit atomics
2014-06-27 Justin Holewinski[NVPTX] Add support for isspacep instruction
2014-06-27 Justin Holewinski[NVPTX] Add support for envreg reads
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2013-07-01 Justin Holewinski[NVPTX] Add isel patterns for [reg+offset] form of...
2013-06-28 Justin Holewinski[NVPTX] Clean up comparison/select/convert patterns...
2013-06-28 Justin Holewinski[NVPTX] Remove i8 register class. PTX support for...
2013-05-21 Justin Holewinski[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
2013-05-20 Justin Holewinski[NVPTX] Add GenericToNVVM IR converter to better handle...
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...