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
*
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
*
No functionality change. Reflow lines that could fit on one line. Break lines
Nick Lewycky
2013-10-01
1
-6
/
+3
*
Simplify atomic load/store IRGen.
Eli Friedman
2013-07-11
1
-44
/
+20
*
Fix style bug introduced in r183033.
Ed Schouten
2013-05-31
1
-2
/
+1
*
Add support for optimized (non-generic) atomic libcalls.
Ed Schouten
2013-05-31
1
-19
/
+106
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-1
/
+1
*
Removed #if 0 code that doesn't compiled if uncommented.
Rafael Espindola
2013-04-14
1
-9
/
+0
*
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
1
-24
/
+481
*
Move the atomics code into its own file.
John McCall
2013-03-07
1
-0
/
+485