aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[clang][Interp] Don't try to decay non-pointers to pointersTimm Bäder2-2/+2
2024-06-21[HLSLResource] Don't include Metadata.h (NFC)Nikita Popov2-5/+6
2024-06-21[clang][ASTImporter] Fix possible crash "given incorrect InsertPos for specia...Balázs Kéri1-2/+5
2024-06-21[RegAllocFast] Handle single-vdef instrs faster (#96284)Alexis Engelke1-12/+20
2024-06-21[AArch64] NFCI: More sensible implementation of isLegalMaskedGatherScatter.Sander de Smalen1-1/+1
2024-06-21[RegAllocFast] Use unsigned for operand indicesAlexis Engelke1-3/+3
2024-06-21[PassInstrumentation] Use DenseMap to store class->pass map (NFC)Nikita Popov1-2/+2
2024-06-21[X86] combine-pmadd.ll - add tests for concatenations of pmaddwd/pmaddubsw su...Simon Pilgrim1-2/+56
2024-06-21[mlir][LLVMIR][OpenMP] fix dominance for reduction init block (#96052)Tom Eccles3-4/+139
2024-06-21[lldb] More descriptive name for register flags logging functionsDavid Spickett3-6/+6
2024-06-21[mlir][vector] Refactor vector-transfer-flatten.mlir (nfc) (1/n) (#95743)Andrzej Warzyński2-113/+264
2024-06-21[Serialization] Register identifiers in ahead and don't emit predefined declsChuanqi Xu4-46/+105
2024-06-21[clang] Add test for CWG2811 "Clarify "use" of main" (#96168)Vlad Serebrennikov4-4/+28
2024-06-21[clang] Implement CWG2877 "Type-only lookup for using-enum-declarator" (#95399)Vlad Serebrennikov8-35/+73
2024-06-21[clang] Cover CWG issues about `export template` (#94876)Vlad Serebrennikov4-17/+22
2024-06-21[PassInstrumentation] Use try_emplace() (NFC)Nikita Popov1-2/+1
2024-06-21[AArch64][GlobalISel] Add fp128 and i128 fptosi/fptoui handling. (#95528)David Green5-1065/+1816
2024-06-21[flang][debug] Cleanup tests. (NFC) (#96189)Abid Qadeer5-99/+175
2024-06-21[AArch64] Fix up failing test that should have been caught by precommitSander de Smalen1-2/+2
2024-06-21[CodeGenPrepare] Add missing `static` decl on `matchIncrement()`; NFCNoah Goldstein1-2/+2
2024-06-21[RISCV] Add Syntacore SCR3 processor definition (#95953)Anton Sidorenko4-4/+49
2024-06-21[GlobalOpt] Don't resolve aliased ifuncs with undefined resolvees. (#96220)Alexandros Lamprineas2-1/+25
2024-06-21[AArch64] Fix || Add brackets for || inside of assertDavid Green1-2/+2
2024-06-21[AArch64] Use AArch64ISD::UADDLP over aarch64_neon_uaddlp. NFCDavid Green1-3/+1
2024-06-21[NFC] Fix laod -> load typos. NFCDavid Green8-10/+10
2024-06-21Recommit "[Inliner] Propagate callee argument memory access attributes before...Noah Goldstein5-31/+133
2024-06-21[clang][test] Enable a commented-out test (#96195)Timm Baeder1-2/+1
2024-06-21[clang][Interp] Fix Descriptor::getElemQualType() for complex/vectorsTimm Bäder2-2/+18
2024-06-21[mlir][Transforms] Dialect conversion: Remove workaround (#96186)Matthias Springer1-18/+0
2024-06-21[Clang][AArch64] Expose compatible SVE intrinsics with only +sme (#95787)Sander de Smalen228-6297/+8015
2024-06-21[mlir][vector] Update tests for collapse 4/n (nfc) (#96214)Andrzej Warzyński1-25/+46
2024-06-20[Serialization] Use stable hash functionsFangrui Song4-11/+31
2024-06-21[IR] Don't include PassInstrumentation.h in PassManager.h (NFC) (#96219)Nikita Popov13-33/+36
2024-06-21Revert "Intrinsic: introduce minimumnum and maximumnum (#93841)"Nikita Popov65-1973/+144
2024-06-20[Lex] Replace hash_combine with a stable hashFangrui Song1-3/+4
2024-06-20[dsymutil] Move discriminator test to be executed with Arm support only (#96280)David Tellenbach1-4/+4
2024-06-20[Lex] HeaderSearchOptions: Remove unused hash_value overloadsFangrui Song1-10/+0
2024-06-20[DWARFLinker] Preserve DWARF discriminators while linking (#96124)David Tellenbach5-8/+46
2024-06-21Replace hard coded opcodes from #93841 with regexes to be more flexible. (#96...dyung1-2/+2
2024-06-20[ProfileData] Teach addValueData to honor parameter Site (#96233)Kazu Hirata3-4/+6
2024-06-21[X86]Add support for __outbyte/word/dword and __inbyte/word/dword (#93774)Malay Sanghi2-18/+53
2024-06-21[clang][dataflow] Add a callback run on the pre-transfer state. (#96140)martinboehme5-103/+239
2024-06-20[compiler-rt] Fix build breakage (#96235)Alexander Shaposhnikov1-1/+8
2024-06-20[Driver] BuildOffloadingActions: Stabilize iteration orderFangrui Song1-0/+1
2024-06-21[TableGen][Docs] Clarify `TokCode` definition. (#96201)Piotr Fusik1-1/+1
2024-06-21Adding parsing support for omp loop, target loop directives (#93517)Anchu Rajendran S7-0/+126
2024-06-21Intrinsic: introduce minimumnum and maximumnum (#93841)YunQiang Su65-144/+1973
2024-06-20[ELF] -no-pie: don't optimize addq R_X86_64_REX_GOTPCRELX when !isInt<32>(va)Fangrui Song2-15/+46
2024-06-21[RISCV] Make M imply Zmmul (#95070)Jianjian Guan17-94/+101
2024-06-21[C++20] [Modules] Reference all the possible declarations for ADLChuanqi Xu2-0/+129