summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-23AsmPrinter: Emit context error for protected aliasesusers/arsenm/asm-printer/no-report-fatal-error-emit-function-entry-labelMatt Arsenault
2025-06-22[mlir][gpu] Fix bug with GPU hardware intrinsic global location (#144923)Adam Straw
2025-06-23AMDGPU: Avoid report_fatal_error on ds ordered intrinsics (#145202)Matt Arsenault
2025-06-23[mlir][affine|ValueBounds] Add transform to simplify affine min max ops with ...Fabian Mora
2025-06-22[AMDGPU] Baseline gfx1250 speed model. (#145217)Stanislav Mekhanoshin
2025-06-23[InstCombine] Fold `ceil(X / (2 ^ C)) == 0` -> `X == 0` (#143683)Iris Shi
2025-06-22[CodeGen] Use range-based for loops (NFC) (#145251)Kazu Hirata
2025-06-22[mlir] Migrate away from TypeRange(std::nullopt) (NFC) (#145246)Kazu Hirata
2025-06-22[clang-reorder-fields] Prevent rewriting unsupported cases (#142149)Vladimir Vuksanovic
2025-06-23[mlir][affine] Fix a crash when cast incompatible type (#145162)Longsheng Mou
2025-06-23[ORC] Fix potential stack corruption in Platform::lookupInitSymbols.Lang Hames
2025-06-22[lldb] Migrate away from ValueRange(std::nullopt) (NFC) (#145245)Kazu Hirata
2025-06-23[Xtensa] Implement Xtensa Floating Point Option. (#136086)Andrei Safronov
2025-06-22[C API] Add getter/setter for samesign flag on icmp (#145247)Benji Smith
2025-06-22[AMDGPU] Add s_setprio_inc_wg gfx1250 instruction (#145152)Stanislav Mekhanoshin
2025-06-22[LV] Add tests with fmax reductions without fast-math flags.Florian Hahn
2025-06-22[CI] Cleanup buildkite test report scriptAiden Grossman
2025-06-22[CI] Test all projects when CI scripts changeAiden Grossman
2025-06-22Revert "[lldb] Fix qEcho message handling (#145072)" (#145241)eleviant
2025-06-22[CI] Refactor out some early exits in compute_projectsAiden Grossman
2025-06-22[SelectionDAG] Handle `fneg`/`fabs`/`fcopysign` in `SimplifyDemandedBits` (#1...Iris Shi
2025-06-22[ARM] Add test coverage for #144845 and regenerate tests. NFCDavid Green
2025-06-22AMDGPU: Avoid report_fatal_error for reporting libcalls (#145134)Matt Arsenault
2025-06-22[mlir] fix assertion failure in remove-dead-values (#144849)Menooker
2025-06-22AMDGPU: Use reportFatalUsageError for regalloc flag error (#145198)Matt Arsenault
2025-06-22[mlir] Migrate away from ValueRange(std::nullopt) (NFC) (#145210)Kazu Hirata
2025-06-22[lld] Use llvm::partition_point (NFC) (#145209)Kazu Hirata
2025-06-22[Instrumentation] Drop "const" from a return type (NFC) (#145208)Kazu Hirata
2025-06-22[LV] Add additional tests for replicating calls returning structs.Florian Hahn
2025-06-22[VectorCombine] foldShuffleOfShuffles - fold shuffle(shuffle(x,y),poison) len...Simon Pilgrim
2025-06-22[lldb][DWAFASTParserClang][NFC] Rename GetCXXObjectParameter to GetObjectPara...Michael Buch
2025-06-22[AVR] Don't apply post-indexing on mismatched pointers (#145224)Patryk Wychowaniec
2025-06-22Revert "Revert "[RISCV] Remove B and Zbc extension from Andes series cpus." (...Jim Lin
2025-06-22[AArch64] Remove unnecessary DL variable. NFCDavid Green
2025-06-22[MLIR] Add logging/tracing to DataFlow analysis and RemoveDeadValues (NFC) (#...Mehdi Amini
2025-06-22Make getStridesAndOffset const (#145148)Evan Liu
2025-06-22[VPlan] Support matching constants in narrowInterleaveGroups.Florian Hahn
2025-06-22Revert "[X86][NFC] Use std::move to avoid copy" (#145215)Abhishek Kaushik
2025-06-22[InstSimplify] Simplify 'x u>= 1' to true when x is known non-zero (#145204)Iris Shi
2025-06-21[AMDGPU] Rename call instructions from b64 to i64 (#145103)Stanislav Mekhanoshin
2025-06-21[SelectionDAG][RISCV] Treat zext nneg as sext in PromoteIntOp_ZERO_EXTEND if ...Craig Topper
2025-06-22AMDGPU: Avoid report_fatal_error for getRegisterByName subtarget case (#145173)Matt Arsenault
2025-06-21Revert "[ValueTracking] Improve `Bitcast` handling to match SDAG" (#145191)Arthur Eubanks
2025-06-21Add `REQUIRES: x86` to test added in 141197 to skip when x86 target is not pr...Douglas Yung
2025-06-21[LV] Add more tests for narrowing interleave groups with live-ins.Florian Hahn
2025-06-21[lldb] Fix qEcho message handling (#145072)eleviant
2025-06-21[clang-doc] Precommit test for global variables (#145069)Erick Velez
2025-06-21[gn build] Port e7dd223ec451LLVM GN Syncbot
2025-06-21[clang-tidy] Add new check `readability-use-numeric-limits` (#127430)Katherine Whitlock
2025-06-21[clang/docs] add a missing brace in ClangFormatStyleOptions.rst (#145145)Tal Kedar