Go to file
Krzysztof Parzyszek 5805def9c8 [Hexagon] Avoid functions with exception handling in HexagonConstExtenders
The constant-extender optimization does a form of code motion, which is
complicated in the presence of exception handling.

llvm-svn: 342751
2018-09-21 17:40:35 +00:00
clang [NFC] remove unused variable 2018-09-21 17:38:41 +00:00
clang-tools-extra [clangd] Remember to serialize symbol origin in YAML. 2018-09-21 13:04:57 +00:00
compiler-rt [sanitizer] Move __sanitizer_set_death_callback to a more appropriate file 2018-09-21 17:05:56 +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 fix some typos in the doc 2018-09-20 08:05:01 +00:00
libcxxabi add a quick link to libc++ 2018-09-20 08:01:16 +00:00
libunwind [CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs. 2018-09-04 20:57:50 +00:00
lld Update release notes. 2018-09-21 17:13:55 +00:00
lldb Add dependency on llc required by find-variable-dwo test 2018-09-21 13:40:22 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [Hexagon] Avoid functions with exception handling in HexagonConstExtenders 2018-09-21 17:40:35 +00:00
openmp [OPENMP][NVPTX] Add support for lastprivates/reductions handling in SPMD constructs with lightweight runtime. 2018-09-21 14:11:41 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly fix the scan-build urls 2018-09-21 09:07:58 +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.