Go to file
Lang Hames 3b3b4d792f [lld][MachO] Add support for x86-64 negDelta64 references and fix negDelta32.
These references are used to implement MachO/x64-64 subtractor relocations
where the minuend is being fixed up, rather than the subtrahend. The 64-bit
version was not previously supported, the 32-bit version was partially
implemented but contained bugs not caught by existing test cases. This
patch fixes both functionality and test coverage.

llvm-svn: 273759
2016-06-25 00:29:54 +00:00
clang CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-program-vtables are enabled. 2016-06-25 00:24:06 +00:00
clang-tools-extra Remove ignoringImplicit from clang-tidy. 2016-06-24 09:39:28 +00:00
compiler-rt cfi: Start testing CFI in both standalone and devirtualization modes. 2016-06-25 00:24:22 +00:00
debuginfo-tests
libclc configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx [libcxx] guard throw with exception enabling check 2016-06-24 18:02:27 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld [lld][MachO] Add support for x86-64 negDelta64 references and fix negDelta32. 2016-06-25 00:29:54 +00:00
lldb Made templates that have Enumeration values as arguments work correctly. 2016-06-24 23:48:00 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm IR: Introduce llvm.type.checked.load intrinsic. 2016-06-25 00:23:04 +00:00
openmp Remove redundant %libomp-compile step from test/lock/omp_lock.c 2016-06-23 16:18:59 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly clang-tidy: Add llvm namespace comments 2016-06-23 22:17:27 +00:00