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
/
CodeGenCXX
/
pod-member-memcpys.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-20
/
+20
*
Fix an off-by-one mistake in IRGen's copy-construction
John McCall
2019-04-10
1
-0
/
+14
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-11
/
+11
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-11
/
+11
*
Change memcpy/memove/memset to have dest and source alignment attributes (Ste...
Daniel Neilson
2018-01-19
1
-34
/
+34
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-34
/
+34
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-34
/
+34
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-2
/
+2
*
Emit DeferredDeclsToEmit in a DFS order.
Rafael Espindola
2015-01-22
1
-51
/
+50
*
Make test more robust to appease build bots
David Majnemer
2014-10-10
1
-1
/
+1
*
CodeGen: FieldMemcpyizer didn't handle copies starting inside bitfields
David Majnemer
2014-10-10
1
-0
/
+13
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-26
/
+26
*
Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...
Nick Lewycky
2014-05-28
1
-26
/
+26
*
Don't pass -O0 to clang_cc1, it is the default.
Rafael Espindola
2013-09-04
1
-2
/
+2
*
Fix the test on -Asserts build.
Rafael Espindola
2013-09-03
1
-8
/
+8
*
Don't run optimizations in a clang test.
Rafael Espindola
2013-09-03
1
-49
/
+49
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-18
/
+18
*
Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first
Lang Hames
2013-03-05
1
-0
/
+20
*
Use the correct alignment for POD-member memcpys where the first field is a
Lang Hames
2013-02-27
1
-0
/
+14
*
Remove block names from test case to unbreak release builds.
Lang Hames
2013-02-17
1
-2
/
+0
*
Re-apply r174919 - smarter copy/move assignment/construction, with fixes for
Lang Hames
2013-02-17
1
-0
/
+224