Go to file
Roman Lebedev ebb3252f00 Revert rL334371 / D47980: "[InstCombine] Fold (x << y) >> y -> x & (-1 >> y)"
test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll broke,
and i did not notice because i did not build that backend.

llvm-svn: 334373
2018-06-10 20:32:03 +00:00
clang [X86] Use target independent masked expandload and compressstore intrinsics to implement expandload/compressstore builtins. 2018-06-10 17:27:05 +00:00
clang-tools-extra [clangd] Deduplicate CompletionItemKind conversion. 2018-06-08 21:17:19 +00:00
compiler-rt [ASAN] Fix crash on i?86-linux (32-bit) against glibc 2.27 and later 2018-06-10 11:17:47 +00:00
debuginfo-tests [debuginfo-tests] Always use the system python to invoke llgdb.py. 2018-06-10 19:38:26 +00:00
libclc r600/fmin: Flush denormals before calling builtin. 2018-06-07 20:27:58 +00:00
libcxx Remove unused code from __functional_base. NFC. 2018-06-06 06:42:27 +00:00
libcxxabi private_typeinfo: limit is_dst_type_derived_from_static_type optimization 2018-05-18 20:51:38 +00:00
libunwind [OR1K] Add the EPCR special-purpose register to register state. 2018-05-16 19:09:48 +00:00
lld Fix build broken by r334341. 2018-06-09 00:58:05 +00:00
lldb [lldb-mi] Re-implement MI -exec-step command. 2018-06-10 14:58:29 +00:00
llgo
llvm Revert rL334371 / D47980: "[InstCombine] Fold (x << y) >> y -> x & (-1 >> y)" 2018-06-10 20:32:03 +00:00
openmp [OpenMP] Fix formatting issues in kmp_stats.h 2018-06-08 22:27:53 +00:00
parallel-libs
polly [Polly] Fix a testcase after LLVM commit r334318 2018-06-08 21:39:55 +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.