Go to file
Lang Hames bfea8cdc69 [ORC] Add a 'Callable' flag to JITSymbolFlags.
The callable flag can be used to indicate that a symbol is callable. If present,
the symbol is callable. If absent, the symbol may or may not be callable (the
client must determine this by context, for example by examining the program
representation that will provide the symbol definition).

This flag will be used in the near future to enable creation of lazy compilation
stubs based on SymbolFlagsMap instances only (without having to provide
additional information to determine which symbols need stubs).

llvm-svn: 338649
2018-08-01 22:42:23 +00:00
clang [AST] Remove the static_assert check in ObjCMethodDecl::ObjCMethodDecl 2018-08-01 22:41:03 +00:00
clang-tools-extra [clangd] allow clients to control the compilation database by passing in 2018-08-01 17:39:29 +00:00
compiler-rt Fix sizeof(struct pthread) in glibc 2.14. 2018-08-01 18:29:51 +00:00
debuginfo-tests [DWARF] Change a test to ensure the creation of a __debug_ranges section. 2018-07-31 19:37:29 +00:00
libclc atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics 2018-06-21 19:27:39 +00:00
libcxx Update version to 8.0.0svn: cmake, includes files and docs 2018-08-01 13:54:28 +00:00
libcxxabi Update version to 8.0.0svn 2018-08-01 14:25:03 +00:00
libunwind Bump version number to 8.0.0svn 2018-08-01 15:22:27 +00:00
lld Re-submit r338596 with a bug fix and a test. 2018-08-01 22:31:31 +00:00
lldb [DWARFASTParser] Remove special cases for `llvm-gcc` 2018-08-01 21:13:45 +00:00
llgo
llvm [ORC] Add a 'Callable' flag to JITSymbolFlags. 2018-08-01 22:42:23 +00:00
openmp [OMPT,tests] Fix taskloop testcase scheduling effects 2018-08-01 16:15:18 +00:00
parallel-libs
polly [ScopBuilder] Set domain to empty instead of NULL. 2018-08-01 22:28:32 +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.