Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
5471bc85b69912e3b448de004498a80c0de32296
/
test
/
CodeGen
/
builtin-memfns.c
42f681b
fix a crash on code that uses the result value of __builtin___memcpy_chk.
by Chris Lattner
· 14 years ago
a5e5e0f
fold memcpy/set/move_chk to llvm.memcpy/set/move when the sizes
by Chris Lattner
· 14 years ago
3ecd785
Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset.
by Mon P Wang
· 15 years ago
c90f56d
Revert r100193 since it causes failures in objc in clang
by Mon P Wang
· 15 years ago
8facca6
Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset.
by Mon P Wang
· 15 years ago
b5896c3
Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.
by Bob Wilson
· 15 years ago
3b5caa2
Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset
by Mon P Wang
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
c219a15
Remove the -arch option from clang-cc: for all practical purposes, it's
by Eli Friedman
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
62c29c6
Fix IRgen of __builtin_memset. - Fix test case to not only have negative tests.
by Daniel Dunbar
· 16 years ago
1caae95
Implement bzero, memset, memmove builtins.
by Daniel Dunbar
· 16 years ago