Go to file
Peter Smith c076b280df [ELF] Skip over empty sections when checking for contiguous relro
When checking for contiguous relro sections we can skip over empty sections.
If there is an empty non-relro section in the middle of a contiguous block
of relro sections then it cannot be written to so it is safe to include in
PT_GNU_RELRO header. If there is a contiguous block of empty relro sections
then no PT_GNU_RELRO header is required for them.

Differential Revision: https://reviews.llvm.org/D40364

llvm-svn: 318924
2017-11-23 15:10:00 +00:00
clang [ASTMatchers] Matchers for new[] operators 2017-11-23 12:43:20 +00:00
clang-tools-extra [clang-tidy] rename_check.py: fix a bug in check presence detection 2017-11-23 14:59:19 +00:00
compiler-rt [scudo] Overhaul hardware CRC32 feature detection 2017-11-22 18:30:44 +00:00
debuginfo-tests Re-revert "Refactor debuginfo-tests." 2017-11-21 01:20:28 +00:00
libclc math: Implement minmag 2017-11-15 04:10:39 +00:00
libcxx Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews.llvm.org/D40379 2017-11-23 14:50:56 +00:00
libcxxabi [demangler] Support for abi_tag attribute 2017-11-22 20:38:22 +00:00
libunwind [libunwind][CMake] Provide option to disable instalation of the library 2017-11-17 23:29:46 +00:00
lld [ELF] Skip over empty sections when checking for contiguous relro 2017-11-23 15:10:00 +00:00
lldb elf-core: Split up parsing code into os-specific functions 2017-11-23 10:50:34 +00:00
llgo
llvm MSan: remove an unnecessary cast. NFC for userspace instrumenetation. 2017-11-23 15:06:51 +00:00
openmp Fix for OMP doacross implementation on Power 2017-11-22 17:15:20 +00:00
parallel-libs
polly [CodeGen] Detect empty domain because of parameters context. 2017-11-21 22:11:10 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.