- 6785c40 ValueTracking: Avoid calling computeKnownFPClass on matched constant (#173248) by Matt Arsenault · 73 minutes ago main master upstream/main
- ee1bac8 [VPlan] Support binary add/sub in getSCEVExprForVPValue. (NFCI) by Florian Hahn · 74 minutes ago
- 5020e0f ValueTracking: Improve computeKnownFPClass fmul handling (#173247) by Matt Arsenault · 2 hours ago
- 2568ec6 [SLP]Recalculate dependencies for all cleared entries by Alexey Bataev · 2 hours ago
- 08b1403 ValueTracking: Add baseline tests for fmul computeKnownFPClass (#173246) by Matt Arsenault · 3 hours ago
- 1eea638 [clang][NFC] Use constructor instead of factory function in `CFGStmtMap` (#172530) by David Stone · 4 hours ago
- cdac67d [clang][NFC] Make `CFGStmtMap` `const`-correct (#172529) by David Stone · 5 hours ago
- f702ee6 [NewPM][X86] Port X86ExpandPseudo to NPM (#173463) by Aiden Grossman · 5 hours ago
- 1ef7348 [clang][NFC] In `CFGStmtMap`, do not use a `void *` data member, just use the object directly (#172528) by David Stone · 5 hours ago
- f64bc98 [mlir][acc] Add ACCIfClauseLowering pass (#173447) by Razvan Lupusoru · 7 hours ago
- df87e19 [SLP]Do not vectorize buildvector tree will scalars in first node, which should remain scalars by Alexey Bataev · 10 hours ago
- baa4983 [AArch64] Support lowering v4i16/f16 VECTOR_COMPRESS nodes to SVE (#173256) by Benjamin Maxwell · 10 hours ago
- e3c2e6c [mlir][scf] Fold away `scf.for` iter args cycles (#173436) by Ivan Butygin · 10 hours ago
- 0812f41 [clang-format] Don't crash on incomplete template declaration (#173433) by Björn Schäpers · 11 hours ago
- 98be349 [MLIR] quick fix errors introduced in #173228 (#173474) by Sergio Sánchez Ramírez · 11 hours ago
- e903f68 [BOLT][Docs] Add instructions to run all tests. (#172847) by Paschalis Mpeis · 12 hours ago
- 18127cc [InstCombine][X86] Try to convert BLENDV(X,Y,SHL()) -> SELECT(ICMP_SGT(0,SHL()),Y,X) (#173389) by Simon Pilgrim · 12 hours ago
- dddd244 [mlir] Using `getDefiningOp<OpTy>()` instead of `dyn_cast_or_null<OpTy>(getDefiningOp())` (NFC) (#173445) by Longsheng Mou · 13 hours ago
- 5154a05 [mlir][tensor] Add ValueBoundsOpInterface for ExpandShapeOp and CollapseShapeOp (#173356) by Zhewen Yu · 13 hours ago
- fcd9235 [Clang] Remove 't' from __builtin_amdgcn_flat_atomic_fadd_f32/f64 (#173381) by Juan Manuel Martinez Caamaño · 13 hours ago
- 85ec904 [ELF] Include sharded relocations in RelocationBaseSection::getSize by Jessica Clarke · 13 hours ago
- b8f1326 [NFC][ELF] Move mergeRels/partitionRels into finalizeContents by Jessica Clarke · 13 hours ago
- 657e8d0 [LLVM][CodeGen][SVE] Fix CCValAssign::Indirect assert to allow all scalable types. (#173372) by Paul Walker · 13 hours ago
- 6edfda1 [NFC][ELF][AArch64][MTE] Don't duplicate addRelativeReloc call for MTE globals by Jessica Clarke · 13 hours ago
- 67727a6 [NFC][ELF] Abstract RelrBaseSection more like RelocationBaseSection by Jessica Clarke · 13 hours ago
- d48eb71 [NFC][ELF] Don't reimplement addReloc in GotSection::addConstant by Jessica Clarke · 13 hours ago
- 7e9f52c [NFC][ELF] Use InputSectionBase::addReloc in addRelativeReloc by Jessica Clarke · 13 hours ago
- 643c5c0 [mlir][Transforms][NFC] Improve debug output of `-remove-dead-values` (#173468) by Matthias Springer · 14 hours ago
- 2d6b1b1 [MLIR] add C-API bindings for complex dialect (#173228) by Sergio Sánchez Ramírez · 15 hours ago
- c0f4a8a [clang][bytecode] Fix incorrect handling of arithmetic on string literals (#173212) by Oliver Hunt · 16 hours ago
- 5be1d4b [ORC] Fix ReOptimizeLayer buggy jit-dispatch signature in fa7f7a4cab4. (#173457) by Lang Hames · 16 hours ago
- d2af817 [clang-tidy] Give clear instruction when duplicates are detected in `check_alphabetical_order.py` (#173465) by mitchell · 16 hours ago
- 4c9d1bd [libc++] Implement P3836R2: Make `optional<T&>` trivially copyable (#171528) by William Tran-Viet · 16 hours ago
- 4ecca39 [clang][bytecode] Use record layout in `Pointer::computeOffsetForComparison()` (#172322) by Timm Baeder · 17 hours ago
- 16ef979 [NFC][MLIR][NVVM] Add class for Ops which lower to LLVM intrinsics (#172649) by Srinivasa Ravi · 18 hours ago
- 10d6a02 [libc] Add stub pthread_attr_getschedparam / pthread_attr_setschedparam (#173440) by Roland McGrath · 20 hours ago
- 8c5a0f7 [llvm][RISCV] Support Zvfofp8min llvm intrinsics and codegen (#172585) by Brandon Wu · 21 hours ago
- 75a9ffd [flang][NFC] Fixed a merge artifact in Intrinsics.md (#173443) by Eugene Epshteyn · 21 hours ago
- 6f4ddf9 [BOLT][NFC] Split up StaleProfileMatching::matchWeights (#165492) by Amir Ayupov · 21 hours ago
- 458bc63 Fix bazel build for 51253b3 (#173437) by Emilio Cota · 22 hours ago
- 1cbff54 [RISCV] Pre-commit RVV instructions to the Ands45 scheduling model and tests (#171954) by Jim Lin · 22 hours ago
- 520ba7d [RISCV] Mark the Xqci Qualcomm uC Vendor Extension as non-experimental (#173331) by Sudharsan Veeravalli · 23 hours ago
- f0597e1 [AMDGPU][GlobalISel] Add RegBankLegalize support for G_AMDGPU_FMED3 (#173085) by vangthao95 · 23 hours ago
- f88e589b [lldb] Add Python 3.8 compatibility for lldbtest.py (#173392) by Ebuka Ezike · 23 hours ago
- 9b020dd [lld][WebAssembly] Don't export deps for unused stub symbols (#173422) by Heejin Ahn · 23 hours ago
- 82d0ec9 [flang] improve compatibility with mingw headers (#172041) by Jameson Nash · 23 hours ago
- 575d200 [ConstantFolding] Add edge cases for llvm.log{,2,10} (#173304) by Stefan Weigl-Bosker · 25 hours ago
- 51253b3 [mlir][acc] Add ACCSpecializeForDevice and ACCSpecializeForHost passes (#173407) by Razvan Lupusoru · 25 hours ago
- 9afbcde [mlir][amdgpu] Fix `gather_to_lds` for 0d memrefs (#173421) by Ivan Butygin · 25 hours ago
- 80ca636 [SLP][NFC]Add a floating point test with potentially copyable operands, NFC by Alexey Bataev · 26 hours ago
- 1f331e4 [VPlan] Only use isAddressSCEVForCost in getAddressAccessSCEV (NFC) by Florian Hahn · 26 hours ago
- fa7f7a4 [ORC] Pass JITDispatchHandler argument buffers as WrapperFunctionBuffer. (#173334) by Lang Hames · 26 hours ago
- f4ded95 [RISCV] Support srx/slx for P extension. (#173225) by Craig Topper · 26 hours ago
- ed9bc1c [Fuzzer] Mark test as unsupported on Windows by Aiden Grossman · 27 hours ago
- 2ad7a8f [ProfCheck] Exclude merge functions test by Aiden Grossman · 27 hours ago
- ec1a65f [DAGCombiner] Relax nsz constraint with fp->int->fp optimizations (#164503) by Guy David · 27 hours ago
- 1bcf740 [clang-tidy] Merge `ClangTidyModuleRegistry.h` into `ClangTidyModule.h` (#173231) by Victor Chernyakin · 27 hours ago
- 57683c6 [clang-tools-extra] Remove use of REQUIRES: shell (#173313) by Aiden Grossman · 27 hours ago
- dab4ad7 [AMDGPU][GlobalISel] Add RegBankLegalize mul24 and fmul.legacy (#173123) by vangthao95 · 28 hours ago
- ac602d8 [DirectX] Disallow ElementIndex for raw buffer accesses (#173320) by Justin Bogner · 28 hours ago
- 7bad288 [clang-tidy][NFC] Prefer `static constexpr` over `static const` where possible (#173406) by Victor Chernyakin · 28 hours ago
- bf93286 [compiler-rt] Remove REQUIRES: shell lines (#173338) by Aiden Grossman · 28 hours ago
- 4e44e87 [X86] Add tests showing failure to concat fma chain which share concatenated operands (#173403) by Simon Pilgrim · 29 hours ago
- 67f2a22 InstCombine: Add baseline test for canonicalize SimplifyDemandedFPClass (#173188) by Matt Arsenault · 30 hours ago
- 91a9f65 [libc] add missing header to alloc-checker (#173400) by Kyungtak Woo · 30 hours ago
- 1cb9903 [DAGCombiner] Extend fp->int->fp optimizations to include clamping (#164502) by Guy David · 30 hours ago
- b45602e [Github] Delete issue-write-test workflow (#173404) by Aiden Grossman · 30 hours ago
- a666d1f Fixed build with C++20 standard (#169772) by Vedran Miletić · 30 hours ago
- 1ab9889 [APINotes] Avoid duplicate attributes when fields instantiate class templates (#173386) by Susana Monteiro · 30 hours ago
- 634eb7e [NFC] Constify IdentifierInfo (#173266) by Akira Hatanaka · 31 hours ago
- 7d7d063 AMDGPU: Stop requiring afn for f32 rsq formation (#172082) by Matt Arsenault · 31 hours ago
- 6669392 [lldb] Improve detection of the readline backend (#173379) by Ebuka Ezike · 31 hours ago
- 32236ed [libc++][ranges] Applied `[[nodiscard]]` to `empty_view` (#173215) by Hristo Hristov · 31 hours ago
- b988d41 [libc++][ranges] Applied `[[nodiscard]]` to `drop_while_view` (#173211) by Hristo Hristov · 31 hours ago
- 29d7b4c [libc++][ranges] Applied `[[nodiscard]]` to `chunk_by_view ` (#173178) by Hristo Hristov · 31 hours ago
- b6bf708 [libc++][ranges] Applied `[[nodiscard]]` to `common_view` (#173176) by Hristo Hristov · 31 hours ago
- c15a73e [libc++][ranges] Applied `[[nodiscard]]` to `as_rvalue_view` (#173145) by Hristo Hristov · 31 hours ago
- cbcda2d [libc++] Applied `[[nodiscard]]` to more Language Support classes (#171078) by Hristo Hristov · 31 hours ago
- 66f48a7 [libc++][regex] Applied `[[nodiscard]]` (#170974) by Hristo Hristov · 31 hours ago
- 869b44d [MLIR][Linalg] Use Top-Down traversal to safely optimize multi-use producer fusion (#172216) by Miloš Poletanović · 32 hours ago
- 1298b3b [flang][OpenMP] Order Unparse functions for OpenMP classes, NFC (#173391) by Krzysztof Parzyszek · 32 hours ago
- 1478422 [GlobalISel][AArch64] Add support for sli/sri intrinsics (#173364) by Joshua Rodriguez · 32 hours ago
- 6086d79 [SPIRV] Fix recently introduced test case that depends on assertions. (#173388) by Manuel Carrasco · 33 hours ago
- f788216 [libc++][docs] Mark P2786R13 and P3920R0 "Nothing To Do" (#173348) by A. Jiang · 33 hours ago
- 3a4eff5 [X86] Add instcombine tests showing potential to fold shifted blendv masks into regular cmp+select sequences (#173383) by Simon Pilgrim · 33 hours ago
- ae7c3f43 [bazel] Update bazel rules after moving passplugin to llvm/passes (#173308) by Kyungtak Woo · 33 hours ago
- 9c0bf3d [BOLT] Add Dockerfile for testing (#173066) by Paschalis Mpeis · 33 hours ago
- 6a7d550 [flang][NFC] Strip trailing whitespace from markdown files (2 of 2) by Tarun Prabhu · 33 hours ago
- a3c8b09 [lldb][NFC] Assert ASTNodeUPs and pass ASTNodes by reference in DIL (#173240) by Ilia Kuklin · 34 hours ago
- 6ac8004 clang/HIP: Remove deprecated rcp pseudo-intrinsics (#171123) by Matt Arsenault · 34 hours ago
- 619e984 [clang-format] Align multi-line expressions (#173152) by sstwcw · 34 hours ago
- 8290134 [X86] EmitX86BuiltinExpr - attempt to convert SSE41/AVX1 roundps/d/ss/sd builtins to regular rounding modes (#171227) by Gergo Stomfai · 35 hours ago
- 2ebe16c [X86] combineSelect - relax "vselect (X & C == 0), LHS, RHS" --> "vselect (X & C != 0), RHS, LHS" type limitation (#173366) by Simon Pilgrim · 35 hours ago
- 125b5aa [NFC][CodeGen][SVE] Use DAG.getConstant(1) in place of getPTrue(AArch64SVEPredPattern::all). by Paul Walker · 35 hours ago
- fdc0753 [VectorCombine] foldShuffleOfSelects - support multiple uses of shuffled selects (#173166) by Marcell Leleszi · 35 hours ago
- 2c8a4b8 [lldb][NFC] Remove temp allocation SBCommandReturnObject::PutCString (#173365) by Ebuka Ezike · 35 hours ago
- be40dde [lldb][AIX][NFC] Fix clang-format issues (#173337) by Hemang Gadhavi · 35 hours ago
- 60620d0 [CIR] Canonicalization: leverage MLIR traits and folding (#173305) by Henrich Lauko · 36 hours ago
- 7068497 [AsmParser] Fix crash when hex literal exceeds 16-bit float range (#172669) by Miloš Poletanović · 36 hours ago
- 2c02e4c [NFC][LLVM][ConstantFolding] Use Type* variant of ConstantFP::get when folding scalar intrinsics. (#172709) by Paul Walker · 2 days ago