87d948ecccffea9e9e37d0d053b246e2d6d6c47b |
|
04-Mar-2016 |
Pirama Arumuga Nainar <pirama@google.com> |
Update aosp/master clang for rebase to r256229 http://b/26987366 Change-Id: I5d349c9843ea5c24d6e455956f8a446393b6873d
/external/clang/test/CodeGen/pr9614.c
|
93ab6bf534fb6c26563c00f28a8fc5581bb71dfd |
|
15-Aug-2013 |
Stephen Lin <stephenwlin@gmail.com> |
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188447 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pr9614.c
|
79ac2da646ed6285fc64d6c9e7ba13f1f237be0d |
|
19-Dec-2011 |
Rafael Espindola <rafael.espindola@gmail.com> |
Add a triple to the test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146871 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pr9614.c
|
bcf6b98247bd3ac76c5edf706b1087a8d32c0320 |
|
19-Dec-2011 |
Rafael Espindola <rafael.espindola@gmail.com> |
Extend the fix for PR9614 to handle inline asm in the outer decl and the inner decl being a builtin. This is needed to support the glibc headers in fedora 16 (2.14). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146867 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pr9614.c
|
bcb54520eb9aaf2c25660380f7301ff3f4d284d5 |
|
28-Oct-2011 |
Rafael Espindola <rafael.espindola@gmail.com> |
Fix this on the bots and make the test more complete by enabling optimizations. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143223 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pr9614.c
|
cc4889f72ec68319969ba51e214d9940eb9327e5 |
|
28-Oct-2011 |
Rafael Espindola <rafael.espindola@gmail.com> |
Fix PR9614 for functions with the always_inline attribute. Try to keep the common case (-O0, no always_inline) fast. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143222 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pr9614.c
|
e8f4eed954eaa0c5020d61250b8222c41511f413 |
|
26-Oct-2011 |
Rafael Espindola <rafael.espindola@gmail.com> |
Fix this tests on the bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143052 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pr9614.c
|
a411d2f1ed4598a7a96a7befe07a9d9ee1a6efde |
|
26-Oct-2011 |
Rafael Espindola <rafael.espindola@gmail.com> |
Fix pr9614 by not emitting an available_externally function when it calls itself via an asm label. available_externally functions are supposed to correspond to an external function, and that is not the case in the examples in pr9614. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143049 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/pr9614.c
|