Go to file
Zaara Syeda c65ae14766 [ELF] GotSection increment NumEntries when Target saves GlobalOffsetTable in the .got
When the target saves ElfSym::GlobalOffsetTable in the .got rather than
.got.plt, Target->GotHeaderEntriesNum states the number of extra entries
required in the .got. Rather than having to add Target->GotHeaderEntriesNum to
NumEntries in every function which refers to NumEntries, this patch changes the
initial value of NumEntries in the constructor.

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

llvm-svn: 328559
2018-03-26 17:50:52 +00:00
clang [CodeGen] Mark fma as const for Android 2018-03-26 17:03:34 +00:00
clang-tools-extra [clangd] Support incremental document syncing 2018-03-26 14:41:40 +00:00
compiler-rt [sanitizer] Make test compatible with Darwin 2018-03-26 01:29:48 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc remainder: Port from amd builtins 2018-03-19 01:01:10 +00:00
libcxx Fix test case initialization issues in permissions test 2018-03-26 07:06:25 +00:00
libcxxabi [demangler] Fix a bug in r328464 found by oss-fuzz. 2018-03-26 15:34:36 +00:00
libunwind [libunwind][MIPS]: Add support for unwinding in N32 processes. 2018-02-27 21:24:02 +00:00
lld [ELF] GotSection increment NumEntries when Target saves GlobalOffsetTable in the .got 2018-03-26 17:50:52 +00:00
lldb Fix check for verbose logging. 2018-03-26 17:40:44 +00:00
llgo
llvm [Power9]Legalize and emit code for quad-precision convert from double-precision 2018-03-26 17:46:25 +00:00
openmp Fixed __kmpc_get_target_offload() to call library initialization. 2018-03-22 18:51:51 +00:00
parallel-libs
polly Update for LLVM header movement 2018-03-21 23:21: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.