Go to file
Vedant Kumar 494814d52a [SelectionDAG] Consolidate (t|T)ransferDbgValues methods, NFC.
TransferDbgValues (capital 'T') is wired into ReplaceAllUsesWith, and
transferDbgValues (lowercase 't') is used elsewhere (e.g in Legalize).

Both functions should be doing the exact same thing. This patch
consolidates the logic into one place.

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

llvm-svn: 318448
2017-11-16 19:50:24 +00:00
clang [VirtualFileSystem] Support creating directories then adding files inside 2017-11-16 19:34:08 +00:00
clang-tools-extra [clangd] Use in-memory preambles in clangd. 2017-11-16 16:25:18 +00:00
compiler-rt [sanitizer] Revert rL318410 2017-11-16 18:53:18 +00:00
debuginfo-tests Resubmit "Refactor debuginfo-tests" 2017-11-16 18:26:20 +00:00
libclc math: Implement minmag 2017-11-15 04:10:39 +00:00
libcxx Mark free functions size/empty/data conditionally noexcept. 2017-11-16 17:55:41 +00:00
libcxxabi Remove excess whitespace from syslog message; NFC 2017-11-13 15:40:31 +00:00
libunwind Remove a FIXME about truncated section names 2017-11-16 19:36:48 +00:00
lld [ELF] Fix broken LTO cache test NFC 2017-11-16 17:25:12 +00:00
lldb Fixed up to use a class for the commands, renamed the commands and added a way to just dump the compile unit full paths and optionally their support files with the new "dump-files"command. 2017-11-16 17:14:48 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [SelectionDAG] Consolidate (t|T)ransferDbgValues methods, NFC. 2017-11-16 19:50:24 +00:00
openmp Exclude untied tasks from checking of task scheduling constraint (TSC). 2017-11-16 10:45:07 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [SI] Fix a potential use-after-free 2017-11-16 16:35:19 +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.