Go to file
Aaron Ballman 9360cb0745 Implement semantic checking for __builtin_signbit.
r242675 changed the signature for the signbit builtin but did not introduce proper semantic checking to ensure the arguments are as-expected. This patch groups the signbit builtin along with the other fp classification builtins. Fixes PR28172.

llvm-svn: 335048
2018-06-19 14:36:04 +00:00
clang Implement semantic checking for __builtin_signbit. 2018-06-19 14:36:04 +00:00
clang-tools-extra [clangd] Use workspace root path as hint path for resolving URIs in workspace/symbol 2018-06-19 09:33:53 +00:00
compiler-rt [XRay] rm GLOB || true -> rm -f 2018-06-19 07:11:33 +00:00
debuginfo-tests [debuginfo-tests] Always use the system python to invoke llgdb.py. 2018-06-10 19:38:26 +00:00
libclc Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
libcxx Fix libcxx tests after clang r334677. 2018-06-17 19:58:45 +00:00
libcxxabi Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
libunwind Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
lld [ELF] Uniquify --wrap list. 2018-06-18 22:32:15 +00:00
lldb Attempt to fix windows build broken by r334968 2018-06-19 14:23:31 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [SLPVectorizer] Remove default OperandValueKind arguments from getArithmeticInstrCost calls (NFC) 2018-06-19 13:40:00 +00:00
openmp [OpenMP] [CUDA] Expose teamid to the debug path 2018-06-19 14:05:38 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly Move ScopInfo to isl++ 2018-06-19 08:13:53 +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.