summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [InlineCost] Disable cost-benefit when sample based PGO is used (#86626)Xiangyang (Mark) Guo2024-03-282-3/+3
* [libc][math][c23] Fix bounds checking and add FE_INVALID raising in {,u}fromf...OverMighty2024-03-285-481/+975
* [clang][analyzer] Improve documentation of StreamChecker (NFC). (#83858)Balázs Kéri2024-03-281-14/+52
* [NFC][mlir][tensor][transform] fix compilation warning. (#86977)Peiming Liu2024-03-280-0/+0
* [libc][support][FixedVector] add reverse iterator (#86732)Nick Desaulniers2024-03-283-0/+25
* [asan][windows] Weak function interception support in instruction size decode...Charlie Barto2024-03-281-1/+10
* [Dialect] Fix a warningKazu Hirata2024-03-281-1/+1
* [lld-macho] Ignore -no_warn_duplicate_libraries flag (#86303)Keith Smiley2024-03-282-1/+7
* [DXIL] Implement pow lowering (#86733)Farzon Lotfi2024-03-283-0/+67
* [clang][HLSL][SPRI-V] Add convergence intrinsics (#80680)Nathan Gauër2024-03-2810-2/+221
* [Object,ELFType] Rename TargetEndianness to Endianness (#86604)Fangrui Song2024-03-2815-138/+130
* [libc] s/NULL/nullptr (#86867)Nick Desaulniers2024-03-285-8/+8
* [RISCV] Add validation of SPIMM for cm.push/pop. (#84989)Craig Topper2024-03-283-3/+9
* [MCP] Use MachineInstr::all_defs instead of MachineInstr::defs in hasOverlapp...Craig Topper2024-03-282-1/+22
* [MLIR] Add pattern to fold insert_slice of extract_slice (#86328)Jerry Wu2024-03-283-6/+168
* [ISel] Move handling of atomic loads from SystemZ to DAGCombiner (NFC). (#86484)Jonas Paulsson2024-03-284-33/+106
* [libclc] Make CMake messages better fit into LLVM (#86945)Fraser Cormack2024-03-281-10/+9
* [clang][dataflow] Fix for value constructor in class derived from optional. (...martinboehme2024-03-282-22/+92
* [mlir][vector] Add support for scalable vectors to VectorLinearize (#86786)Andrzej Warzyński2024-03-285-6/+86
* [libc++] Switch FreeBSD to C++26 (#86658)Ed Maste2024-03-281-1/+1
* [mlir][linalg] Add e2e test for linalg.mmt4d + pack/unpack (#84964)Andrzej Warzyński2024-03-281-0/+173
* [SLP]Add better minbitwidth analysis for udiv/urem instructions.Alexey Bataev2024-03-282-6/+24
* [ARM] Add reference to `ARMAsmParser` in `ARMOperand` (#86110)Alfie Richards2024-03-281-237/+258
* [OCaml] Fix buildbot failure caused by caa2258. NFC.Yingwei Zheng2024-03-281-1/+1
* [CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka2024-03-2850-1234/+1644