Go to file
Jonas Paulsson d9dde1ac56 [SystemZ] Check for legality before doing LOAD AND TEST transformations.
Since a load and test instruction treat its operands as signed, it can only
replace a logical compare for EQ/NE uses.

Review: Ulrich Weigand
https://bugs.llvm.org/show_bug.cgi?id=35662

llvm-svn: 322161
2018-01-10 09:18:17 +00:00
clang Revert "[Driver] Update default sanitizer blacklist location" 2018-01-10 02:24:09 +00:00
clang-tools-extra Try to fix build failure caused by r322097 2018-01-09 20:26:49 +00:00
compiler-rt Revert "[CMake] Install resource files into a share/ directory" 2018-01-10 02:24:12 +00:00
debuginfo-tests [debuginfo-tests] Support moving debuginfo-tests to llvm/projects 2017-12-12 16:54:20 +00:00
libclc configure.py: Add gfx900 (Vega, Raven) 2017-11-27 11:14:06 +00:00
libcxx [libcxx] [test] Improve MSVC portability. 2018-01-10 00:39:46 +00:00
libcxxabi Update version to 7.0.0svn 2018-01-03 15:42:34 +00:00
libunwind [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi. 2018-01-09 17:07:18 +00:00
lld Rename --icf-data and add a corresponding flag for functions. 2018-01-10 01:37:36 +00:00
lldb This change updates the deployment target for lldb and debugserver 2018-01-09 22:17:10 +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 [SystemZ] Check for legality before doing LOAD AND TEST transformations. 2018-01-10 09:18:17 +00:00
openmp [OMPT] Fix cast and printf of wait_id in lock test 2018-01-10 08:10:23 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Docs, release notes: update version to 7.0.0 2018-01-03 15:54:54 +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.