llvm-capstone/llvm
Roman Lebedev 8e0cf076ac Revert "[DivRemPairs] Handling for expanded-form rem - recomposition (PR42673)"
test-suite/MultiSource/Benchmarks/DOE-ProxyApps-C/miniGMG broke:

Only PHI nodes may reference their own value!
  %sub33 = srem i32 %sub33, %ranks_in_i

This reverts commit r367288.

llvm-svn: 367289
2019-07-30 07:44:58 +00:00
..
benchmarks
bindings
cmake
docs Reland: [Remarks] Support parsing remark metadata in the YAML remark parser 2019-07-26 21:02:02 +00:00
examples
include Revert "[DivRemPairs] Handling for expanded-form rem - recomposition (PR42673)" 2019-07-30 07:44:58 +00:00
lib Revert "[DivRemPairs] Handling for expanded-form rem - recomposition (PR42673)" 2019-07-30 07:44:58 +00:00
projects
resources
runtimes
test Revert "[DivRemPairs] Handling for expanded-form rem - recomposition (PR42673)" 2019-07-30 07:44:58 +00:00
tools Revert "[llvm-objdump] Add warning messages if disassembly + source for problematic inputs" 2019-07-30 07:05:27 +00:00
unittests [APInt] Introduce clearLowBits() 2019-07-30 07:09:41 +00:00
utils [clang-tidy]: Google: new check 'google-upgrade-googletest-case' 2019-07-29 21:38:56 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Allow LLVM_EXTERNAL_<proj>_SOURCE_DIR to be overridden if it is 2019-07-26 19:25:57 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.