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
/
CodeGen
/
volatile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change memcpy/memove/memset to have dest and source alignment attributes (Ste...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-2
/
+2
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-2
/
+2
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-58
/
+58
*
Complete Rewrite of CGRecordLayoutBuilder
Warren Hunt
2014-02-21
1
-7
/
+14
*
Improve filechecking of volatile test.
Tim Northover
2013-02-08
1
-37
/
+110
*
FileCheckize volatile test
Tim Northover
2013-02-07
1
-3
/
+37
*
Only check for volatile memcpys in test.
Tim Northover
2013-02-07
1
-1
/
+1
*
Revert r112043, static volatiles are removed by the optimizer. Thanks Chris!
Argyrios Kyrtzidis
2010-08-25
1
-6
/
+1
*
Make sure volatile variables are emitted even if static. Fixes rdar://8315219
Argyrios Kyrtzidis
2010-08-25
1
-1
/
+6
*
When forming a function call or message send expression, be sure to
Douglas Gregor
2010-07-13
1
-3
/
+3
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-2
/
+2
*
Test case for recent checkin.
Mike Stump
2009-11-03
1
-2
/
+8
*
Semantic checking for main().
John McCall
2009-07-25
1
-1
/
+1
*
Update comment.
Mike Stump
2009-05-26
1
-1
/
+1
*
And an additional testcase that also works.
Mike Stump
2009-05-26
1
-1
/
+2
*
Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a).
Mike Stump
2009-05-26
1
-1
/
+6
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix redundant load of bit-fields on assignment (to get the updated
Daniel Dunbar
2008-11-19
1
-2
/
+2
*
Basic support for volatile loads and stores. Stores the volatile
Eli Friedman
2008-06-13
1
-0
/
+88