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