Go to file
Saleem Abdulrasool abac6e92a0 ARM: add VLA extension for WoA Itanium ABI
The armv7-windows-itanium environment is nearly identical to the MSVC ABI. It
has a few divergences, mostly revolving around the use of the Itanium ABI for
C++. VLA support is one of the extensions that are amongst the set of the
extensions.

This adds support for proper VLA emission for this environment. This is
somewhat similar to the handling for __chkstk emission on X86 and the large
stack frame emission for ARM. The invocation style for chkstk is still
controlled via the -mcmodel flag to clang.

Make an explicit note that this is an extension.

llvm-svn: 210489
2014-06-09 20:18:42 +00:00
clang Disallow multiple inclusion of clang/Config/config.h 2014-06-09 19:09:28 +00:00
clang-tools-extra [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
compiler-rt [asan] Remove dependency of tests on runtime library in standalone build. 2014-06-09 11:17:37 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r209103 2014-06-03 15:43:57 +00:00
libcxx Testing infastructure: A template for char_traits where all the functions are constexpr, and a comparison predicate which counts how many times it's been called. 2014-06-06 22:33:40 +00:00
libcxxabi Add test case for inherited exceptions 2014-06-03 21:50:11 +00:00
lld [Mips] Make dt-textrel.test test case independent from external input files. 2014-06-09 13:45:58 +00:00
lldb Added gdb-remote test for s packet, single stepping. 2014-06-09 17:46:37 +00:00
llvm ARM: add VLA extension for WoA Itanium ABI 2014-06-09 20:18:42 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Adjust another test case to not access out of bounds 2014-06-04 19:41:47 +00:00