summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/atomic64.ll
Commit message (Expand)AuthorAgeFilesLines
* Reapply r359906, "RegAllocFast: Add heuristic to detect values not live-out o...Matt Arsenault2019-05-031-47/+19
* Revert r359906, "RegAllocFast: Add heuristic to detect values not live-out of...Nico Weber2019-05-031-19/+47
* RegAllocFast: Add heuristic to detect values not live-out of a blockMatt Arsenault2019-05-031-47/+19
* [X86] Add CMPXCHG8B feature flag. Set it for all CPUs except i386/i486 includ...Craig Topper2019-03-201-0/+603
* [X86] Remove X32 check lines from a test that doesn't have an X32 FileCheck p...Craig Topper2019-03-201-162/+215
* Allow FP types for atomicrmw xchgMatt Arsenault2019-01-171-0/+14
* X86: Do not use llc -march in tests.Matthias Braun2017-08-021-1/+1
* [X86] Don't use GR64 register 'and with immediate' instructions if the immedi...Craig Topper2015-04-041-1/+1
* X86: expand atomics in IR instead of as MachineInstrs.Tim Northover2014-07-011-11/+30
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-1/+1
* llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi2013-04-021-2/+0
* llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.NAKAMURA Takumi2013-03-251-1/+1
* Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.NAKAMURA Takumi2013-03-111-0/+2
* Fix PR15355Michael Liao2013-03-061-1/+1
* Re-work X86 code generation of atomic ops with spin-loopMichael Liao2012-09-201-0/+216
OpenPOWER on IntegriCloud