Go to file
Florian Hahn cc419ad7df [ConstantInt] Check active bits before calling getZExtValue.
Without this check, we hit an assertion in getZExtValue, if the constant
value does not fit into an uint64_t.

As getZExtValue returns an uint64_t, should we update
getAggregateElement to take an uin64_t as well?

This fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6109.

Reviewers: efriedma, craig.topper, spatel

Reviewed By: efriedma

Differential Revision: https://reviews.llvm.org/D55547

llvm-svn: 348906
2018-12-12 02:22:12 +00:00
clang Replace Const-Member checking with non-recursive version. 2018-12-11 21:54:52 +00:00
clang-tools-extra Use the standard Duration factory matcher 2018-12-11 12:45:51 +00:00
compiler-rt [Sanitizer] Expand FSEEK interception to FreeBSD 2018-12-11 19:08:40 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc travis: Add cmake build 2018-11-27 16:07:21 +00:00
libcxx [test] Permit NetBSD in filesystem_dynamic_test_helper.py 2018-12-11 18:29:35 +00:00
libcxxabi [libcxx] Remove bad_array_length 2018-11-29 19:44:57 +00:00
libunwind [cmake] Rename append_if to avoid collision with LLVM 2018-12-11 15:30:04 +00:00
lld [LLD][ELF] - Support discarding the .dynamic section. 2018-12-10 09:24:49 +00:00
lldb Remove unused file 2018-12-11 22:46:56 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [ConstantInt] Check active bits before calling getZExtValue. 2018-12-12 02:22:12 +00:00
openmp [runtime] Disable KMP_HAVE_QUAD on NetBSD gcc 2018-12-11 19:02:14 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [CMake] Fix generation of exported targets in build directory 2018-11-06 15:18:17 +00:00
README.md Update the project name in README.md 2018-10-19 00:03:01 +00:00

README.md

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.