Go to file
Etienne Bergeron a566fe341f [compiler-rt] Fix incorrect handling of indirect load.
Summary:
Indirect load are relative offset from RIP.

The current trampoline implementation is incorrectly
copying these instructions which make some unittests
crashing.

This patch is not fixing the unittests but it's fixing
the crashes. The functions are no longer hooked.

Patches will come soon to fix these unittests.

Reviewers: rnk

Subscribers: llvm-commits, wang0109, chrisha

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

llvm-svn: 275584
2016-07-15 17:26:33 +00:00
clang AMDGPU: Add Clang Builtin for v_lerp_u8 2016-07-15 16:43:03 +00:00
clang-tools-extra [clang-rename] fix testset 2016-07-15 12:22:38 +00:00
compiler-rt [compiler-rt] Fix incorrect handling of indirect load. 2016-07-15 17:26:33 +00:00
debuginfo-tests
libclc configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Constuct a sentry object in istream::readsome, and handle failures appropriately. Fixes PR#28217. 2016-07-13 16:58:48 +00:00
libcxxabi libc++abi: add a top level option for using CompilerRT 2016-07-15 00:49:42 +00:00
libunwind [PATCH] [libunwind][ehabi] Use early returns where possible. 2016-07-08 12:13:31 +00:00
lld [ELF] Overriding reserved symbols in linker script 2016-07-15 11:20:04 +00:00
lldb Fix TestDarwinNSLogOutput for windows 2016-07-15 12:19:28 +00:00
llgo Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
llvm [OptRemark,LDist] RFC: Add hotness attribute 2016-07-15 17:23:20 +00:00
openmp http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic schedule modifier 2016-07-11 10:44:57 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly GPGPU: Format statements scheduled on the host ourselves 2016-07-15 17:12:41 +00:00