Go to file
Maksim Panchenko fa762cc19b [DebugInfo] Change default value of FDEPointerEncoding
Summary:
If the encoding is not specified in CIE augmentation string, then it
should be DW_EH_PE_absptr instead of DW_EH_PE_omit.

Reviewers: ruiu, MaskRay, plotfi, rafauler

Reviewed By: MaskRay

Subscribers: rafauler, JDevlieghere, llvm-commits

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

llvm-svn: 336577
2018-07-09 18:45:38 +00:00
clang [OPENMP, NVPTX] Do not globalize local variables in parallel regions. 2018-07-09 17:43:58 +00:00
clang-tools-extra [clangd] Support indexing MACROs. 2018-07-09 15:31:07 +00:00
compiler-rt [ASan] Minor ASan error reporting cleanup 2018-07-09 17:54:55 +00:00
debuginfo-tests [debuginfo-tests] Always use the system python to invoke llgdb.py. 2018-06-10 19:38:26 +00:00
libclc atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics 2018-06-21 19:27:39 +00:00
libcxx type_traits: aligned_union is NOT the same as __uncvref [NFC] 2018-07-08 00:06:27 +00:00
libcxxabi [demangler] Avoid alignment warning 2018-07-05 06:24:29 +00:00
libunwind Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly controlling a dependency on dladdr(). This will allow us to use libunwind without adding a libdl dependency. 2018-06-29 20:41:50 +00:00
lld [PPC64] Add TLS local dynamic to local exec relaxation 2018-07-09 16:35:51 +00:00
lldb Retrieve a function PDB symbol correctly from nested blocks 2018-07-09 17:36:33 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [DebugInfo] Change default value of FDEPointerEncoding 2018-07-09 18:45:38 +00:00
openmp [OpenMP] Fix a few formatting issues 2018-07-09 18:09:25 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly Add a file that was missing in r336425 2018-07-06 11:33:35 +00:00
README.md

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.