Go to file
Rafael Espindola 163974dd33 Simplify AHL handling.
This simplifies a few things

* Read the value as early as possible, instead of passing a pointer to
  the location.
* Print the warning for missing pair close to where we find out it is
  missing.
* Don't pass the value to relocateOne.

llvm-svn: 264802
2016-03-29 23:05:59 +00:00
clang Fixing PR26558: remove the adx target attribute requirement from adc builtins. 2016-03-29 22:59:20 +00:00
clang-tools-extra [clang-tidy] Add check to detect dangling references in value handlers. 2016-03-29 18:02:26 +00:00
compiler-rt Fix comment in test 2016-03-29 21:53:08 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Implement is_always_lock_free 2016-03-25 15:48:21 +00:00
libcxxabi [libcxxabi] Disable cxa_thread_atexit_test if unavailable 2016-03-17 10:00:24 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Simplify AHL handling. 2016-03-29 23:05:59 +00:00
lldb LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (no executable). 2016-03-29 22:09:24 +00:00
llgo [llgo] Increment "Debug Info Version" 2016-03-23 23:09:00 +00:00
llvm ADCE: Remove debug info intrinsics in dead scopes 2016-03-29 22:57:12 +00:00
openmp Fix comment in kmp_wait_release.h 2016-03-29 21:08:29 +00:00
polly Exploit graph properties during domain generation 2016-03-29 21:31:05 +00:00