aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-03[clang][test] add TestLanguage.def to specify all tested language versionsusers/5chmidti/specify_test_language_versions_in_def_fileJulian Schmidt12-149/+280
2024-06-03[mlir][spirv] Add integration tests for `vector.interleave` and `vector.shuff...Angel Zhang4-0/+161
2024-06-03[X86][AMX] Check also AMX register live out for copy lowering (#93692)Phoebe Wang2-12/+44
2024-06-03[AArch64] Remove SME/SVE uses of FMVDependencies (#93695)Tomas Matheson279-1220/+1220
2024-06-03Revert "[Reassociate] Drop weight reduction to fix issue 91417 (#91469)" (#94...Yingwei Zheng3-40/+115
2024-06-03[Driver] Remove a bunch of unnecessary REQUIRES constraints (#94055)Paul T Robinson133-293/+8
2024-06-03[Clang] Fix crash on improper use of `__array_extent` (#94173)Oleksandr T3-0/+9
2024-06-03[Attributor] Remove unused metadata checks from liveness testsSimon Pilgrim2-6/+0
2024-06-03[GlobalMerge] Add MinSize feature to the GlobalMerge Pass. (#93686)Michael Maitland5-1/+160
2024-06-03[Tests] Move some tests from Assembler to InstSimplify (NFC)Nikita Popov2-44/+100
2024-06-03[SPIR-V] Fix legalize info for G_BITREVERSE (#93699)Vyacheslav Levytskyy3-1/+27
2024-06-03[clangd] Allow "move function body out-of-line" in non-header files (#69704)Christian Kandeler2-59/+164
2024-06-03[Tests] Move test from Assembler to InstSimplify (NFC)Nikita Popov2-9/+11
2024-06-03[AArch64] Generate test checks (NFC)Nikita Popov1-15/+12
2024-06-03[clang] Make sure all C++ DR tests are running with `-pedantic-errors` (#94203)Vlad Serebrennikov4-28/+28
2024-06-03[PatternMatch] Do not match constant expression truncNikita Popov2-3/+17
2024-06-03[SCEV] Preserve flags in SCEVLoopGuardRewriter for add and mul. (#91472)Florian Hahn3-11/+59
2024-06-03[clang][analyzer] Move unix.BlockInCriticalSection out of alpha (#93815)Endre Fülöp8-83/+53
2024-06-03[TableGen] CodeGenIntrinsic - pass DefaultProperties as ArrayRef instead of s...Simon Pilgrim2-4/+5
2024-06-03remove goma support from clang (#93942)Takuto Ikuta2-4/+2
2024-06-03[mlir][emitc] Lower arith.andi, arith.ori, arith.xori to EmitCCorentin Ferry2-0/+101
2024-06-03[symbolizer] Empty string is not an error (#92660)Serge Pavlov2-4/+10
2024-06-03Revert "[serialization] no transitive decl change (#92083)"Chuanqi Xu12-283/+147
2024-06-03[RISCV] Match strided vector bases in RISCVGatherScatterLowering (#93972)Luke Lau2-9/+24
2024-06-03[llvm] Replace deprecated aligned_storage with aligned byte array (#94169)Marc Auberer2-6/+4
2024-06-03[clang] Add tests for some CWG issues from 2024-05-31 telecon (#94167)Vlad Serebrennikov2-12/+93
2024-06-03[gn build] Port 8918d35dbde1LLVM GN Syncbot1-0/+1
2024-06-03[SPIR-V] Add pass to merge convergence region exit targets (#92531)Nathan Gauër10-1/+641
2024-06-03[flang] Emit `argNo` debug info only for `func` block args (#93921)Kareem Ergawy5-14/+32
2024-06-03[RISCV] Remove experimental from Zabha (#93831)AlexGhiti12-40/+39
2024-06-03[lldb] s/assertEquals/assertEqual in TestDAP_variables_childrenPavel Labath1-1/+1
2024-06-03[lldb][test] Fix D lang mangling test on Windows (#94196)David Spickett1-4/+11
2024-06-03[lldb][test] Add missing import in D lang mangling testDavid Spickett1-0/+1
2024-06-03[flang][OpenMP][NFC] Reduce FunctionFiltering pass boilerplate (#93951)Tom Eccles4-8/+2
2024-06-03[clang][Modules] Move `ASTSourceDescriptor` into its own file (#67930)David Stone11-45/+105
2024-06-03[lldb][test] Skip D lang mangling test on WindowsDavid Spickett1-0/+1
2024-06-03[lldb] Avoid (unlimited) GetNumChildren calls when printing values (#93946)Pavel Labath4-17/+46
2024-06-03[SPIR-V] Validate type of the last parameter of OpGroupWaitEvents (#93661)Vyacheslav Levytskyy2-26/+101
2024-06-03[ARM] Convert vector fdiv+fcvt fixed-point combine to fmul.David Green2-60/+113
2024-06-03[AArch64] Avoid NEON ORR when NEON and SVE are unavailable (#93940)Sander de Smalen4-16/+28
2024-06-03[serialization] no transitive decl change (#92083)Chuanqi Xu12-147/+283
2024-06-03[libc++][test] Mark `optional` test functions as `TEST_CONSTEXPR_CXX20` (#94172)Stephan T. Lavavej2-24/+22
2024-06-03[clang-format][doc] Minor cleanupOwen Pan2-3/+4
2024-06-03[AArch64] Add a test for converting fdiv by constant to fmul. NFCDavid Green1-0/+150
2024-06-03[NFC] [C++20] [Modules] [Reduced BMI] Reorder Emitting reduced BMI and normal...Chuanqi Xu1-3/+4
2024-06-03[bazel]: port for the libc change 142afde0eba4940f2b331274e9a3535fee960f35Haojian Wu1-0/+34
2024-06-03[ARM] Rewrite vdiv_combine.ll test. NFCDavid Green1-95/+297
2024-06-03[C++20] [Modules] [Reduced BMI] Handling Deduction Guide in reduced BMIChuanqi Xu2-1/+147
2024-06-03[clang][dataflow] Rewrite `getReferencedDecls()` with a `RecursiveASTVisitor`...martinboehme3-90/+108
2024-06-03[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)David Stone10-12/+9