Go to file
Rui Ueyama 960504b91d ELF: Add +, -, *, / and & to SECTIONS linker script command.
This patch is based heavily on George Rimor's patch
http://reviews.llvm.org/D19221.

In the linker script, you can write expressions to compute addresses.
Currently we only support "+" operator. This adds a few more operators.

Since this patch adds * and /, we need to handle operator precedences
properly. I implemented that using the operator-precedence grammar.

Differential Revision: http://reviews.llvm.org/D19237

llvm-svn: 266798
2016-04-19 18:58:11 +00:00
clang Fix PR26999 better- RenderDebugEnablingArgs() once only 2016-04-19 18:55:53 +00:00
clang-tools-extra [Clang-tidy] Fix extra semicolon warning in cppcoreguidelines/ProTypeMemberInitCheck.cpp. 2016-04-19 18:49:21 +00:00
compiler-rt [LSAN] Fix test swapcontext.cc on MIPS 2016-04-19 06:00:35 +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 prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Framework to allow testing of static libc++abi 2016-04-19 12:49:05 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld ELF: Add +, -, *, / and & to SECTIONS linker script command. 2016-04-19 18:58:11 +00:00
lldb Adds a test to detect when clang omits specialized generic types from debug information when using precompiled headers and -gmodules. 2016-04-19 18:20:11 +00:00
llgo benchcomp: Add a mode for analyzing rule execution time in ninja log files. 2016-04-08 22:42:22 +00:00
llvm [X86] Simplify StackMapShadowTracker; NFC 2016-04-19 18:48:16 +00:00
openmp [ITTNOTIFY] Remove serialized parallel regions from frame notification 2016-04-19 16:55:17 +00:00
polly Relate domains to statements during construction [NFC] 2016-04-19 14:53:13 +00:00