index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
atomic-ops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Atomics: support min/max orthogonally
Tim Northover
2019-11-21
1
-2
/
+30
*
Add -fgnuc-version= to control __GNUC__ and other GCC macros
Reid Kleckner
2019-10-10
1
-1
/
+1
*
__c11_atomic_load's _Atomic can be const
JF Bastien
2018-08-02
1
-2
/
+2
*
Follow-up fix for nonnull atomic non-member functions
JF Bastien
2018-05-25
1
-1
/
+66
*
Make atomic non-member functions as nonnull
JF Bastien
2018-05-25
1
-4
/
+76
*
Added atomic_fetch_min, max, umin, umax intrinsics to clang.
Elena Demikhovsky
2018-05-13
1
-0
/
+17
*
Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode.
Eric Fiselier
2017-04-20
1
-0
/
+10
*
Revert r291477 "[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match buil...
Hans Wennborg
2017-02-24
1
-0
/
+4
*
[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtin
Michal Gorny
2017-01-09
1
-4
/
+0
*
[Sema][Atomics] Treat expected pointer in compare exchange atomics as _Nonnull
Alex Lorenz
2016-11-23
1
-7
/
+12
*
Fix deduction of __atomic_load's parameter types.
Eric Fiselier
2016-03-30
1
-1
/
+4
*
[OpenCL] Fix atomic Builtins check for address spaces of non-atomic pointer
Anastasia Stulova
2015-12-22
1
-0
/
+6
*
Diagnose const atomics in __atomic builtins.
Eric Fiselier
2015-10-04
1
-7
/
+32
*
Sema: Ensure that __c11_atomic_fetch_add has a pointer to complete type
David Majnemer
2015-01-28
1
-1
/
+5
*
Make test/Sema/atomic-ops.c free-standing
Hal Finkel
2014-10-03
1
-1
/
+1
*
Add an implementation of C11's stdatomic.h
Hal Finkel
2014-10-03
1
-4
/
+67
*
AArch64/ARM64: update Clang after AArch64 removal.
Tim Northover
2014-05-24
1
-1
/
+0
*
Sema: demote invalid atomic ordering message to warning.
Tim Northover
2014-03-11
1
-17
/
+17
*
Sema: produce error when invalid ordering is passed to atomic builtin
Tim Northover
2014-03-11
1
-0
/
+222
*
Handle init lists and _Atomic fields.
Eli Friedman
2013-08-19
1
-0
/
+6
*
ARM: implement low-level intrinsics for the atomic exclusive operations.
Tim Northover
2013-07-16
1
-5
/
+5
*
Add test for PR12527 (bug has apparently already been fixed).
Richard Smith
2013-04-01
1
-0
/
+3
*
AArch64: add atomic support parameters to TargetInfo
Tim Northover
2013-02-18
1
-0
/
+5
*
const _Atomic(T) is not an atomic type, so do not allow it as the type 'A' in
Richard Smith
2012-09-15
1
-1
/
+6
*
Implement the missing pieces needed to support libstdc++4.7's <atomic>:
Richard Smith
2012-04-13
1
-8
/
+76
*
Implement support for 18 of the GNU-compatible __atomic builtins.
Richard Smith
2012-04-12
1
-7
/
+67
*
Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's
Richard Smith
2012-04-11
1
-26
/
+26
*
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
Eli Friedman
2011-10-11
1
-0
/
+37