summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-30[LLDB][DWARF] Add an option to silence unsupported DW_FORM warningsusers/modular/24.5Walter Erquinigo
2024-08-25Revert "Enable logf128 constant folding for hosts with 128bit long double (#1...NAKAMURA Takumi
2024-08-24[Mips] Remove a trivial variable (NFC) (#105940)Kazu Hirata
2024-08-24[ARM] Add VECTOR_REG_CAST identity fold.David Green
2024-08-24[AArch64] Replace AND with LSL#2 for LDR target (#34101) (#89531)hanbeom
2024-08-24[clang-cl] [AST] Reapply #102848 Fix placeholder return type name mangling fo...Max Winkler
2024-08-24[ARM] Add a number of extra vmovimm tests for BE. NFCDavid Green
2024-08-25Update my emailQiu Chaofan
2024-08-24[IR] Modernize StructuralHashImpl (NFC) (#105951)Kazu Hirata
2024-08-24[DAG][RISCV] Use vp_reduce_fadd/fmul when widening types for FP reductions (#...Philip Reames
2024-08-24[llvm][NVPTX] Fix RAUW bug in NVPTXProxyRegErasure (#105871)Jeff Niu
2024-08-24[Target] Use llvm::replace (NFC) (#105942)Kazu Hirata
2024-08-24[libc++][test] Fix `msvc_is_lock_free_macro_value()` (#105876)Stephan T. Lavavej
2024-08-24Update Python requirements to fix more CVEs (#105853)Stephan T. Lavavej
2024-08-24[lit] Export env vars in script to avoid pruning (#105759)Keith Smiley
2024-08-24[Analysis] Copy-construct SmallVector (NFC) (#105911)Kazu Hirata
2024-08-24[ConstantFolding] Ensure TLI is valid when simplifying fp128 intrinsics.David Green
2024-08-24[VPlan] Wrap planContainsAdditionalSimplifications in NDEBUG (NFC)Florian Hahn
2024-08-24[RISCV] Don't move source if passthru already dominates in vmv.v.v peephole (...Luke Lau
2024-08-24[Tests] Attempt to fix PowerPC buildbots.David Green
2024-08-24[InstCombine] Update the `select` operand when the `cond` is `trunc` and has ...c8ef
2024-08-24[clang][bytecode][NFC] Add an additional assertion (#105927)Timm Baeder
2024-08-23[Clang] Overflow Pattern Exclusion - rename some patterns, enhance docs (#105...Justin Stitt
2024-08-23Revert ""Reland "[asan] Remove debug tracing from `report_globals` (#104404)"...Vitaly Buka
2024-08-24[clang][bytecode][NFC] Move test case to -verify=expected,both styleTimm Bäder
2024-08-24[clang][bytecode][NFC] Fix printing signed IntegralAP valuesTimm Bäder
2024-08-24[clang][bytecode] Fix IntegralAP::is{Positive,Negative} (#105924)Timm Baeder
2024-08-24[clang][bytecode][NFC] Move test to verify=expected,both styleTimm Bäder
2024-08-23[docs] Fix links in github user guide - graphite sectionMircea Trofin
2024-08-23[StableHash] Implement with xxh3_64bits (#105849)Kyungwoo Lee
2024-08-23[SandboxIR] Implement CleanupReturnInst (#105750)vporpo
2024-08-24[clang-format] Treat new expressions as simple functions (#105168)kadir çetinkaya
2024-08-24[include-cleaner] Turn new/delete usages to ambiguous references (#105844)kadir çetinkaya
2024-08-23Revert "[compiler-rt][nsan] Add support for nan detection" (#105909)Vitaly Buka
2024-08-23[IR] Inroduce ModuleToSummariesForIndexTy (NFC) (#105906)Kazu Hirata
2024-08-23[llvm] Use range-based for loops (NFC) (#105861)Kazu Hirata
2024-08-23Fix bot failures after PR #104867Mircea Trofin
2024-08-23[mlir][tensor] Add TilingInterface support for fusing tensor.pad (#105892)Quinn Dawkins
2024-08-23"Reland "[asan] Remove debug tracing from `report_globals` (#104404)" (#105895)Vitaly Buka
2024-08-23[SPIRV] Fix return type mismatch for createSPIRVEmitNonSemanticDIPass (#105889)Justin Bogner
2024-08-23[mlir][sparse] unify block arguments order between iterate/coiterate operatio...Peiming Liu
2024-08-23[compiler-rt][nsan] Add support for nan detection (#101531)pokeslow
2024-08-23[InstCombine] Fold `(x < y) ? -1 : zext(x > y)` and `(x > y) ? 1 : sext(x < y...Volodymyr Vasylkun
2024-08-23[Bitcode] Use DenseSet instead of std::set (NFC) (#105851)Kazu Hirata
2024-08-23[rtsan][compiler-rt] Prevent UB hang in rtsan lock unit tests (#104733)Chris Apple
2024-08-23[mlir][Transforms] Dialect conversion: Make materializations optional (#104668)Matthias Springer
2024-08-23[mlir][Linalg] Avoid doing op replacement in `linalg::dropUnitDims`. (#105749)MaheshRavishankar
2024-08-23[nfc][mlgo] Incrementally update DominatorTreeAnalysis in FunctionPropertiesA...Mircea Trofin
2024-08-23[GDBRemote] Fix processing of comma-separated memory region entries (#105873)Felipe de Azevedo Piovezan
2024-08-23[DirectX] Lower `@llvm.dx.handle.fromBinding` to DXIL opsJustin Bogner