Go to file
Alexandre Ganea 149de8de19 [LLD][COFF] Fix ordering of CRT global initializers in COMDAT sections
(patch by Benoit Rousseau)

This patch fixes a bug where the global variable initializers were sometimes not invoked in the correct order when it involved a C++ template instantiation.

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

llvm-svn: 343847
2018-10-05 12:56:46 +00:00
clang Fix llvm-clang-x86_64-expensive-checks-win build by setting bigobj flag. 2018-10-05 12:33:57 +00:00
clang-tools-extra [clangd] Remove debugging output in test 2018-10-05 12:22:40 +00:00
compiler-rt Introduce internal_sysctlbyname in place of sysctlbyname 2018-10-05 06:58:02 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc configure: Rework support for gfx9+ devices that were added post LLVM 3.9 2018-09-15 22:02:01 +00:00
libcxx [CMake] Use just basename when copying C++ ABI headers 2018-10-04 05:38:53 +00:00
libcxxabi Update docs to reference new libc++ mailing lists. 2018-09-22 19:52:12 +00:00
libunwind Reverting r342895 2018-09-24 16:36:33 +00:00
lld [LLD][COFF] Fix ordering of CRT global initializers in COMDAT sections 2018-10-05 12:56:46 +00:00
lldb Fix typos. 2018-10-04 22:33:39 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm Add missing period to comment to match style of file. 2018-10-05 09:39:07 +00:00
openmp [OpenMP][OMPT] Fix unsafe initialization of ompt_data_t objects 2018-10-04 14:57:04 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [IslAst] Fix InParallelFor nesting. 2018-09-27 13:39:37 +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.