aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-29[π˜€π—½π—Ώ] initial versionusers/alexey-bataev/spr/slpfix-pr87011-missing-sign-extension-of-demoted-type-before-zero-1Alexey Bataev4-37/+90
2024-03-28[SLP]Fix PR87011: Do not assume that initial ext/trunc nodes can beAlexey Bataev2-5/+11
2024-03-28[SLP][NFC]Add a test with the incorrect sign extension of first extAlexey Bataev1-0/+29
2024-03-28[scudo] Fix stack depot validation. (#87024)Christopher Ferris1-1/+1
2024-03-28[docs][TypeProf]Update instrumentation file format document (#83309)Mingming Liu1-0/+53
2024-03-28[nfc][docs]Generalize header description and ascii art for indexed profiles (...Mingming Liu2-39/+43
2024-03-29[APINotes][test] Fix permissions of a file copied from a source treeDmitri Gribenko1-0/+1
2024-03-28[RISCV] Extend pattern matches involving shNadd to support disjoint or (#87001)Philip Reames2-25/+114
2024-03-28Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall21-29/+226
2024-03-28[LangRef] Try to clarify some Metadata semantics (#81948)Scott Linder2-18/+141
2024-03-28[scudo] Dump ReleaseToOsIntervalMs (#86887)ChiaHungDuan2-6/+9
2024-03-28[libc] Add inf/nan tests for strfrom*() functions (#86663)Vinayak Dev2-7/+73
2024-03-28[APINotes] Make an assert in a std::sort call tolerate self-comparisonsDmitri Gribenko1-1/+1
2024-03-28[AArch64][GISEL] Consider fcmp true and fcmp false in cond code selection (#8...Marc Auberer3-0/+127
2024-03-29[RISCV] Combine ({s,u}{div,rem} (zext, zext)) -> (zext ({s,u}{div,rem} (zext,...Luke Lau2-18/+36
2024-03-28[CodeGen/DWARF] Introduce DWARF tag for SwiftTail and emit it in CodeGen.Adrian Prantl3-6/+5
2024-03-28[MCP] Remove dead copies from basic blocks with successors. (#86973)Craig Topper13-43/+40
2024-03-28[DXIL] Add lowering for `reversebits` and `trunc` (#86909)Helena Kotas4-0/+67
2024-03-28Revert "[libc][math][c23] Fix X86_Binary80 special cases for canonicalize fun...Nick Desaulniers3-54/+56
2024-03-28[memprof] Add MemProf version (#86414)Kazu Hirata5-18/+91
2024-03-28[SystemZ] Fix an unused variable warningKazu Hirata1-0/+1
2024-03-28[VPlan] Rename getVPValueOrAddLiveIn -> getOrAddLiveIn (NFCI).Florian Hahn8-31/+31
2024-03-28[lldb] Remove cmake check for pexpect with LLDB_TEST_USE_VENDOR_PACKAGES (#86...Jordan Rupprecht1-17/+0
2024-03-28[libc][math][c23] Fix X86_Binary80 special cases for canonicalize functions. ...Shourya Goel3-56/+54
2024-03-28[lld-macho] Disable objc test on 32-bit ARM targetsLeandro Lupori1-0/+1
2024-03-28[SLP][NFC]Simplify function/constructors by removing unnecessary params.Alexey Bataev1-16/+14
2024-03-28[libclc] Track dependencies through dependency files (#86965)Fraser Cormack1-0/+1
2024-03-28[clang][modules] Avoid calling expensive `SourceManager::translateFile()` (#8...Jan Svoboda6-50/+78
2024-03-28[X86] Add isLogicOp helper to match ISD::AND/OR/XOR and X86ISD::ANDNPSimon Pilgrim1-2/+6
2024-03-28[RISCV] Add add_like PatFrags to reduce number of required patterns [nfc] (#8...Philip Reames2-9/+7
2024-03-28[HLSL] Add validation for the -enable-16bit-types option (#85340)Joshua Batista6-5/+62
2024-03-28[mlir][bazel] Export headers either from :Transforms or :TransformUtils (#86819)Christian Sigg6-12/+116
2024-03-28Remove an accidental duplicate C status page entryAaron Ballman1-5/+0
2024-03-28[LVI] Use m_AddLike instead of m_Add when matching simple conditionNoah Goldstein3-8/+5
2024-03-28[LVI] Add tests for tracking `or disjoint` like add; NFCNoah Goldstein2-0/+79
2024-03-28[ValueTracking] Tracking `or disjoint` conditions as `add` in Assumption/DomC...Noah Goldstein2-4/+3
2024-03-28[ValueTracking] Add basic tests tracking `or disjoint` conditions as `add`; NFCNoah Goldstein1-0/+52
2024-03-28[C99] Claim conformance to WG14 N590 (#86985)Aaron Ballman3-1/+394
2024-03-28[libc++abi] Disable forced_unwind4 test for musl. (#85096)Alastair Houghton1-2/+2
2024-03-28[mlir][spirv] Add IsInf/IsNan expansion for WebGPU (#86903)Jakub Kuderski3-16/+82
2024-03-28[clang] Add invalid check in NormalizedConstraint::fromConstraintExpr. (#86943)Haojian Wu1-0/+2
2024-03-28[mlir] fix empty spaces in bazel fileYijia Gu1-1/+1
2024-03-28[AIX] Handle toc-data offset overflowing 16-bits (#80092)Zaara Syeda2-4/+78
2024-03-28[mlir] propagate silenceable failures in transform.foreach_match (#86956)Oleksandr "Alex" Zinenko2-2/+95
2024-03-28[mlir] fix bazel error for MatchInterfaces dialectYijia Gu1-4/+4
2024-03-28[mlir][tensor] Fold producer linalg transpose with consumer unpack an… (#86...Prashant Kumar2-46/+238
2024-03-28[HLSL] prevent generation of wrong double intrinsics. (#86932)Andrii Levitskiy5-48/+11
2024-03-28[BOLT] Add rewriting support for Linux kernel __bug_table (#86908)Maksim Panchenko2-10/+81
2024-03-28[SPIR-V] Fix paths when copying spriv-dis and spirv-val on windows (#86876)Justin Bogner1-2/+2
2024-03-28[SystemZ] Eliminate call sequence instructions early. (#77812)Jonas Paulsson14-50/+45