Go to file
Sanjay Patel 31051f8314 [InstCombine] add min/max tests with not ops; NFC
These are based on:
https://bugs.llvm.org/show_bug.cgi?id=35875
It's not clear if/how instcombine can reduce these,
but we should have the tests here either way to 
document current behavior.

llvm-svn: 327039
2018-03-08 18:34:23 +00:00
clang [OPENMP] Emit sizes/init ptrs etc. data for task reductions before 2018-03-08 15:24:08 +00:00
clang-tools-extra [clangd] Early return for #include goto definition. 2018-03-08 16:28:12 +00:00
compiler-rt More revert of r327031 2018-03-08 18:20:03 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc lgamma_r: Move code from .inc to .cl file 2018-03-06 17:48:47 +00:00
libcxx Implement LWG#2518 - Non-member swap for propagate_const should call member swap 2018-03-08 15:01:50 +00:00
libcxxabi [demangler] Fix a mistake in r326797. 2018-03-07 04:29:33 +00:00
libunwind [libunwind][MIPS]: Add support for unwinding in N32 processes. 2018-02-27 21:24:02 +00:00
lld [ELF] - Fix crash relative to SHF_LINK_ORDER sections. 2018-03-08 15:06:58 +00:00
lldb Fix std unique pointer pretty-printer for new stl versions 2018-03-08 16:03:09 +00:00
llgo
llvm [InstCombine] add min/max tests with not ops; NFC 2018-03-08 18:34:23 +00:00
openmp [OpenMP] Remove implicit data sharing using device shared memory from libomptarget 2018-03-07 22:10:10 +00:00
parallel-libs
polly [Polly][CMake] Fix lit setup for building the in the mono repo 2018-03-05 14:43:04 +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.