Go to file
Sanjay Patel 85e17bb195 [InstCombine] rearrange code for foldSelectBinOpIdentity; NFCI
This is a retry of rL339439 with a fix for the problem that
caused the original commit to be reverted at rL339446. 

That problem was that the compare can be integer while
the binop is FP or vice-versa, so we need to use the binop 
type when we ask for the identity constant.

A test to guard against the problem was added at rL339453.

llvm-svn: 339469
2018-08-10 20:30:35 +00:00
clang Invalidate static locals when escaping lambdas 2018-08-10 18:28:04 +00:00
clang-tools-extra [clangd] extend the publishDiagnostics response to send back fixits to the 2018-08-10 17:25:07 +00:00
compiler-rt [hwasan] Remove liblog dependency. 2018-08-10 16:38:57 +00:00
debuginfo-tests Disable the asan-deque.cpp integration test for AppleLLDB < v1000 2018-08-04 00:02:48 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx [libcxx] Mark charconv tests as failing for previous libcxx versions. 2018-08-10 17:03:47 +00:00
libcxxabi [itanium demangler] Support dot suffixes on block invocation functions 2018-08-02 17:45:01 +00:00
libunwind Remove unneeded preprocessor condition. 2018-08-08 15:18:22 +00:00
lld [ELF] - Get rid of SyntheticSection::postThunkContents(). NFCI. 2018-08-10 07:24:18 +00:00
lldb [tests, libstdcxx] Add missing test category on the TestDataFormatterStdUniquePtr tests 2018-08-10 17:52:45 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [InstCombine] rearrange code for foldSelectBinOpIdentity; NFCI 2018-08-10 20:30:35 +00:00
openmp [OpenMP] Cleanup code 2018-08-09 22:04:30 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly Update isl-cpp bindings 2018-08-09 05:07:14 +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.