summaryrefslogtreecommitdiff
path: root/test/CodeGen/atomics-inlining.c
AgeCommit message (Expand)Author
2016-11-09[Sparc] Unbreak testDouglas Katzman
2016-11-09[Sparc] LLONG is not lock-free atomic on v8Douglas Katzman
2016-06-28[SPARC] Allows inlining of atomics for Sparc32 with appropriate store barrier.Chris Dewhurst
2015-05-26[MIPS] Re-land the change r238200 to fix extension of integer typesPetar Jovanovic
2015-05-26Revert r238200: "[MIPS] fix extension of integer types (function calls)"Hans Wennborg
2015-05-26[MIPS] fix extension of integer types (function calls)Petar Jovanovic
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-12-18Make sure that arm-linux-gnu is still the apcs-gnu ABI when weEric Christopher
2014-10-24[mips] Promote all integral/enumeration types to the GPR widthDaniel Sanders
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-05-31Add support for optimized (non-generic) atomic libcalls.Ed Schouten
2013-05-31Slightly extend matching for atomic loads.Ed Schouten
2013-01-18[mips] Enable inlining of atomic ops on mips32 and mips64.Akira Hatanaka