aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-23[TLI] ReplaceWithVecLib pass uses CostModelusers/paschalis-mpeis/replace-with-veclib-uses-costmodelPaschalis Mpeis3-14/+71
2024-01-22True fixpoint algorithm in RS4GC (#75826)Petr Maj2-49/+79
2024-01-22[AArch64][GlobalISel] Legalize Shifts for Smaller/Larger Vectors (#78750)chuongg36-237/+412
2024-01-22[libc++] Ensure that std::expected has no tail padding (#69673)Jan Kokemüller20-401/+1201
2024-01-22Revert "[libc] `FPRep` builders return `FPRep` instead of raw `StorageType`" ...Guillaume Chatelet2-399/+365
2024-01-22[libc] `FPRep` builders return `FPRep` instead of raw `StorageType` (#78588)Guillaume Chatelet2-365/+399
2024-01-22[InstCombine] Try to fold trunc(shuffle(zext)) to just a shuffle (#78636)Alexey Bataev3-10/+17
2024-01-22[libc++][NFC] Remove trailing whitespace from release notesLouis Dionne1-1/+1
2024-01-22[UnrollAnalyzerTest] Remove dependency to pass managers (#78473)Björn Pettersson1-70/+45
2024-01-22Revert "[hwasan] Update dbg.assign intrinsics in HWAsan pass" (#78971)Orlando Cazalet-Hyams7-214/+8
2024-01-22[LLVM][CMake] Add ffi_static target for the FFI static library (#78779)Joseph Huber2-7/+20
2024-01-22[AArch64] Adding tests for shiftsTuan Chuong Goh1-0/+1015
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