llvm-project/clang/test
Akira Hatanaka 874b0a0b9d [CodeGen] Mark calls to objc_autorelease as tail
This enables a method sending an autorelease message to an object and
returning the object in MRR to avoid adding the object to an autorelease
pool if a call to objc_retainAutoreleasedReturnValue in the caller
function accepts the hand off of the retain count.

rdar://problem/50678052

Differential Revision: https://reviews.llvm.org/D91111
2020-11-10 13:48:25 -08:00
..
APINotes [NFC][tests] Replace use of GNUisms in usage of diff 2020-11-08 12:07:51 -05:00
ARCMT
AST [Coroutine][Sema] Cleanup temporaries as early as possible 2020-11-10 13:27:42 -08:00
ASTMerge [clang] Improve Serialization/Imporing/Dumping of APValues 2020-10-21 19:03:13 +02:00
Analysis [scan-build] Fix clang++ pathname again 2020-11-03 08:17:17 +01:00
CXX [Sema] Fix volatile check when testing if a return object can be implicitly moved 2020-11-10 15:11:07 -05:00
ClangScanDeps
CodeCompletion
CodeGen [PowerPC] [Clang] Port SSE4.1-compatible insert intrinsics 2020-11-10 10:52:13 +08:00
CodeGenCUDA [amdgpu] Add `llvm.amdgcn.endpgm` support. 2020-11-05 19:06:50 -05:00
CodeGenCXX [c++20] For P0732R2 / P1907R1: Basic code generation and name 2020-11-09 22:10:27 -08:00
CodeGenCoroutines [Coroutine][Sema] Cleanup temporaries as early as possible 2020-11-10 13:27:42 -08:00
CodeGenHIP
CodeGenObjC [CodeGen] Mark calls to objc_autorelease as tail 2020-11-10 13:48:25 -08:00
CodeGenObjCXX Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
CodeGenOpenCL [AMDGPU] Add gfx1033 target 2020-11-03 16:27:48 +00:00
CodeGenOpenCLCXX [OpenCL] Support vec_step in C++ for OpenCL mode 2020-11-05 12:02:59 +00:00
CodeGenSYCL Revert "[SYCL] Implement __builtin_unique_stable_name." 2020-10-12 01:10:09 -04:00
Coverage
CoverageMapping [Coverage] Add empty line regions to SkippedRegions 2020-09-21 12:42:53 -07:00
Driver [ARM][AArch64] Adding Neoverse V1 CPU support 2020-11-09 13:15:40 +00:00
FixIt
Format [clang-format] Add a test showing the current config file list parsing 2020-09-04 16:57:46 +01:00
Frontend [Sema] Special case -Werror-implicit-function-declaration and reject other -Werror- 2020-11-05 10:25:30 -08:00
Headers [NFC] Remove max_align.c LIT testcase 2020-10-26 17:14:30 -04:00
Import
Index Fix hidden-redecls.m test for some environments 2020-10-16 09:51:13 +02:00
Integration
InterfaceStubs
Layout [AIX] Support two itanium alignment LIT testcases for AIX using regex 2020-10-13 16:47:01 -04:00
Lexer [clang][feature] Add cxx_abi_relative_vtable feature 2020-10-08 10:30:54 -07:00
Misc [NFC] Remove string parameter of annotation attribute from AST childs. 2020-11-09 16:39:59 +01:00
Modules Allow searching for prebuilt implicit modules. 2020-11-10 10:14:13 -08:00
OpenMP [OpenMP5.0] map item can be non-contiguous for target update 2020-11-06 21:04:37 -06:00
PCH [clang] add fexperimental-strict-floating-point to test cases that fail on arm and aarch not sure this will work due to commit rG13bfd89c4962 2020-10-30 07:30:06 -07:00
Parser Add option 'exceptions' to pragma clang fp 2020-10-31 17:36:12 +07:00
Preprocessor [Sema] Special case -Werror-implicit-function-declaration and reject other -Werror- 2020-11-05 10:25:30 -08:00
Profile [clang] Add mustprogress and llvm.loop.mustprogress attribute deduction 2020-11-04 22:03:14 -05:00
Refactor
Rewriter
Sema [test] Properly test -Werror-implicit-function-declaration and -Wvec-elem-size 2020-11-05 20:08:23 -08:00
SemaCUDA [CUDA] Allow local static variables with target attributes. 2020-11-03 10:30:38 -08:00
SemaCXX [PowerPC] Add Sema checks for MMA types 2020-11-04 17:01:47 -06:00
SemaObjC PR44406: Follow behavior of array bound constant folding in more recent versions of GCC. 2020-10-16 14:34:35 -07:00
SemaObjCXX [SemaObjC] Fix composite pointer type calculation for `void*` and pointer to lifetime qualified ObjC pointer type 2020-10-15 15:21:01 -04:00
SemaOpenCL [OpenCL] Remove unused extensions 2020-10-22 17:01:31 +01:00
SemaOpenCLCXX
SemaSYCL
SemaTemplate When re-checking an already-substituted template argument, don't lose 2020-11-03 14:09:54 -08:00
TableGen Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions" 2020-10-19 17:48:04 -04:00
Templight
Tooling
Unit
VFS
clang-rename [clang-rename] Fix rename on variable templates. 2020-10-19 09:44:59 +02:00
utils/update_cc_test_checks [clang] Add mustprogress and llvm.loop.mustprogress attribute deduction 2020-11-04 22:03:14 -05:00
.clang-format
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg.py APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00
lit.site.cfg.py.in
make_test_dirs.pl