llvm-project/clang/test
Zakk Chen 010f329803 [RISCV][Clang] Support policy function for all vector segment load.
We will switch all UndefValue to PoisonValue in follow up patches.

Reviewed By: kito-cheng

Differential Revision: https://reviews.llvm.org/D126750
2022-08-04 17:47:24 +00:00
..
APINotes
ARCMT
AST Revert "[clang] Pass FoundDecl to DeclRefExpr creator for operator overloads" 2022-08-04 12:14:43 +02:00
ASTMerge
Analysis [analyzer] Fix for the crash in #56873 2022-08-03 19:25:02 +02:00
C/drs Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
CXX [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
ClangScanDeps [clang][deps] Include canonical invocation in ContextHash 2022-07-28 12:24:06 -07:00
CodeCompletion
CodeGen [RISCV][Clang] Support policy function for all vector segment load. 2022-08-04 17:47:24 +00:00
CodeGenCUDA [CUDA][FIX] Make shfl[_sync] for unsigned long long non-recursive 2022-07-21 12:36:54 -05:00
CodeGenCUDASPIRV [CUDA/SPIR-V] Force passing aggregate type byval 2022-07-22 20:30:15 +00:00
CodeGenCXX [Clang][C++20] Support capturing structured bindings in lambdas 2022-08-04 10:12:53 +02:00
CodeGenCoroutines [coroutine] add nomerge function attribute to `llvm.coro.save` 2022-07-12 10:39:38 -07:00
CodeGenHIP Revert "Revert "[Clang][Attribute] Introduce maybe_undef attribute for function arguments which accepts undef values"" 2022-07-29 19:07:07 +00:00
CodeGenHLSL [HLSL] CodeGen HLSL Resource annotations 2022-08-01 11:19:43 -05:00
CodeGenObjC Fix crash in ObjC codegen introduced with 5ab6ee7599 2022-07-24 13:59:45 +01:00
CodeGenObjCXX [WinEH] Apply funclet operand bundles to nounwind intrinsics that lower to function calls in the course of IR transforms 2022-07-26 17:52:43 +02:00
CodeGenOpenCL [AMDGPU] Add amdgcn_sched_group_barrier builtin 2022-07-28 10:43:14 -07:00
CodeGenOpenCLCXX
CodeGenSYCL
Coverage
CoverageMapping
Driver [X86] Support ``-mindirect-branch-cs-prefix`` for call and jmp to indirect thunk 2022-08-04 15:12:15 +08:00
ExtractAPI [clang][ExtractAPI] Fix objc_property.m reference output 2022-07-27 11:34:17 +01:00
FixIt [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
Format [clang-format] Fix an assertion failure on -lines=0:n 2022-07-08 23:41:16 -07:00
Frontend [AMDGPU] Add remarks to output some resource usage 2022-07-15 11:01:53 -07:00
Headers Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
Import
Index Revert "[clang] Pass FoundDecl to DeclRefExpr creator for operator overloads" 2022-08-04 12:14:43 +02:00
Integration
InterfaceStubs
Interpreter Handles failing driver tests of clang 2022-08-02 12:29:26 +05:30
Layout [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
Lexer [NFCI] Refactor how KeywordStatus is calculated 2022-08-03 06:41:43 -07:00
LibClang
Misc Revert "Revert "[Clang][Attribute] Introduce maybe_undef attribute for function arguments which accepts undef values"" 2022-07-29 19:07:07 +00:00
Modules Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
OpenMP Fix assert during the call to getCanonicalDecl. 2022-08-03 09:14:28 -07:00
PCH [ASTWriter] Provide capability to output a PCM/PCH file that does not write out information about its output path 2022-07-29 15:21:54 -07:00
Parser Diagnose use of _Noreturn on a struct/union field 2022-07-29 13:18:44 -04:00
ParserHLSL
ParserSYCL
Preprocessor [Clang] Adjust extension warnings for #warning 2022-07-23 14:10:11 +02:00
Profile
Refactor
Rewriter
Sema [AArch64] Always allow the __bf16 type 2022-08-04 18:35:27 +01:00
SemaCUDA
SemaCXX [clang] format string checking for conpile-time evaluated str literal 2022-08-04 21:07:30 +08:00
SemaHLSL Start support for HLSL `RWBuffer` 2022-07-28 08:49:50 -05:00
SemaObjC [Sema] -Wformat: support C23 format specifier %b %B 2022-08-04 10:26:31 -07:00
SemaObjCXX [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
SemaOpenCL Fixed a number of typos 2022-08-01 13:13:18 -04:00
SemaOpenCLCXX
SemaSYCL [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
SemaTemplate [Clang] Diagnose ill-formed constant expression when setting a non fixed enum to a value outside the range of the enumeration values 2022-07-28 15:27:50 -07:00
TableGen
Templight
Tooling Revert "[clang-diff] Fix assertion error when dealing with wide strings" 2022-06-07 14:58:10 -07:00
Unit [lit] Fix setup of sanitizer environment 2022-05-19 19:24:16 -07:00
VFS Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
clang-rename
utils/update_cc_test_checks update-test-checks: safely handle tests with #if's 2022-07-20 11:23:49 +02:00
.clang-format Disable clang-format entirely for test directories 2022-07-08 07:34:18 -04:00
CMakeLists.txt [clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON. 2022-07-31 05:42:57 +09:00
TestRunner.sh
lit.cfg.py [clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON. 2022-07-31 05:42:57 +09:00
lit.site.cfg.py.in Revert "[llvm] cmake config groundwork to have ZSTD in LLVM" 2022-07-08 13:48:05 -07:00