summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-26[𝘀𝗽𝗿] initial versionusers/shawbyoung/spr/bolt-hash-based-function-matching-2shawbyoung
2024-06-25[libc][math] Implement double precision cos correctly rounded to all rounding...lntue
2024-06-25[libc][math][c23] Add MPFR exhaustive test for fmodf16 (#94656)OverMighty
2024-06-25[LLVM][MIR] Support parsing bfloat immediates in MIR parser (#96010)Stephen Chou
2024-06-25[SLP]Fix incorrect promotion of nodes before shuffling.Alexey Bataev
2024-06-25[llvm-dwp] Fix merging of debug_str_offsets with multiple contributions (#90461)Morten larsen
2024-06-25[ScheduleDAG] Remove obsolete VReg2SUnitMap. NFC (#96559)Björn Pettersson
2024-06-25__asan_register_elf_globals: properly check the "no instrumented global varia...Fangrui Song
2024-06-25[mlgo] add 2 new features whether caller/callee is `available_externally` (#9...Mircea Trofin
2024-06-25[SLP][NFC]Add a test with the incorrect casting of the sext/zext alternate no...Alexey Bataev
2024-06-25[clang][test] Avoid writing to a potentially write-protected dir (#96457)Karl-Johan Karlsson
2024-06-25Revert "[flang] Add basic -mtune support" (#96678)Tarun Prabhu
2024-06-25[BOLT][docs] Add Linux kernel optimization guide (#96669)Maksim Panchenko
2024-06-25XFAIL llvm/test/DebugInfo/attr-btf_type_tag.ll on AIX (#96677)Nivetha Kuruparan
2024-06-25[mlir][arith] Match folding of `arith.remf` to `llvm.frem` semantics (#96537)Felix Schneider
2024-06-25[Flang][OpenMP][MLIR] Fix common block mapping for regular and declare target...agozillon
2024-06-25Revert "[llvm] Use llvm::sort (NFC) (#96434)"Kazu Hirata
2024-06-25[LinkerWrapper][NFC] Simplify StringErrors (#96650)Joseph Huber
2024-06-25[lldb][LibCxx] Move incorrect nullptr check (#96635)Michael Buch
2024-06-25[C11] Remove WG14 N1537 from the status pageAaron Ballman
2024-06-25[flang] Add basic -mtune support (#95043)Alexis Perry-Holby
2024-06-25[WebAssembly] Implement trunc_sat and convert instructions for f16x8. (#95180)Brendan Dahl
2024-06-25[SelectionDAG] Lower llvm.ldexp.f32 to ldexp() on Windows. (#95301)Eli Friedman
2024-06-25[tsan] Lock/Unlock allocator and stacks on fork (#96600)Vitaly Buka
2024-06-25Reland [mlir][Target] Improve ROCDL gpu serialization API (#96198)Fabian Mora
2024-06-25[NVPTX] cap param alignment at 128 (max supported by ptx) (#96117)Alex MacLean
2024-06-25[nfc][tsan] Clang format includes (#96599)Vitaly Buka
2024-06-25[nfc][tsan] Better name for locking functions (#96598)Vitaly Buka
2024-06-25[libc][thumb] support syscalls from thumb mode (#96558)Nick Desaulniers (paternity leave)
2024-06-25[tsan] Test `__tsan_test_only_on_fork` only on Mac (#96597)Vitaly Buka
2024-06-25[C23] Move WG14 N2931 to the TS18661 sectionAaron Ballman
2024-06-25[AMDGPU] Disallow negative s_load offsets in isLegalAddressingMode (#91327)Jay Foad
2024-06-26[SLP] NFC. Refactor and add getAltInstrMask help function. (#94709)Han-Kuan Chen
2024-06-25[sanitizer] Rename DEFINE_REAL_PTHREAD_FUNCTIONS (#96527)Vitaly Buka
2024-06-25[clang-doc] Remove stdexecpt from clang-doc test (#96552)PeterChou1
2024-06-25[clang-doc] update install path to share/clang-doc instead of share/clang (#9...PeterChou1
2024-06-25[C23] Update status page regarding FLT_MAX_EXPAaron Ballman
2024-06-25[mlir] Drop outermost dims in slice rank reduction inference (#95020)Max191
2024-06-25[clang][Interp][NFC] Destroy InitMap when moving contents to DeadBlockTimm Bäder
2024-06-25[mlir][vector] Generalize folding of ext-contractionOp to other types. (#96593)Stanley Winata
2024-06-25[BPF] Avoid potential long compilation time without -g (#96575)yonghong-song
2024-06-25[libc][arm32] define argc type and stack alignment (#96367)Nick Desaulniers (paternity leave)
2024-06-25Reapply PR/87550 (again) (#95571)Vy Nguyen
2024-06-25[clang][Interp][NFC] Use delegate() to delegate to only initlist itemTimm Bäder
2024-06-25AMDGPU: Handle legal v2bf16 atomicrmw fadd for gfx12 (#95930)Matt Arsenault
2024-06-25[libc++] LWG3382: NTTP for `pair` and `array` (#85811)Jakub Mazurkiewicz
2024-06-25Add support for __builtin_verbose_trap (#79230)Akira Hatanaka
2024-06-25[libc++] Get the GCC build mostly clean of warnings (#96604)Nikolas Klauser
2024-06-25Revert "[𝘀𝗽𝗿] initial version"shawbyoung
2024-06-25[libc++] P3029R1: Better `mdspan`'s CTAD - `std::extents` (#89015)Xiaoyang Liu