aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-23[đ˜€đ—œđ—ż] changes introduced through rebaseusers/wangpc-pp/spr/main.riscvmc-add-experimental-support-of-zaamo-and-zalrscwangpc8-71/+92
2024-01-22[clang-format] Don't confuse initializer equal signs in for loops (#77712)Emilia Kond2-1/+15
2024-01-22[clang-repl] Fix PLT offset too large linker error on ARM (#78959)Stefan GrÀnitz1-0/+5
2024-01-22[clang-format][NFC] Unify token size tests to use ASSERT_EQEmilia Kond1-67/+67
2024-01-22[Sema] Add `-fvisibility-global-new-delete=` option (#75364)bd1976bris9-9/+157
2024-01-22[clang-format] Support of TableGen statements in unwrapped line parser (#78846)Hirofumi Nakamura2-1/+38
2024-01-22[X86] Add printElementBroadcast constant comments helper. NFC.Simon Pilgrim1-70/+65
2024-01-22[X86] Add printLaneBroadcast constant comments helper. NFC.Simon Pilgrim1-86/+72
2024-01-22[mlir] Fix -Wunused-variable in Barvinok.cpp (NFC)Jie Fu1-0/+2
2024-01-22[AArch64] Convert UADDV(add(zext, zext)) into UADDLV(concat). (#78301)Rin Dobrescu4-90/+179
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana DusĂ­kovĂĄ7-80/+325
2024-01-22[X86] Add printZeroUpperMove constant/shuffle comments helper. NFC.Simon Pilgrim1-78/+58
2024-01-22[X86] X86FixupVectorConstants.cpp - pull out rebuildConstant helper for futur...Simon Pilgrim1-24/+38
2024-01-22[hwasan] Update dbg.assign intrinsics in HWAsan pass (#78606)Orlando Cazalet-Hyams7-8/+214
2024-01-22[gn] port 03c19e91e8d8Nico Weber1-0/+1
2024-01-22[libcxx] Fix typo in parallel `for_each_n` test (#78954)Michael Schellenberger Costa1-3/+3
2024-01-22[RemoveDIs][DebugInfo] Add interface changes for AT analysis (#78460)Stephen Tozer4-57/+172
2024-01-22[JITLink][AArch32] Add GOT builder and implement R_ARM_GOT_PREL relocations f...Stefan GrÀnitz4-21/+124
2024-01-22[MTE] Disable all MTE protection of globals in sections (#78443)Mitch Phillips2-7/+27
2024-01-22[mlir][bazel] Fix BUILD after 9f7fff7f1391ea3bec394d8251b81cea92175cca.Christian Sigg1-0/+22
2024-01-22Fix an unused variable, NFC.Haojian Wu1-1/+0
2024-01-22[GlobalISel][AArch64] Combine Vector Reduction Add Long (#76241)chuongg310-312/+938
2024-01-22[llvm-jitlink] Use SmallVectorImpl when referencing StubInfos (NFC)Nikita Popov1-2/+2
2024-01-22[RISCV] Teach RISCVMergeBaseOffset to handle inline asm (#78945)Wang Pengcheng5-171/+193
2024-01-22[AMDGPU] Drop verify from SIMemoryLegalizer tests (#78697)Pierre van Houtryve27-273/+257
2024-01-22[mlir] Add `mlir_arm_runner_utils` library for use in integration tests (#78583)Benjamin Maxwell8-0/+220
2024-01-22[mlir][ArmSME] Add arith-to-arm-sme conversion pass (#78197)Cullen Rhodes18-114/+257
2024-01-22[GitHub][workflows] Run automation script with python3 (#78695)David Spickett3-6/+3
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior9-100/+89
2024-01-22[clang] Fix assertion failure with deleted overloaded unary operators (#78316)Mariya Podchishchaeva3-7/+61
2024-01-22Revert "[Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (...David Spickett6-156/+26
2024-01-22[clang][analyzer] Add function 'fscanf' to StreamChecker. (#78180)BalĂĄzs KĂ©ri3-0/+100
2024-01-22[MLIR][Presburger] Implement function to evaluate the number of terms in a ge...Abhinav2718289-6/+464
2024-01-22[LLVM][ADT] Explicitly convert size_t values to SmallVector's size type (#77939)Andrei Golubev2-7/+15
2024-01-22Enable direct methods and fast alloc calls for libobjc2. (#78030)David Chisnall3-27/+239
2024-01-22[AMDGPU][NFC] Update cache policy descriptions (#78768)Mirko BrkuĆĄanin1-24/+126
2024-01-22libclc: add missing AMD gfx symlinks (#78884)Zoltån Böszörményi1-11/+9
2024-01-22Revert "[Clang][Sema] Diagnose function/variable templates that shadow their ...Corentin Jabot3-24/+9
2024-01-22[OpenMP][OMPIRBuilder] Fix LLVM IR codegen for collapsed device loop (#78708)Dominik Adamski3-3/+87
2024-01-22[clang][dataflow] Treat comma operator correctly in `getResultObjectLocation(...martinboehme2-8/+23
2024-01-22[Thumb,test] Improve __stack_chk_guard testFangrui Song1-0/+149
2024-01-22[CodeGen][MachinePipeliner] Fix -Wpessimizing-move in MachinePipeliner.cpp (NFC)Jie Fu1-4/+4
2024-01-22[clang-tidy] Use llvm::any_of (NFC)Kazu Hirata1-1/+1
2024-01-22[Analysis] Use StringRef::ends_with_insensitive (NFC)Kazu Hirata1-1/+1
2024-01-22[llvm] Use MachineBasicBlock::succ_empty (NFC)Kazu Hirata2-2/+2
2024-01-22[lld] Use SmallString::operator std::string (NFC)Kazu Hirata7-9/+9
2024-01-22[CodeGen][MachinePipeliner] Limit register pressure when scheduling (#74807)Ryotaro KASUGA3-27/+801
2024-01-22[RISCV] Arrange RISCVFeatures.td into sections of related extensions. NFC (#7...Craig Topper1-274/+304
2024-01-22[MLIR][NVVM] Update cp.async.bulk Ops to use intrinsics (#78900)Durgadoss R3-25/+47
2024-01-22[MLIR][NVVM] Explicit Data Type for Output in `wgmma.mma_async` (#78713)Guray Ozen7-126/+135