Go to file
Logan Chien 57086ce248 Fix PR 11709: Change the definition of va_list to meet AAPCS requirement
AAPCS ABI Section 7.1.4 [1] specifies that va_list
should be defined as struct __va_list { void *__ap;};
And in C++, it is defined in namespace std.

[1] http://infocenter.arm.com/help/topic
         /com.arm.doc.ihi0042d/IHI0042D_aapcs.pdf

Patch by Weiming Zhao.

llvm-svn: 165609
2012-10-10 06:56:20 +00:00
clang Fix PR 11709: Change the definition of va_list to meet AAPCS requirement 2012-10-10 06:56:20 +00:00
clang-tools-extra Fix typo in a comment in lit.cfg 2012-09-12 16:29:37 +00:00
compiler-rt -fcatch-undefined-behavior: handler for VLA bound which evaluates to a non-positive value. 2012-10-10 01:10:59 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc Implement any() builtin. Patch by Tom Stellard! 2012-10-08 03:39:21 +00:00
libcxx Holger Arnold: Correct the use and testing of __GNUC__ and __GNUC_MINOR__ in <__config>. 2012-10-03 20:48:05 +00:00
libcxxabi Move TargetData to DataLayout. 2012-10-08 16:29:26 +00:00
lld * Add relocation reference support for Hexagon and PowerPC. 2012-10-09 02:20:47 +00:00
lldb Free the opcode_data malloc'ed memory instead of leaking it - thanks for catching that, Chris. 2012-10-10 03:47:23 +00:00
llvm My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was that 2012-10-10 06:39:48 +00:00
polly Trivial change to the README, mainly to test commit access. 2012-10-09 04:59:42 +00:00