Go to file
Nicolai Haehnle 9a84a50913 TableGen: Simplify BitsInit::resolveReferences
Summary:
No functional change intended. The removed code has a loop for
recursive resolving, which is superseded by the recursive
resolving done by the Resolver implementations.

Add a test case which was broken by an earlier version of this
change.

Change-Id: Ib208d037b77a8bbb725977f1388601fc984723d8

Reviewers: arsenm, craig.topper, tra, MartinO

Subscribers: wdng, llvm-commits

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

llvm-svn: 326784
2018-03-06 13:48:30 +00:00
clang [analyzer] CStringChecker.cpp: Remove the duplicated check about null dereference on dest-buffer or src-buffer. 2018-03-06 13:38:42 +00:00
clang-tools-extra [clangd] Fix -Wpedantic warning, NFC. 2018-03-06 12:56:18 +00:00
compiler-rt OpenBSD sanitizer common, define RLIMIT_AS constant 2018-03-06 08:24:16 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc utils: Adapt to llvm r325155 2018-02-23 07:37:03 +00:00
libcxx Added P0805 to the list of ready bits 2018-03-01 21:16:07 +00:00
libcxxabi [demangler] Modernize parse_name. 2018-03-05 16:35:06 +00:00
libunwind [libunwind][MIPS]: Add support for unwinding in N32 processes. 2018-02-27 21:24:02 +00:00
lld Remove redundant casts. 2018-03-05 23:50:45 +00:00
lldb HostThreadPosix::Cancel: remove android-specific implementation 2018-03-06 12:46:05 +00:00
llgo
llvm TableGen: Simplify BitsInit::resolveReferences 2018-03-06 13:48:30 +00:00
openmp Improve OpenMP threadprivate implementation. 2018-03-05 18:42:01 +00:00
parallel-libs
polly [Polly][CMake] Fix lit setup for building the in the mono repo 2018-03-05 14:43:04 +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.