summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/atomic-non-integer.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86/Atomics] (Semantically) revert G246098, switch back to the old atomic ex...Philip Reames2019-11-051-44/+158
* [SelectionDAG] Enable lowering unordered atomics loads w/LoadSDNode (and stor...Philip Reames2019-10-291-158/+44
* [X86] Enable fp128 as a legal type with SSE1 rather than with MMX.Craig Topper2019-09-021-20/+54
* [X86] Prefer locked stack op over mfence for seq_cst 64-bit stores on 32-bit ...Philip Reames2019-05-141-2/+2
* [X86] Use MOVQ for i64 atomic_stores when SSE2 is enabledCraig Topper2019-04-271-48/+128
* [X86] Add patterns for using movss/movsd for atomic load/store of f32/64. Rem...Craig Topper2019-04-111-30/+20
* Recommit r358211 "[X86] Use FILD/FIST to implement i64 atomic load on 32-bit ...Craig Topper2019-04-111-76/+32
* Revert r358211 "[X86] Use FILD/FIST to implement i64 atomic load on 32-bit ta...Craig Topper2019-04-111-16/+38
* [X86] Use FILD/FIST to implement i64 atomic load on 32-bit targets with X87, ...Craig Topper2019-04-111-38/+16
* [X86] Add SSE1 command line to atomic-fp.ll and atomic-non-integer.ll. NFCCraig Topper2019-04-101-46/+125
* [X86] Add avx and avx512f command lines to atomic-non-integer.ll. NFCCraig Topper2019-04-081-146/+465
* [X86] Use movq for i64 atomic load on 32-bit targets when sse2 is enableCraig Topper2019-03-221-42/+8
* [X86] Add 32-bit command lines with and without SSE2 to atomic-non-integer.ll...Craig Topper2019-03-221-79/+432
* Allow code motion (and thus folding) for atomic (but unordered) memory operandsPhilip Reames2019-03-141-6/+3
* [X86] Remove RELEASE_ and ACQUIRE_ pseudo instructions. Use isel patterns and...Craig Topper2018-08-031-1/+1
* [X86] Autogenerate complete checks. NFCCraig Topper2018-08-031-37/+83
* [X86][SSE2] Fix asm string for movq (Move Quadword) instruction.Ayman Musa2017-04-261-4/+4
* CodeGen: check return types match when emitting tail call to builtin.Tim Northover2016-03-221-1/+1
* [IR] Add support for floating pointer atomic loads and storesPhilip Reames2015-12-161-0/+108
OpenPOWER on IntegriCloud