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
/
builtin-memfns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Builtins] Teach Clang about memccpy
Dávid Bolvanský
2019-10-28
1
-0
/
+7
*
[constexpr] Fix ICE when memcpy() is given a pointer to an incomplete array
Petr Pavlu
2018-10-04
1
-0
/
+7
*
[constexpr] Support for constant evaluation of __builtin_memcpy and
Richard Smith
2018-08-04
1
-0
/
+28
*
Revert r338455 "[constexpr] Support for constant evaluation of __builtin_memc...
Hans Wennborg
2018-08-01
1
-17
/
+0
*
[constexpr] Support for constant evaluation of __builtin_memcpy and
Richard Smith
2018-07-31
1
-0
/
+17
*
Change memcpy/memove/memset to have dest and source alignment attributes.
Daniel Neilson
2018-01-28
1
-1
/
+1
*
Change memcpy/memove/memset to have dest and source alignment attributes (Ste...
Daniel Neilson
2018-01-19
1
-5
/
+5
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-6
/
+6
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-6
/
+6
*
Use the alignment from lvalue emission to more accurately compute the alignment
Eli Friedman
2012-08-23
1
-0
/
+20
*
From his comment in PR12168, Eli seems confused about the alignment assumptions
Chris Lattner
2012-03-04
1
-1
/
+5
*
add a testcase for PR12094 and fix a crash on pointer to incomplete type,
Chris Lattner
2012-03-04
1
-0
/
+11
*
fix a crash on code that uses the result value of __builtin___memcpy_chk.
Chris Lattner
2011-04-20
1
-0
/
+6
*
fold memcpy/set/move_chk to llvm.memcpy/set/move when the sizes
Chris Lattner
2011-04-17
1
-1
/
+28
*
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-04
1
-5
/
+7
*
Revert r100193 since it causes failures in objc in clang
Mon P Wang
2010-04-02
1
-7
/
+5
*
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-02
1
-5
/
+7
*
Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.
Bob Wilson
2010-03-30
1
-7
/
+5
*
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
1
-5
/
+7
*
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
-4
/
+4
*
Remove the -arch option from clang-cc: for all practical purposes, it's
Eli Friedman
2009-05-19
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix IRgen of __builtin_memset.
Daniel Dunbar
2009-02-16
1
-1
/
+5
*
Implement bzero, memset, memmove builtins.
Daniel Dunbar
2008-07-22
1
-0
/
+11