summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rebase, address commentupstream/users/alexey-bataev/spr/slptry-to-vectorize-small-graph-with-extractelements-used-inAlexey Bataev2024-03-016-2/+101
|\
| * [OpenACC] Implement Duffs-Device restriction for Compute Constructs (#83460)Erich Keane2024-03-014-1/+89
| * [clang][Interp] Fix variadic operator callsTimm Bäder2024-03-012-1/+12
* | Rebase, address commentAlexey Bataev2024-03-016-17/+61
|\|
| * [clang][Interp][NFC] Add precondition assertionsTimm Bäder2024-03-011-0/+3
| * [clang][Interp] Allow inc/dec on boolean valuesTimm Bäder2024-03-014-4/+53
| * [SLPVectorizer] Make the insert/extractvector PHICompare a strict-weak orderi...Benjamin Kramer2024-03-011-13/+5
* | Rebase, address commentAlexey Bataev2024-03-01382-5562/+9929
|\|
| * [SLP][NFC]Add/use single UsesLimit constant, NFC.Alexey Bataev2024-03-011-5/+6
| * [SLP] Use ScopeExit to update Operands/PrevDist on all paths. (NFC) (#83490)Florian Hahn2024-03-011-7/+7
| * [X86] Pre-SSE42 v2i64 sgt lowering - check if representable as v2i32 (#83560)Simon Pilgrim2024-03-012-732/+258
| * [clang][Interp][NFC] Remove unused paramterTimm Bäder2024-03-013-6/+5
| * [clang][Interp] Allow recursive intepretationTimm Bäder2024-03-011-15/+22
| * [llvm-readobj] enable demangle option for the xcoff object file (#78455)zhijian lin2024-03-016-32/+80
| * [Clang] Fix __has_cpp_attribute and C++11 attributes with arguments in C++03 ...Nikolas Klauser2024-03-016-27/+33
| * Use object directly instead of accessing ArrayRef (#83263)Martin Wehking2024-03-011-1/+1
| * [X86][CodeGen] Add missing patterns for APX NDD instructions about encoding t...Shengchen Kan2024-03-012-41/+76
| * [ARM] Change the type of CC and VCC code in `splitMnemonic`. (#83413)Alfie Richards2024-03-011-13/+14
| * [AMDGPU] Improve detection of non-null addrspacecast operands (#82311)Pierre van Houtryve2024-03-018-17/+498
| * [SLP]Fix/improve potential masked gather loads analysis.Alexey Bataev2024-03-013-346/+355
| * [mlir][EmitC] Add bitwise operators (#83387)Marius Brehler2024-03-014-14/+207
| * [SLP]Fix the cost model for extracts combined with later shuffle.Alexey Bataev2024-03-013-3/+20
| * [AArch64] Remove unused AArch64ISD::BIT. NFCDavid Green2024-03-013-6/+1
| * [clang] Remove unused lambda capture. (#83550)Alexandros Lamprineas2024-03-010-0/+0
| * Revert fuzzer windows changes (#83551)David CARLIER2024-03-011-21/+4
| * [AArch64] Mark AESD and AESE instructions as commutative. (#83390)David Green2024-03-013-5/+5
| * [llvm-jitlink] [test] Add an XFAIL for a JITLink test on MinGWMartin Storsjö2024-03-011-0/+5
| * [flang][HLFIR] Use GreedyPatternRewriter in LowerHLFIRIntrinsics (#83438)Tom Eccles2024-03-0117-222/+190
| * [AMDGPU] Rename hasGFX12Enc to hasRestrictedSOffset in BUF definitions. NFC. ...Jay Foad2024-03-011-76/+76
| * [X86][AArch64][PowerPC] __builtin_cpu_supports accepts unknown options. (#83515)Pavel Iliin2024-03-017-14/+30
| * [mlir][VectorOps][nfc] Add result pretty printing to `vector.vscale` (#83439)Benjamin Maxwell2024-03-012-2/+10
| * [MC] Teach checkAsmTiedOperandConstraints about optional operands (#81381)Sergei Barannikov2024-03-011-27/+62
| * Fix MSVC "not all control paths return a value" warnings. NFC.Simon Pilgrim2024-03-011-2/+2
| * [lldb][test][Windows] Don't check for pexpect with LLDB_ENFORCE_STRICT_TEST_R...David Spickett2024-03-011-4/+8
| * [clang] Remove unused-lambda-capture in AArch64.cpp (NFC)Jie Fu2024-03-011-2/+1
| * [IR] Update getOrInsertFunction() docs for opaque pointers (NFC)Nikita Popov2024-03-011-15/+8
| * [compiler-rt][fuzzer] windows build unbreak proposal. (#83538)David CARLIER2024-03-011-4/+7
| * [clang][Interp] OpaqueValueExprs can have null subexprsTimm Bäder2024-03-011-3/+7
| * [FMV] Use lexicographic order of feature names when mangling. (#83464)Alexandros Lamprineas2024-03-015-57/+99
| * Add llvm_v6i32_ty. NFC. (#83522)Pravin Jagtap2024-03-011-0/+1
| * Revert "[AArch64][GlobalISel] Legalize G_SHUFFLE_VECTOR for Odd-Sized Vectors...chuongg32024-03-015-212/+108
| * [AMDGPU] promote i1 arg type for amdgpu_cs (#82971)Nick Anderson2024-03-012-0/+1216
| * [clang][Interp][NFC] Add an assertion to classify(Expr*)Timm Bäder2024-03-011-0/+1
| * [clang][dataflow] Correctly treat empty initializer lists for unions. (#82986)martinboehme2024-03-015-22/+153
| * [X86][CodeGen] Fix compile crash in EVEX compression for corner caseShengchen Kan2024-03-012-1/+10
| * [AArch64][GlobalISel] Expand abs.v4i8 to v4i16 and abs.v2s16 to v2s32 (#81231)Dhruv Chawla (work)2024-03-012-3/+6
| * [compiler-rt] fix __sanitizer_siginfo type on freebsd. (#77379)David CARLIER2024-03-012-2/+22
| * [clang][analyzer] Add StreamChecker note tags for "indeterminate stream posit...Balázs Kéri2024-03-012-126/+238
| * Revert "[mlir][PDL] Add support for native constraints with results (#82760)"Matthias Gehre2024-03-0118-555/+98
| * [mlir][PDL] Add support for native constraints with results (#82760)Matthias Gehre2024-03-0118-98/+555