Go to file
Matt Arsenault 96b678427a AMDGPU: Add feature vi-insts
This is necessary to add a VI specific builtin,
__builtin_amdgcn_s_dcache_wb. We already have an
overly specific feature for one of these builtins,
for s_memrealtime. I'm not sure whether it's better
to add more of those, or to get rid of that and merge
it with vi-insts.

Alternatively, maybe this logically goes with scalar-stores?

llvm-svn: 339104
2018-08-07 07:28:46 +00:00
clang Auto var init test fix #2 2018-08-07 04:44:13 +00:00
clang-tools-extra [clangd] Index Interfaces for Xrefs 2018-08-06 13:14:32 +00:00
compiler-rt [libFuzzer] Add unstable function printing to print_unstable_stats flag 2018-08-06 23:14:13 +00:00
debuginfo-tests Disable the asan-deque.cpp integration test for AppleLLDB < v1000 2018-08-04 00:02:48 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx [libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macro 2018-08-06 14:11:50 +00:00
libcxxabi [itanium demangler] Support dot suffixes on block invocation functions 2018-08-02 17:45:01 +00:00
libunwind [CMake] Allow building standalone without any llvm-config available 2018-08-03 05:51:31 +00:00
lld [COFF] Fix a comment about automatic resolving of dllimports from within a module. NFC. 2018-08-07 06:42:53 +00:00
lldb [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:53 +00:00
llgo
llvm AMDGPU: Add feature vi-insts 2018-08-07 07:28:46 +00:00
openmp [OpenMP] Fix doacross testing for gcc 2018-08-02 19:13:07 +00:00
parallel-libs
polly Update isl to isl-0.20-48-g13eba5b5 2018-08-07 05:51:21 +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.