summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [TLI] ReplaceWithVecLib pass uses CostModelupstream/users/paschalis-mpeis/replace-with-veclib-uses-costmodelPaschalis Mpeis2024-01-233-14/+71
* True fixpoint algorithm in RS4GC (#75826)Petr Maj2024-01-222-49/+79
* [AArch64][GlobalISel] Legalize Shifts for Smaller/Larger Vectors (#78750)chuongg32024-01-226-237/+412
* [libc++] Ensure that std::expected has no tail padding (#69673)Jan Kokemüller2024-01-2220-401/+1201
* Revert "[libc] `FPRep` builders return `FPRep` instead of raw `StorageType`" ...Guillaume Chatelet2024-01-222-399/+365
* [libc] `FPRep` builders return `FPRep` instead of raw `StorageType` (#78588)Guillaume Chatelet2024-01-222-365/+399
* [InstCombine] Try to fold trunc(shuffle(zext)) to just a shuffle (#78636)Alexey Bataev2024-01-223-10/+17
* [libc++][NFC] Remove trailing whitespace from release notesLouis Dionne2024-01-221-1/+1
* [UnrollAnalyzerTest] Remove dependency to pass managers (#78473)Björn Pettersson2024-01-221-70/+45
* Revert "[hwasan] Update dbg.assign intrinsics in HWAsan pass" (#78971)Orlando Cazalet-Hyams2024-01-227-214/+8
* [LLVM][CMake] Add ffi_static target for the FFI static library (#78779)Joseph Huber2024-01-222-7/+20
* [AArch64] Adding tests for shiftsTuan Chuong Goh2024-01-221-0/+1015
* [clang-format] Don't confuse initializer equal signs in for loops (#77712)Emilia Kond2024-01-222-1/+15
* [clang-repl] Fix PLT offset too large linker error on ARM (#78959)Stefan Gränitz2024-01-221-0/+5
* [clang-format][NFC] Unify token size tests to use ASSERT_EQEmilia Kond2024-01-221-67/+67
* [Sema] Add `-fvisibility-global-new-delete=` option (#75364)bd1976bris2024-01-229-9/+157
* [clang-format] Support of TableGen statements in unwrapped line parser (#78846)Hirofumi Nakamura2024-01-222-1/+38
* [X86] Add printElementBroadcast constant comments helper. NFC.Simon Pilgrim2024-01-221-70/+65
* [X86] Add printLaneBroadcast constant comments helper. NFC.Simon Pilgrim2024-01-221-86/+72
* [mlir] Fix -Wunused-variable in Barvinok.cpp (NFC)Jie Fu2024-01-221-0/+2
* [AArch64] Convert UADDV(add(zext, zext)) into UADDLV(concat). (#78301)Rin Dobrescu2024-01-224-90/+179
* [coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková2024-01-227-80/+325
* [X86] Add printZeroUpperMove constant/shuffle comments helper. NFC.Simon Pilgrim2024-01-221-78/+58
* [X86] X86FixupVectorConstants.cpp - pull out rebuildConstant helper for futur...Simon Pilgrim2024-01-221-24/+38
* [hwasan] Update dbg.assign intrinsics in HWAsan pass (#78606)Orlando Cazalet-Hyams2024-01-227-8/+214
* [gn] port 03c19e91e8d8Nico Weber2024-01-221-0/+1
* [libcxx] Fix typo in parallel `for_each_n` test (#78954)Michael Schellenberger Costa2024-01-221-3/+3
* [RemoveDIs][DebugInfo] Add interface changes for AT analysis (#78460)Stephen Tozer2024-01-224-57/+172
* [JITLink][AArch32] Add GOT builder and implement R_ARM_GOT_PREL relocations f...Stefan Gränitz2024-01-224-21/+124
* [MTE] Disable all MTE protection of globals in sections (#78443)Mitch Phillips2024-01-222-7/+27
* [mlir][bazel] Fix BUILD after 9f7fff7f1391ea3bec394d8251b81cea92175cca.Christian Sigg2024-01-221-0/+22
* Fix an unused variable, NFC.Haojian Wu2024-01-221-1/+0
* [GlobalISel][AArch64] Combine Vector Reduction Add Long (#76241)chuongg32024-01-2210-312/+938
* [llvm-jitlink] Use SmallVectorImpl when referencing StubInfos (NFC)Nikita Popov2024-01-221-2/+2
* [RISCV] Teach RISCVMergeBaseOffset to handle inline asm (#78945)Wang Pengcheng2024-01-225-171/+193
* [AMDGPU] Drop verify from SIMemoryLegalizer tests (#78697)Pierre van Houtryve2024-01-2227-273/+257
* [mlir] Add `mlir_arm_runner_utils` library for use in integration tests (#78583)Benjamin Maxwell2024-01-228-0/+220
* [mlir][ArmSME] Add arith-to-arm-sme conversion pass (#78197)Cullen Rhodes2024-01-2218-114/+257
* [GitHub][workflows] Run automation script with python3 (#78695)David Spickett2024-01-223-6/+3
* [lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior2024-01-229-100/+89
* [clang] Fix assertion failure with deleted overloaded unary operators (#78316)Mariya Podchishchaeva2024-01-223-7/+61
* Revert "[Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (...David Spickett2024-01-226-156/+26
* [clang][analyzer] Add function 'fscanf' to StreamChecker. (#78180)Balázs Kéri2024-01-223-0/+100
* [MLIR][Presburger] Implement function to evaluate the number of terms in a ge...Abhinav2718282024-01-229-6/+464
* [LLVM][ADT] Explicitly convert size_t values to SmallVector's size type (#77939)Andrei Golubev2024-01-222-7/+15
* Enable direct methods and fast alloc calls for libobjc2. (#78030)David Chisnall2024-01-223-27/+239
* [AMDGPU][NFC] Update cache policy descriptions (#78768)Mirko Brkušanin2024-01-221-24/+126
* libclc: add missing AMD gfx symlinks (#78884)Zoltán Böszörményi2024-01-221-11/+9
* Revert "[Clang][Sema] Diagnose function/variable templates that shadow their ...Corentin Jabot2024-01-223-24/+9
* [OpenMP][OMPIRBuilder] Fix LLVM IR codegen for collapsed device loop (#78708)Dominik Adamski2024-01-223-3/+87