Go to file
Benjamin Kramer 6b5c300327 [ADT] Add a workaround for GCC miscompiling the trivially copyable Optional
I've seen random crashes with GCC 4.8, GCC 6.3 and GCC 7.3, triggered by
my Optional change. All of them affect a different set of targets. This
change fixes the instance of the problem I'm seeing on my local machine,
let's hope it's good enough for the other instances too.

llvm-svn: 322859
2018-01-18 15:47:59 +00:00
clang [OpenMP] Correct generation of offloading entries 2018-01-18 15:38:03 +00:00
clang-tools-extra [clangd] Remove unused IncludeGlobals completion option, always pass true to sema 2018-01-18 15:31:30 +00:00
compiler-rt Enable sanitizer_common tests on NetBSD 2018-01-18 11:49:45 +00:00
debuginfo-tests [debuginfo-tests] Support moving debuginfo-tests to llvm/projects 2017-12-12 16:54:20 +00:00
libclc rootn: Port from amd_builtins 2018-01-17 21:22:14 +00:00
libcxx Update Google Benchmark library 2018-01-18 04:23:01 +00:00
libcxxabi Fix standalone test-suite run. 2018-01-17 22:07:09 +00:00
libunwind [PPC64] Added vector registers. 2018-01-16 20:54:10 +00:00
lld Add a lld test for a llvm fix. 2018-01-18 05:40:43 +00:00
lldb Fix logging test on windows 2018-01-18 11:15:50 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [ADT] Add a workaround for GCC miscompiling the trivially copyable Optional 2018-01-18 15:47:59 +00:00
openmp Add missing headers for Debug builds 2018-01-18 10:58:43 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopBuilder] Revise statement naming when there are multiple statements per BB. 2018-01-18 15:15:50 +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.