Go to file
Andrea Di Biagio 492816d8e1 [llvm-mca] Small refactoring in preparation for another patch that will improve the modularity of the Pipeline. NFCI
The main difference is that now `cycleStart()` and `cycleEnd()` return an
llvm::Error.

This patch implements a few minor style changes, and adds missing 'const' to
some methods.

llvm-svn: 339885
2018-08-16 15:43:09 +00:00
clang [AST] Store the OwnedTagDecl as a trailing object in ElaboratedType. 2018-08-16 10:48:16 +00:00
clang-tools-extra Fixed unused variable warning. NFCI. 2018-08-16 13:55:10 +00:00
compiler-rt [XRay][compiler-rt] Remove MAP_NORESERVE from XRay allocations 2018-08-16 12:19:03 +00:00
debuginfo-tests SafeStack: Disable Darwin support 2018-08-14 21:38:50 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx [libcxx] By default, do not use internal_linkage to hide symbols from the ABI 2018-08-16 12:44:28 +00:00
libcxxabi [libcxxabi] Fix test_exception_address_alignment test for ARM 2018-08-16 11:38:09 +00:00
libunwind [libunwind][mips] Include gcc_s for linkage 2018-08-16 13:40:16 +00:00
lld [LLD][ELF] - Add a test case for DT_SONAME entry reading. 2018-08-16 14:07:29 +00:00
lldb Fix a little thinko in generating ___lldb_unnamed_symbol symbols 2018-08-15 23:10:32 +00:00
llgo
llvm [llvm-mca] Small refactoring in preparation for another patch that will improve the modularity of the Pipeline. NFCI 2018-08-16 15:43:09 +00:00
openmp [OMPT] Remove OMPT idle callback 2018-08-15 13:54:28 +00:00
parallel-libs
polly [DepInfo] Use isl++ in Dependences::isValidSchedule. NFC. 2018-08-10 22:33:27 +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.