Go to file
Tim Northover 9ffd0b020f AArch64: disallow x30 & x29 as the destination for indirect tail calls
As Ana Pazos pointed out, these have to be restored to their incoming values
before a function returns; i.e. before the tail call. So they can't be used
correctly as the destination register.

llvm-svn: 210525
2014-06-10 10:50:24 +00:00
clang clang-format: Fix enum formatting with specific comment. 2014-06-10 10:42:26 +00:00
clang-tools-extra Prospective build fix following clang r210518 2014-06-10 09:58:45 +00:00
compiler-rt [asan] Disable a flaky test. 2014-06-10 08:32:01 +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 Fixed damaged row in issues table; thanks to STL for the catch 2014-06-09 23:27:27 +00:00
libcxxabi Add test case for inherited exceptions 2014-06-03 21:50:11 +00:00
lld [mach-o] refactor mach-o output section selection to be table driven. 2014-06-10 01:50:00 +00:00
lldb Added gdb-remote test for s packet, single stepping. 2014-06-09 17:46:37 +00:00
llvm AArch64: disallow x30 & x29 as the destination for indirect tail calls 2014-06-10 10:50:24 +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