Go to file
George Rimar dffc1410c5 [ELF] - Implemented linkerscript ALIGN command
ALIGN(exp)
Return the location counter (.) aligned to the next exp boundary. (https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/Using_ld_the_GNU_Linker/expressions.html)

Patch implements this command.
This fixes PR27406.

Differential revision: http://reviews.llvm.org/D19364

llvm-svn: 267145
2016-04-22 11:40:53 +00:00
clang [clang][AVX512][Builtin] adding intrinsics for vf{n}madd{ss|sd} and vf{n}sub{ss|sd} instruction set 2016-04-22 10:56:24 +00:00
clang-tools-extra clangTidyReadabilityModule: Add clangTidyUtils in libdeps, corresponding to r267003. 2016-04-22 00:33:39 +00:00
compiler-rt Revert "[sanitizer] Allow the sanitizer allocator to use a non-fixed address range. An allocator with a non-fixed address range will be attack-resistan. NFC for the sanitizers at this point." 2016-04-22 11:18:14 +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 Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: remove another instance of -Wexpansion-to-defined 2016-04-20 22:18:50 +00:00
lld [ELF] - Implemented linkerscript ALIGN command 2016-04-22 11:40:53 +00:00
lldb Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers. 2016-04-22 10:40:14 +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 AMDGPU/SI: Add test missed in rL266865 2016-04-22 11:39:43 +00:00
openmp [ITTNOTIFY] Remove serialized parallel regions from frame notification 2016-04-19 16:55:17 +00:00
polly Early exit for addInvariantLoads 2016-04-22 11:38:44 +00:00