aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-06[𝘀𝗽𝗿] initial versionusers/arichardson/spr/compiler-rt-update-allsupportedarchdefscmake-for-freebsdAlex Richardson1-6/+21
2024-03-07[RISCV][NFC] Add helpers for RVV register classesWang Pengcheng2-15/+23
2024-03-06[compiler-rt] Only query llvm-config in the orc testsAlexander Richardson2-16/+12
2024-03-06[MSan] Pass -fsanitize-ignorelist to the instrumented libcxxabiAlexander Richardson1-1/+2
2024-03-06[lldb] Log module build remarks to types log too (#84260)Dave Lee1-1/+1
2024-03-07Add non-null check before accessing pointer (#83459)Martin Wehking1-0/+1
2024-03-06Reland "[llvm][Support] Add support for executing a detached process (#81708)...Connor Sughrue5-21/+128
2024-03-06[lldb] Extract getter function for experimental target properties (NFC) (#83504)Dave Lee2-17/+13
2024-03-06[lldb] Remove unused #includes in ClangModulesDeclVendor.cpp (#84262)Dave Lee1-8/+0
2024-03-07[gn build] Port 0083c3eb83bbLLVM GN Syncbot1-1/+0
2024-03-06Revert "[AMDGPU] Add AMDGPU specific variadic operation MCExprs" (#84273)Florian Mayer7-426/+0
2024-03-06Revert "Adding missing dependencies to BUILD.bazel" (#84251)mmilanifard1-3/+0
2024-03-06[lldb][test] iwyu for vfork testJordan Rupprecht1-0/+1
2024-03-06[test] Move pr73894.ll to AArch64 directory and update the target triple (#84...Cameron McInally1-1/+1
2024-03-07[X86] Change tuning of Sierraforest and Grandridge to more latest target (#84...Phoebe Wang1-4/+4
2024-03-07[clang][Sema] Skip the RequiresExprBodyDecls for lambda dependencies (#83997)Younan Zhang3-2/+81
2024-03-07[clang-tidy] bugprone-assert-side-effect can detect side effect from non-cons...Congcong Cai3-5/+43
2024-03-07[mlir][IR] Make `replaceOp` / `replaceAllUsesWith` API consistent (#82629)Matthias Springer8-115/+74
2024-03-06[ELF] Reject error-prone meta characters in input section descriptionFangrui Song2-10/+36
2024-03-06[clang][CUDA] Disable float128 diagnostics for device compilation (#83918)Pranav Kant3-2/+22
2024-03-06[lldb] Print mangled names with verbose break list (#84071)Felipe de Azevedo Piovezan2-1/+18
2024-03-06[HWASAN] Follow up for #83503 implement selective instrumentation (#83942)Kirill Stoimenov3-40/+86
2024-03-07[gn build] Port 6a39a714423bLLVM GN Syncbot1-1/+0
2024-03-07Revert "[clang-repl] Pass triple to IncrementalCompilerBuilder as explicit ar...Stefan Gränitz4-47/+6
2024-03-06[SCEV] Match both (-1)b + a and a + (-1)b as a - b (#84247)Philip Reames2-12/+22
2024-03-06[libc] Fix a typo in llvm_libc_ext.td. (#84259)lntue1-1/+1
2024-03-06[NFC] [scudo] remove DCHECK (#84255)Florian Mayer1-1/+0
2024-03-07[Clang] [AST] Resolve FIXME: Assign E to nullptr (#84229)AtariDreams1-1/+1
2024-03-06[AMDGPU] Make ds_bvh_stack_rtn_b32 depend on HasImageInsts, NFC (#84256)Changpeng Fang1-0/+1
2024-03-06[libc][stdfix] Add integer square root with fixed point output functions. (#8...lntue20-60/+491
2024-03-06AMDGPI: Rename HasExpOrExportInsts to HasExportInsts. NFC (#84252)Changpeng Fang4-7/+7
2024-03-06AMDGPU: Define a feature for v_dot4_f32_* instructions (#84248)Changpeng Fang7-10/+28
2024-03-06[mlir][bazel] Don't set MLIR_ENABLE_NVPTXCOMPILER on if_cuda_available. (#84238)Ingo Müller1-8/+3
2024-03-06[libc] Add max length argument to decimal to float (#84091)Michael Jones7-108/+418
2024-03-06[clang][test] Add test for incompatible cv-qualified reference types in conve...Duo Wang1-0/+9
2024-03-06[SCEV] Precommit test for widened signed induction variablesPhilip Reames1-0/+71
2024-03-06[MLIR] [Transforms] Let `transform.structured.convert_to_loops` return handle...lhunloh3-31/+101
2024-03-06Don't require a UUID in a .dwp file. (#83935)Greg Clayton2-1/+14
2024-03-06[gn build] Port bec2d105c7b8LLVM GN Syncbot1-0/+1
2024-03-06Adding missing dependencies to BUILD.bazel (#84235)mmilanifard1-0/+3
2024-03-06[test] Make two sanitize-coverage tests pass with glibc 2.39+Fangrui Song2-2/+6
2024-03-06[SCEV] Extend type hint in analysis output to all backedge kindsPhilip Reames58-324/+340
2024-03-06[AMDGPU] Make gfx11 vop2 disassembler tests use strict-whitespaceJoe Nash2-248/+248
2024-03-06[AMDGPU] Add AMDGPU specific variadic operation MCExprs (#82022)Janek van Oirschot7-0/+426
2024-03-06[LV] Use scalar CMP for active-lane-mask with scalar VF (#83902)Cameron McInally4-60/+168
2024-03-06[SCEV] Autogenerate more scev analysis check testsPhilip Reames9-33/+204
2024-03-06Revert "[libomptarget] Support BE ELF files in plugins-nextgen (#83976)"Ulrich Weigand4-85/+71
2024-03-06Revert "[libomptarget] Build plugins-nextgen for SystemZ (#83978)"Ulrich Weigand37-71/+9
2024-03-06Revert "[libomptarget] Fix CUDA plugin build regression"Ulrich Weigand1-1/+1
2024-03-06[VPlan] Remove unused OverrideAllowed arg from getVPValue (NFCI).Florian Hahn1-5/+3