Go to file
Tony Jiang d5acad053b [PPC] Fix two bugs in frame lowering.
1. The available program storage region of the red zone to compilers is 288
 bytes rather than 244 bytes.
2. The formula for negative number alignment calculation should be
y = x & ~(n-1) rather than y = (x + (n-1)) & ~(n-1).

Differential Revision: https://reviews.llvm.org/D34337

llvm-svn: 307672
2017-07-11 16:42:20 +00:00
clang Add missing dllimport member pointer template argument test from r307446 2017-07-11 16:18:05 +00:00
clang-tools-extra [clang-tidy] Extend diagnostics test. 2017-07-11 15:23:05 +00:00
compiler-rt Remove duplicate assignments in stat64/kernel_stat_to_stat functions 2017-07-11 13:03:48 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx [libcxx][CMake] Add install path variable to allow overriding the destination 2017-07-11 02:39:50 +00:00
libcxxabi [libcxxabi][CMake] Add install path variable to allow overriding the destination 2017-07-11 01:42:26 +00:00
libunwind [libunwind][CMake] Add install path variable to allow overriding the destination 2017-07-11 01:12:09 +00:00
lld [ELF] - Fix functionality treating IFunc definitions in DSOs as functions. 2017-07-11 11:40:59 +00:00
lldb NativeProcessLinux: Fix handling of raise(SIGTRAP) 2017-07-11 10:38:40 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [PPC] Fix two bugs in frame lowering. 2017-07-11 16:42:20 +00:00
openmp Add a .arcconfig file for openmp. 2017-07-08 16:09:47 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [Simplify] Also remove redundant writes which originally came from PHI nodes 2017-07-11 14:29:39 +00:00