Go to file
Tamas Berghammer 2540a553e5 Add support for DW_AT_ranges_base attribute
It is a new attribute emitted by clang as a GNU extension and will
be part of Dwarf5. The purpose of the attribute is to specify a compile
unit level base value for all DW_AT_ranges to reduce the number of
relocations have to be done by the linker.

Fixes (at least partially): https://llvm.org/pr28826

Differential revision: https://reviews.llvm.org/D24514

llvm-svn: 281595
2016-09-15 08:53:33 +00:00
clang Update clang unittests for rL281586. 2016-09-15 06:31:30 +00:00
clang-tools-extra [Release notes] Mention readability-container-size-empty improvements. 2016-09-14 17:41:51 +00:00
compiler-rt [asan] Reify ErrorInvalidPointerPair 2016-09-15 08:10:56 +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: Implement tgamma 2016-09-15 00:17:34 +00:00
libcxx Revert r280944 - Added 'inline' attribute to basic_string's destructor 2016-09-14 23:52:01 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld Handle arbitrary expressions in DATA_SEGMENT_RELRO_END. 2016-09-14 19:14:01 +00:00
lldb Add support for DW_AT_ranges_base attribute 2016-09-15 08:53:33 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [llvm-cov] Move some layout logic to the right spot (NFC) 2016-09-15 06:49:13 +00:00
openmp [cmake] Make libgomp & libiomp5 alias install optional 2016-09-14 17:46:27 +00:00
parallel-libs [SE] Add CUDA platform 2016-09-14 19:58:34 +00:00
polly Perform copying to created arrays according to the packing transformation 2016-09-14 06:26:09 +00:00