llvm-project/clang/test
Michael Liao f375885ab8 [InferAddrSpace] Teach to handle assumed address space.
- In certain cases, a generic pointer could be assumed as a pointer to
  the global memory space or other spaces. With a dedicated target hook
  to query that address space from a given value, infer-address-space
  pass could infer and propagate that to all its users.

Differential Revision: https://reviews.llvm.org/D91121
2020-11-16 17:06:33 -05: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 Consistent spelling in diagnostics: {l,r}value instead of {l,r}-value 2020-11-15 18:05:11 +01:00
ClangScanDeps [clang-scan-deps] Fix for input file given as relative path in compilation database "command" entry. 2020-11-12 08:48:17 -05:00
CodeCompletion
CodeGen BPF: make __builtin_btf_type_id() return 64bit int 2020-11-16 07:08:41 -08:00
CodeGenCUDA [InferAddrSpace] Teach to handle assumed address space. 2020-11-16 17:06:33 -05:00
CodeGenCXX [IRGen] Add !annotation metadata for auto-init stores. 2020-11-16 10:37:02 +00:00
CodeGenCoroutines [Coroutine][Sema] Cleanup temporaries as early as possible 2020-11-10 13:27:42 -08:00
CodeGenHIP
CodeGenObjC [CodeGenObjC] Remove unused check prefixes 2020-11-11 15:44:58 +00:00
CodeGenObjCXX clang: Don't assert on no_unique_address fields in @encode() 2020-11-13 11:39:10 -05:00
CodeGenOpenCL [CodeGenOpenCL] Fix check prefix typo on convergent.cl test 2020-11-11 15:44:59 +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 [AIX][driver] Include crti[_64].o and -bcdtors also for C language link invocations by default 2020-11-16 10:07:57 -05:00
FixIt
Format [clang-format] Add a test showing the current config file list parsing 2020-09-04 16:57:46 +01:00
Frontend [OpenCL] Make Clang recognize -cl-std=1.0 as a value argument 2020-11-11 17:01:57 +03:00
Headers [clang] Add missing header guard in <cpuid.h> 2020-11-10 19:34:25 -08: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 Consistent spelling in diagnostics: {l,r}value instead of {l,r}-value 2020-11-15 18:05:11 +01:00
Modules Allow searching for prebuilt implicit modules. 2020-11-10 10:14:13 -08:00
OpenMP Consistent spelling in diagnostics: {l,r}value instead of {l,r}-value 2020-11-15 18:05:11 +01: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 [Frontend] Treat .cuh files as CUDA source files 2020-11-12 11:42:53 -08:00
Preprocessor [PowerPC] Prevent the use of MMA with P9 and earlier 2020-11-12 10:36:50 -06:00
Profile Revert "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" 2020-11-14 13:12:38 +03:00
Refactor
Rewriter
Sema [clang][SveEmitter] Fix enum declarations. [NFCI] 2020-11-16 14:49:45 +00:00
SemaCUDA [CUDA] Allow local static variables with target attributes. 2020-11-03 10:30:38 -08:00
SemaCXX Consistent spelling in diagnostics: {l,r}value instead of {l,r}-value 2020-11-15 18:05:11 +01:00
SemaObjC Consistent spelling in diagnostics: {l,r}value instead of {l,r}-value 2020-11-15 18:05:11 +01:00
SemaObjCXX [OPENMP]Fix PR47790: segfault in frontend while parsing Objective-C with OpenMP. 2020-11-12 13:26:11 -08:00
SemaOpenCL [OpenCL] Remove unused extensions 2020-10-22 17:01:31 +01:00
SemaOpenCLCXX
SemaSYCL
SemaTemplate Consistent spelling in diagnostics: {l,r}value instead of {l,r}-value 2020-11-15 18:05:11 +01: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