aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-06-23AMDGPU: Remove ds atomic fadd intrinsics (#95396)Matt Arsenault1-1/+1
2024-06-23AMDGPU: Start selecting flat/global atomicrmw fmin/fmax. (#95592)Matt Arsenault1-8/+8
2024-06-22[HLSL][clang] Add elementwise builtins for trig intrinsics (#95999)Farzon Lotfi18-1/+1000
2024-06-22[Serialization] Change input file content hash from size_t to uint64_tFangrui Song2-8/+4
2024-06-22[clang] Fix -Wsign-compare in 32-bit buildsFangrui Song2-2/+2
2024-06-22[clang-format] Don't count template template parameter as declaration (#96396)Emilia Kond3-13/+38
2024-06-22[clang][Interp] Fix CFStringMakeConstantString etc. evaluationTimm Bäder3-2/+12
2024-06-22[clang][utils] Remove ClangDataFormat.py for now (#96385)Michael Buch1-170/+0
2024-06-22Revert "[clang-format] Don't count template template parameter as declaration...Mehdi Amini2-36/+11
2024-06-22[clang-format] Don't count template template parameter as declaration (#95025)Emilia Kond2-11/+36
2024-06-22[Clang] fix access checking inside return-type-requirement of compound requir...Zhikai Zeng3-1/+38
2024-06-21[clang-format] Annotate r_paren before braced list as TT_CastRParen (#96271)Owen Pan2-0/+9
2024-06-21[Clang] Replace `emitXXXBuiltin` with a unified interface (#96313)Shilei Tian1-114/+109
2024-06-21Enable ASAN in amdgpu toolchain for OpenCL (#96262)Yaxun (Sam) Liu3-0/+25
2024-06-21[DirectX] Move ResourceClass enum into DXILABI. NFC (#96335)Justin Bogner2-32/+50
2024-06-21[C99] Claim full conformance to C99Aaron Ballman1-5/+13
2024-06-21[C99] Claim partial conformance to IEC 60559 supportAaron Ballman1-1/+19
2024-06-21[clang] Implement function pointer signing and authenticated function calls (...Ahmed Bougacha22-15/+596
2024-06-21[C99] Claim conformance to "more precise aliasing rules via effective type"Aaron Ballman1-1/+1
2024-06-21[clang][AST] createNestedNameSpecifierForScopeOf - don't use dyn_cast_or_null...Simon Pilgrim1-2/+2
2024-06-21[clang-format][NFC] Add CMake target clang-format-check-format (#95873)Owen Pan1-0/+24
2024-06-21[CommandLine] Avoid ManagedStatic.h include (NFC)Nikita Popov1-0/+1
2024-06-21[VFS] Avoid <stack> include (NFC)Nikita Popov3-0/+3
2024-06-21Revert "[ubsan] Display correct runtime messages for negative _BitInt" (#96239)earnol1-54/+5
2024-06-21[Clang] skip alignment checks on incomplete types to avoid an assertion failu...Oleksandr T3-2/+9
2024-06-21[clang][Interp] Don't try to decay non-pointers to pointersTimm Bäder2-2/+2
2024-06-21[clang][ASTImporter] Fix possible crash "given incorrect InsertPos for specia...Balázs Kéri1-2/+5
2024-06-21[Serialization] Register identifiers in ahead and don't emit predefined declsChuanqi Xu4-46/+105
2024-06-21[clang] Add test for CWG2811 "Clarify "use" of main" (#96168)Vlad Serebrennikov4-4/+28
2024-06-21[clang] Implement CWG2877 "Type-only lookup for using-enum-declarator" (#95399)Vlad Serebrennikov8-35/+73
2024-06-21[clang] Cover CWG issues about `export template` (#94876)Vlad Serebrennikov4-17/+22
2024-06-21[AArch64] Fix up failing test that should have been caught by precommitSander de Smalen1-2/+2
2024-06-21[RISCV] Add Syntacore SCR3 processor definition (#95953)Anton Sidorenko2-4/+27
2024-06-21[NFC] Fix laod -> load typos. NFCDavid Green3-3/+3
2024-06-21[clang][test] Enable a commented-out test (#96195)Timm Baeder1-2/+1
2024-06-21[clang][Interp] Fix Descriptor::getElemQualType() for complex/vectorsTimm Bäder2-2/+18
2024-06-21[Clang][AArch64] Expose compatible SVE intrinsics with only +sme (#95787)Sander de Smalen228-6297/+8015
2024-06-20[Serialization] Use stable hash functionsFangrui Song3-7/+12
2024-06-20[Lex] Replace hash_combine with a stable hashFangrui Song1-3/+4
2024-06-20[Lex] HeaderSearchOptions: Remove unused hash_value overloadsFangrui Song1-10/+0
2024-06-21[X86]Add support for __outbyte/word/dword and __inbyte/word/dword (#93774)Malay Sanghi2-18/+53
2024-06-21[clang][dataflow] Add a callback run on the pre-transfer state. (#96140)martinboehme5-103/+239
2024-06-20[Driver] BuildOffloadingActions: Stabilize iteration orderFangrui Song1-0/+1
2024-06-21[RISCV] Make M imply Zmmul (#95070)Jianjian Guan2-13/+13
2024-06-21[C++20] [Modules] Reference all the possible declarations for ADLChuanqi Xu2-0/+129
2024-06-20[clang-cl][AST] Fix auto NTTP MSVC 1920+ mangling for pointer types (#92477)Max Winkler3-3/+98
2024-06-20[clang-format[NFC] Clean up AnnotatingParser::rParenEndsCast() (#96128)Owen Pan1-37/+46
2024-06-21[serialization] No transitive type change (#92511)Chuanqi Xu11-110/+217
2024-06-20[BoundsSafety][doc] Make it clear that the feature is work-in-progress (#95964)Yeoul Na2-36/+36
2024-06-20[ubsan] Display correct runtime messages for negative _BitInt (#93612)earnol1-5/+54