Go to file
Sean Fertile 7b056b3048 [PowerPC] Split out the tailcall calling convention checks. NFC.
Move the calling convention checks for tail-call eligibility for the 64-bit
SysV ABI into a separate function. This is so that it can be shared with
'mayBeEmittedAsTailCall' in a subsequent change.

llvm-svn: 318305
2017-11-15 16:53:41 +00:00
clang ASTMatchers.h: Fix ODR violations by avoiding internal linkage variables in headers 2017-11-15 16:52:12 +00:00
clang-tools-extra [clangd] Support returning a limited number of completion results. 2017-11-15 09:16:29 +00:00
compiler-rt libfuzzer: Fix file listing on some filesystems 2017-11-15 16:45:17 +00:00
debuginfo-tests Revert "Update test_debuginfo.pl script to point to new tree location." 2017-11-13 23:33:29 +00:00
libclc math: Implement minmag 2017-11-15 04:10:39 +00:00
libcxx Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 2017-11-15 07:45:07 +00:00
libcxxabi Remove excess whitespace from syslog message; NFC 2017-11-13 15:40:31 +00:00
libunwind Add ifdefs around ELF specific parts of UnwindRegisters*.S for arm 2017-11-04 21:01:31 +00:00
lld [MinGW] Ignore the --build-id, --pie-executable and --disable-auto-image-base options 2017-11-15 08:18:28 +00:00
lldb Roll back r318260 because it is causing the windows bot to 2017-11-15 03:41:47 +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 [PowerPC] Split out the tailcall calling convention checks. NFC. 2017-11-15 16:53:41 +00:00
openmp [OpenMP] Remove the unused testsuite/ directory 2017-11-13 17:44:48 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [polly] Remove redundant return [NFC] 2017-11-10 20:33:08 +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.