Go to file
Daniel Sanders ab358bfd09 [globalisel][combine] Fix a rare crash when encountering an instruction whose op0 isn't a reg
The simplest instance of this is an intrinsic with no results which will have the
intrinsic ID as operand 0.

Also fix some benign incorrectness when op0 is a reg but isn't a def that was
guarded against by checking for the extension opcodes.

llvm-svn: 343821
2018-10-04 21:44:32 +00:00
clang Update Clang Windows getting started docs 2018-10-04 20:34:52 +00:00
clang-tools-extra [clang-doc] Clean up Markdown output 2018-10-04 21:34:13 +00:00
compiler-rt Esan for FreeBSD, forgotten file. 2018-10-04 21:07:21 +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 [CMake] Use just basename when copying C++ ABI headers 2018-10-04 05:38:53 +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 ReleaseNotes: remove superfluous 's' in 'can promotes' 2018-10-04 21:37:32 +00:00
lldb The Python 3 part of the script was missed when adding OpenBSD support. 2018-10-04 20:34:58 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [globalisel][combine] Fix a rare crash when encountering an instruction whose op0 isn't a reg 2018-10-04 21:44:32 +00:00
openmp [OpenMP][OMPT] Fix unsafe initialization of ompt_data_t objects 2018-10-04 14:57:04 +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.