Go to file
Sanjay Patel 22ae8dabb5 [InstCombine] add more insert-extract tests for D52439; NFC
The first attempt at this transform:
rL343407
...was reverted:
rL343458
...because it did not handle the case where we bitcast to FP. 
The patch was already limited to avoid the case where we
bitcast from FP, but we might want to transform that too.

llvm-svn: 343480
2018-10-01 14:29:09 +00:00
clang [OPENMP] Fix enum identifier, NFC. 2018-10-01 14:26:31 +00:00
clang-tools-extra [clangd] Add "check-clangd" target 2018-10-01 14:02:02 +00:00
compiler-rt Switch sanitizer_procmaps_bsd to internal_sysctl 2018-09-29 07:45:03 +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 Attempt to fix aligned allocation configuration under clang-cl 2018-10-01 04:08:06 +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 Fix typo in LLD man page 2018-10-01 09:57:20 +00:00
lldb [Interpreter] Escape backticks when dumping format entities. 2018-10-01 13:22:24 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [InstCombine] add more insert-extract tests for D52439; NFC 2018-10-01 14:29:09 +00:00
openmp [libomptarget-nvptx] Enable asserts in bclib 2018-10-01 14:16:55 +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.