summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-07Triple: Record default exception handling typeusers/arsenm/triple/track-default-exception-handling-typeMatt Arsenault
2025-07-07RuntimeLibcalls: Account for Triple default exception handlingMatt Arsenault
2025-07-07AArch64: Fix some missing llvm.frexp test coverage (#146691)Matt Arsenault
2025-07-07ARM: Add missing test coverage for windows frexp libcalls (#146690)Matt Arsenault
2025-07-07[mlir] Use `llvm::fill` instead of `std::fill`(NFC) (#146889)Longsheng Mou
2025-07-07[mlir] Fix Wparentheses warning (#146893)Longsheng Mou
2025-07-07WebAssembly: Stop changing MCAsmInfo's ExceptionsType based on flags (#146343)Matt Arsenault
2025-07-06MCAssembler: Merge fragmentNeedsRelaxation into relaxInstructionFangrui Song
2025-07-07[NFC][libclc] Rename __CLC_FUNCTION to either FUNCTION or __IMPL_FUNCTION (#1...Wenju He
2025-07-06LoongArch: Remove unused relaxInstructionFangrui Song
2025-07-06MCA: Remove unused MABFangrui Song
2025-07-06MCAsmBackend: Use assert for unreachable relaxInstruction dump codeFangrui Song
2025-07-06M68k: Simplify relaxation code and reduce MCInst usesFangrui Song
2025-07-06MCA: Remove relaxInstruction callFangrui Song
2025-07-06MCAsmBackend: Remove redundant relaxInstruction overridesFangrui Song
2025-07-06[Bitcode][NFC] Add abbrev for FUNC_CODE_DEBUG_LOC (#147211)Jeremy Morse
2025-07-06[clang-format][NFC] Replace size() with empty() (#147164)Owen Pan
2025-07-06[VPlan] Replace RdxDesc with RecurKind in VPReductionPHIRecipe (NFC). (#142322)Florian Hahn
2025-07-06[LV] Add tests where LCSSA phis could be re-used during SCEV expansion.Florian Hahn
2025-07-06[VPlan] Use VPReductionPHIRecipe::isOrdered instead of CM (NFC).Florian Hahn
2025-07-06X86MCCodeEmitter: Work around gcc/value-range.cc bug in GCC 13.3.0Fangrui Song
2025-07-06[LV] Add LVL::getRecurrenceDescriptor (NFC).Florian Hahn
2025-07-06[LV] Remove AddedAnyChecks, check directly instead (NFC).Florian Hahn
2025-07-06[clang][bytecode] Fix APValue generation for RValueReferenceType (#147207)Timm Baeder
2025-07-06[NFC] Add `_LOWLEVEL_` before dwarf low-level library header guards (#147172)AmirHossein PashaeeHir
2025-07-06[DebugInfo] [DWARF] Fix C to CMake comment (#147199)Guy David
2025-07-06[LLD] Fix crash on parsing ':ALIGN' in linker script (#146723)Parth
2025-07-06[clang][bytecode] Fix visiting for-range loop variable (#147188)Timm Baeder
2025-07-06[AArch64] Add lrint and lround costmodel tests. NFCDavid Green
2025-07-06[libc++] P2655R3 common_reference_t of reference_wrapper Should Be a Referenc...Hui
2025-07-06[AArch64] Add ldexp cost-model tests. NFCDavid Green
2025-07-06[clang][bytecode] Fix a crash in overflow builtins (#147189)Timm Baeder
2025-07-06[clang][bytecode] Misc union fixes (#146824)Timm Baeder
2025-07-06[clang-tidy] Fix false positives with template in `misc-unconventional-assign...flovent
2025-07-06[libc][NFC] Fix func name in comment. (#147183)Connector Switch
2025-07-06[libc++] LWG 3987 provide iterator.range access from flat_{map,set} (#137524)Hui
2025-07-06[MLIR] Add support for IntArrayProp<I32Prop> (#146685)Mehdi Amini
2025-07-06[PowerPC] fp-branch.ll - regenerate checksSimon Pilgrim
2025-07-06[libc++][doc][NFC] update release notes on P3372R3 (#147161)Hui
2025-07-06[libc++] fix atomic::wait memory order (#146267)Hui
2025-07-06[DAG] foldABSToABD - fallback to value tracking if the (ABS (SUB LHS, RHS)) o...Simon Pilgrim
2025-07-05MC: Eliminate redundant fragment relaxationFangrui Song
2025-07-05MC: Remove unneeded MCFixupKind castsFangrui Song
2025-07-05MCFixup: Make MCFixupKind a type aliasFangrui Song
2025-07-05[clang-format] Propagate `LeadingEmptyLinesAffected` when joining lines (#146...Eric Li
2025-07-05[MLIR][MemRef]-Add basic folding for memref ViewOp (#146237)Amir Bishara
2025-07-05MCAsmBackend: Reduce FK_NONE usesFangrui Song
2025-07-05[clang][bytecode] Narrow allocated single-array Pointer (#147160)Timm Baeder
2025-07-05[InstCombine] Add tests for moving exts across identity shuffles.Florian Hahn
2025-07-05[Hexagon] Use range-based for loops (NFC) (#147157)Kazu Hirata