aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-26[𝘀𝗽𝗿] initial versionusers/shawbyoung/spr/bolt-hash-based-function-matching-2shawbyoung6-14/+148
2024-06-25[libc][math] Implement double precision cos correctly rounded to all rounding...lntue15-174/+505
2024-06-25[libc][math][c23] Add MPFR exhaustive test for fmodf16 (#94656)OverMighty4-16/+174
2024-06-25[LLVM][MIR] Support parsing bfloat immediates in MIR parser (#96010)Stephen Chou4-0/+15
2024-06-25[SLP]Fix incorrect promotion of nodes before shuffling.Alexey Bataev2-13/+18
2024-06-25[llvm-dwp] Fix merging of debug_str_offsets with multiple contributions (#90461)Morten larsen3-9/+190
2024-06-25[ScheduleDAG] Remove obsolete VReg2SUnitMap. NFC (#96559)Björn Pettersson1-7/+0
2024-06-25__asan_register_elf_globals: properly check the "no instrumented global varia...Fangrui Song1-4/+4
2024-06-25[mlgo] add 2 new features whether caller/callee is `available_externally` (#9...Mircea Trofin4-1/+37
2024-06-25[SLP][NFC]Add a test with the incorrect casting of the sext/zext alternate no...Alexey Bataev1-0/+55
2024-06-25[clang][test] Avoid writing to a potentially write-protected dir (#96457)Karl-Johan Karlsson1-4/+6
2024-06-25Revert "[flang] Add basic -mtune support" (#96678)Tarun Prabhu26-160/+14
2024-06-25[BOLT][docs] Add Linux kernel optimization guide (#96669)Maksim Panchenko1-0/+120
2024-06-25XFAIL llvm/test/DebugInfo/attr-btf_type_tag.ll on AIX (#96677)Nivetha Kuruparan1-0/+1
2024-06-25[mlir][arith] Match folding of `arith.remf` to `llvm.frem` semantics (#96537)Felix Schneider3-3/+23
2024-06-25[Flang][OpenMP][MLIR] Fix common block mapping for regular and declare target...agozillon13-25/+703
2024-06-25Revert "[llvm] Use llvm::sort (NFC) (#96434)"Kazu Hirata15-41/+49
2024-06-25[LinkerWrapper][NFC] Simplify StringErrors (#96650)Joseph Huber1-32/+21
2024-06-25[lldb][LibCxx] Move incorrect nullptr check (#96635)Michael Buch1-1/+4
2024-06-25[C11] Remove WG14 N1537 from the status pageAaron Ballman1-5/+0
2024-06-25[flang] Add basic -mtune support (#95043)Alexis Perry-Holby26-14/+160
2024-06-25[WebAssembly] Implement trunc_sat and convert instructions for f16x8. (#95180)Brendan Dahl3-2/+59
2024-06-25[SelectionDAG] Lower llvm.ldexp.f32 to ldexp() on Windows. (#95301)Eli Friedman7-1238/+645
2024-06-25[tsan] Lock/Unlock allocator and stacks on fork (#96600)Vitaly Buka2-3/+10
2024-06-25Reland [mlir][Target] Improve ROCDL gpu serialization API (#96198)Fabian Mora3-151/+205
2024-06-25[NVPTX] cap param alignment at 128 (max supported by ptx) (#96117)Alex MacLean2-3/+19
2024-06-25[nfc][tsan] Clang format includes (#96599)Vitaly Buka1-3/+4
2024-06-25[nfc][tsan] Better name for locking functions (#96598)Vitaly Buka3-9/+10
2024-06-25[libc][thumb] support syscalls from thumb mode (#96558)Nick Desaulniers (paternity leave)1-7/+19
2024-06-25[tsan] Test `__tsan_test_only_on_fork` only on Mac (#96597)Vitaly Buka2-0/+4
2024-06-25[C23] Move WG14 N2931 to the TS18661 sectionAaron Ballman1-6/+5
2024-06-25[AMDGPU] Disallow negative s_load offsets in isLegalAddressingMode (#91327)Jay Foad2-27/+72
2024-06-26[SLP] NFC. Refactor and add getAltInstrMask help function. (#94709)Han-Kuan Chen1-15/+14
2024-06-25[sanitizer] Rename DEFINE_REAL_PTHREAD_FUNCTIONS (#96527)Vitaly Buka9-29/+29
2024-06-25[clang-doc] Remove stdexecpt from clang-doc test (#96552)PeterChou12-8/+4
2024-06-25[clang-doc] update install path to share/clang-doc instead of share/clang (#9...PeterChou12-3/+3
2024-06-25[C23] Update status page regarding FLT_MAX_EXPAaron Ballman1-1/+1
2024-06-25[mlir] Drop outermost dims in slice rank reduction inference (#95020)Max1913-10/+24
2024-06-25[clang][Interp][NFC] Destroy InitMap when moving contents to DeadBlockTimm Bäder1-1/+8
2024-06-25[mlir][vector] Generalize folding of ext-contractionOp to other types. (#96593)Stanley Winata2-3/+28
2024-06-25[BPF] Avoid potential long compilation time without -g (#96575)yonghong-song1-12/+12
2024-06-25[libc][arm32] define argc type and stack alignment (#96367)Nick Desaulniers (paternity leave)3-23/+8
2024-06-25Reapply PR/87550 (again) (#95571)Vy Nguyen7-13/+75
2024-06-25[clang][Interp][NFC] Use delegate() to delegate to only initlist itemTimm Bäder1-18/+4
2024-06-25AMDGPU: Handle legal v2bf16 atomicrmw fadd for gfx12 (#95930)Matt Arsenault5-142/+36
2024-06-25[libc++] LWG3382: NTTP for `pair` and `array` (#85811)Jakub Mazurkiewicz4-0/+322
2024-06-25Add support for __builtin_verbose_trap (#79230)Akira Hatanaka12-3/+296
2024-06-25[libc++] Get the GCC build mostly clean of warnings (#96604)Nikolas Klauser7-42/+48
2024-06-25Revert "[𝘀𝗽𝗿] initial version"shawbyoung5-138/+13
2024-06-25[libc++] P3029R1: Better `mdspan`'s CTAD - `std::extents` (#89015)Xiaoyang Liu2-2/+20