Go to file
Matthias Braun d2d7fb63f7 TargetLoweringBase: Fix darwinHasSinCos()
Another followup to my refactoring in r321036: Turns out we can end up
with an x86 darwin target that is not macos (simulator triples can look
like i386-apple-ios) so we need the x86/32bit check in all cases.

llvm-svn: 321104
2017-12-19 20:24:12 +00:00
clang [driver][darwin] Set the 'simulator' environment when it's specified 2017-12-19 19:56:14 +00:00
clang-tools-extra [clangd] Supress a log warning by putting it behind a condition. 2017-12-19 18:10:32 +00:00
compiler-rt Fix more inconsistent line endings. NFC. 2017-12-18 19:46:56 +00:00
debuginfo-tests [debuginfo-tests] Support moving debuginfo-tests to llvm/projects 2017-12-12 16:54:20 +00:00
libclc configure.py: Add gfx900 (Vega, Raven) 2017-11-27 11:14:06 +00:00
libcxx [libcxx] Add WebAssembly support 2017-12-16 18:59:50 +00:00
libcxxabi [libcxxabi] Pass LIBCXXABI_SYSROOT and LIBCXXABI_GCC_TOOLCHAIN to lit 2017-12-12 01:20:37 +00:00
libunwind [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes. 2017-12-12 21:43:36 +00:00
lld [WebAssembly] Fix a couple of typos. NFC. 2017-12-19 19:56:27 +00:00
lldb Temporarily XFAIL test/functionalities/exec while investiagting bot breakage. 2017-12-19 18:21:28 +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 TargetLoweringBase: Fix darwinHasSinCos() 2017-12-19 20:24:12 +00:00
openmp Fix more inconsistent line endings. NFC. 2017-12-18 19:46:56 +00:00
parallel-libs
polly [ScopBuilder] Split statements on encountering store instructions. 2017-12-11 12:51:24 +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.