aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2 days[mlir][linalg] Add bufferization for `linalg.softmax`users/matthias-springer/linalg_softmax_bufferizeMatthias Springer2-0/+48
2 days[Support] Fix xxh3_128bits for Win32 builds after #95863Fangrui Song1-11/+0
2 days[ORC] Do not set CodeModel::Small in LLJITBuilder if JTMB already has a valueepitavy1-1/+2
2 days[InstCombine] Relax one-use requirement for add iN (sext i1 X), (sext i1 Y) -...AtariDreams2-13/+28
2 daysReapply "[CodeGen] Introduce `MachineDomTreeUpdater`" (#96846) (#96851)paperchalice10-510/+979
2 days[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov178-293/+313
2 days[ctx_prof] Type the stream parameter of PGOCtxProfWriter to match BitstreamWr...Mircea Trofin1-1/+1
2 days[RISCV][test] Precommit test for non-power-of-2 VLS type code genKito Cheng1-0/+149
2 days[RISCV] Add test for extending AVL live range across blocks. NFCLuke Lau1-0/+19
2 days[MC] Optimize getCurrentSectionOnly using CurFrag and make it non-nullableFangrui Song2-2/+4
2 days[MC] Remove nullable getCurrentSectionOnly use from AsmParserFangrui Song7-24/+24
2 daysDo not trigger UB during AffineExpr parsing. (#96896)Johannes Reifferscheid3-12/+84
2 days[MC] Replace one nullable getCurrentSectionOnly with CurFragFangrui Song2-3/+4
2 days[MC] switchSectionNoPrint: update CurFragFangrui Song5-11/+16
2 daysRevert "[Clang] Fix __is_trivially_equality_comparable returning true with in...Zequan Wu5-124/+65
2 days[RISCV] Rework zext.h handling for Zbkb again. (#96957)Craig Topper4-15/+35
2 days[RISCV] Fix formatting in RISCVFeatures.td. NFCCraig Topper1-1/+1
2 days[PAC][AArch64] Lower ptrauth constants in code (#96879)Daniil Kovalev27-37/+1222
2 days[ctx_prof] Remove `Buffer` field in PGOCtxProfWriterMircea Trofin1-1/+0
2 days[MC] Make changeSection privateFangrui Song2-9/+7
2 days[NFC][flang] Remove unused `converter` parameter. (#96854)Kareem Ergawy2-9/+6
2 days[MC] Remove unneeded nullness check from getOrCreateDataFragment. NFCFangrui Song1-1/+1
2 daysReapply "[CodeGen][NewPM] Port machine-branch-prob to new pass manager" (#968...paperchalice24-73/+184
2 days[MC] Cache current fragment in MCStreamerFangrui Song6-4/+16
2 days[MLIR][OpenMP] Lowering support for Order clause in SIMD directive (#96866)harishch42-5/+38
2 days[BOLT][Linux] Support ORC for alternative instructions (#96709)Maksim Panchenko4-8/+88
3 days[MC] Ensure subsections have a MCDataFragmentFangrui Song4-18/+18
3 days[RISCV] Remove unneeded code from RISCVPostRAExpandPseudo::expandMovImm. NFCCraig Topper1-4/+0
3 days[mlir][Linalg] use linalg.reduce to simplify the mergeReductions in partialRe...zhicong zhong2-53/+21
3 days[BOLT] Omit CFI state while printing functions without CFI (#96723)Maksim Panchenko4-9/+2
3 days[bazel] Port #96805 (#96988)Keith Smiley1-0/+1
3 days[BOLT][NFC] Move CallGraph from Passes to Core (#96922)shaw young18-31/+31
3 days[test][compiler-rt] Mark fork_deadlock.cpp UNSUPPORTEDArthur Eubanks1-0/+3
3 days[clang] [TargetCXXABI] Fix -Wextra-semi warning (NFC) (#96982)akirchhoff-modular1-1/+1
3 days[mlir] Fix -Wextra-semi warnings in generated code (NFC) (#96981)akirchhoff-modular1-1/+1
3 days[workflows] Fix release note request workflow (#94784)Tom Stellard3-3/+21
3 days[libc] Fix compilation errors that occur when building with GCC (#96976)OverMighty5-9/+10
3 days[RISCV] Fold processSingleLetterExtension/processMultiLetterExtension into RI...Craig Topper1-92/+42
3 days[flang] Fix runtime error messages for the MATMUL intrinsic (#96928)Pete Steinfeld1-5/+19
3 days[Clang] Fix __is_trivially_equality_comparable returning true with ineligebil...Nikolas Klauser5-65/+124
3 days[MLGO] Add ability to extract IR from bazel using aquery (#96964)Aiden Grossman3-2/+67
3 days[libc] Sort entrypoints alphabetically (#96955)Petr Hosek7-776/+774
3 days[OpenMP] Fix test omp_parallel_num_threads_list.c to require fewer threads. (...Terry Wilmarth1-14/+14
3 days[MLGO] Remove python-38 flag from tests (#96961)Aiden Grossman7-11/+6
3 days[clang-doc][NFC] Fix style guide violations in HTMLGenerator.cppPaul Kirth1-51/+50
3 daysReapply [clang-doc] Add --asset option to clang-doc (#96358)PeterChou19-37/+133
3 days[clang] Fix incomplete umbrella warnings when building clang modules (NFC) (#...Med Ismail Bennani1-7/+9
3 daysAMDGPU: Fix no return atomicrmw fadd v2f16 selection for gfx908 (#96948)Matt Arsenault5-126/+23
3 days[SLPVectorizer] Support SLPVectorizer cases of tan across all backends (#95517)Farzon Lotfi6-18/+43
3 days[libc][math][c23] Temporarily disable f16fma{,l,f128} on AArch64 (#96952)OverMighty1-9/+0