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
/
lib
/
CodeGen
/
CGAtomic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "NFC: unify clang / LLVM atomic ordering"
JF Bastien
2016-04-17
1
-73
/
+93
*
NFC: unify clang / LLVM atomic ordering
JF Bastien
2016-04-17
1
-93
/
+73
*
NFC: use AtomicOrdering isStrongerThan
JF Bastien
2016-04-06
1
-4
/
+6
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-39
/
+46
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-2
/
+1
*
[MSVC Compat] Don't provide /volatile:ms semantics to types > pointer
David Majnemer
2016-01-22
1
-3
/
+16
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-1
/
+1
*
Correct atomic libcall support for __atomic_*_fetch builtins.
James Y Knight
2015-11-12
1
-39
/
+39
*
Atomics: support __c11_* calls on _Atomic struct types.
Tim Northover
2015-11-09
1
-36
/
+64
*
Decorating vptr load & stores with !invariant.group
Piotr Padlewski
2015-09-15
1
-2
/
+2
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-262
/
+251
*
Add missing atomic libcall support.
James Y Knight
2015-08-05
1
-3
/
+71
*
Respect alignment of nested bitfields
Ulrich Weigand
2015-07-10
1
-0
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
CGAtomic.cpp: Fix bogus \brief(s). Did you mean "\param"? [-Wdocumentation]
NAKAMURA Takumi
2015-05-15
1
-3
/
+3
*
[OPENMP] Fixed bug in atomic update/capture/write constructs.
Alexey Bataev
2015-05-15
1
-130
/
+279
*
[OPENMP] Fix crash on reductions codegen for short circuit reduction operations.
Alexey Bataev
2015-04-29
1
-2
/
+2
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-5
/
+6
*
[OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
2015-03-30
1
-41
/
+103
*
[OPENMP] Fixed bug in codegen of 'atomic write'.
Alexey Bataev
2015-03-19
1
-2
/
+2
*
Silence an MSVC warning about not all control paths returning a value; NFC.
Aaron Ballman
2015-02-27
1
-0
/
+1
*
[OPENMP] Codegen for "#pragma omp atomic write"
Alexey Bataev
2015-02-27
1
-183
/
+378
*
Try to unbreak the Hexagon bot
David Majnemer
2015-02-14
1
-1
/
+1
*
Revert "Revert r229082 for a bit, it caused PR22577."
David Majnemer
2015-02-14
1
-5
/
+56
*
Revert r229082 for a bit, it caused PR22577.
Nico Weber
2015-02-13
1
-56
/
+5
*
MS ABI: Implement /volatile:ms
David Majnemer
2015-02-13
1
-5
/
+56
*
[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
Alexey Bataev
2015-01-22
1
-72
/
+151
*
Revert commit revision 226786
Alexey Bataev
2015-01-22
1
-150
/
+72
*
[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
Alexey Bataev
2015-01-22
1
-72
/
+150
*
Revert commit r226784.
Alexey Bataev
2015-01-22
1
-150
/
+72
*
[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
Alexey Bataev
2015-01-22
1
-72
/
+150
*
Bugfix for Codegen of atomic load/store/other ops.
Alexey Bataev
2014-12-15
1
-72
/
+145
*
CodeGen: Loads/stores to allocas for atomic ops shouldn't be volatile
David Majnemer
2014-12-12
1
-7
/
+10
*
CodeGen: Fix emission of __atomic_compare_exchange
David Majnemer
2014-11-25
1
-22
/
+22
*
CodeGen: Make atomic operations play nice with address spaces
David Majnemer
2014-11-22
1
-6
/
+8
*
CodeGen: Don't completely mess-up optimized atomic libcalls
David Majnemer
2014-08-29
1
-13
/
+31
*
MS ABI: Consider alignment attributes on typedefs for layout
David Majnemer
2014-07-30
1
-7
/
+11
*
Atomics: emit "cmpxchg weak" where possible
Tim Northover
2014-06-13
1
-26
/
+60
*
IR-change: cmpxchg operations now return { iN, i1 }.
Tim Northover
2014-06-13
1
-3
/
+4
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-11
/
+13
*
Fix atomic libcall.
Logan Chien
2014-03-26
1
-2
/
+4
*
CodeGen: use symbolic enumerators for memory order
Tim Northover
2014-03-13
1
-5
/
+10
*
CodeGen: make use of weaker failure orders on cmpxchg.
Tim Northover
2014-03-13
1
-67
/
+151
*
Sema: produce error when invalid ordering is passed to atomic builtin
Tim Northover
2014-03-11
1
-20
/
+10
*
Update for IR: add a second AtomicOrdering to cmpxchg insts.
Tim Northover
2014-03-11
1
-3
/
+4
*
IRGen: __c11/__atomic compare-and-exchange should respect the standard
David Majnemer
2014-03-10
1
-10
/
+36
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-21
/
+32
[prev]
[next]