aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-29[MLIR][OpenMP] Add omp.simd operationusers/skatrak/spr/simd-mlirSergio Afonso4-12/+515
2024-01-29[AMDGPU] Do not emit arch dependent macros with unspecified cpu (#79660)Joseph Huber3-30/+36
2024-01-29[workflows] Fix argument passing in abi-dump jobs (#79658)Tom Stellard1-2/+2
2024-01-29[libc] Remove specific nan payload in math functions (#79165)Guillaume Chatelet6-41/+26
2024-01-29[X86] pmovsx-inreg.ll - replace X32 check prefixes with X86Simon Pilgrim1-118/+118
2024-01-29[X86] anyext.ll - replace X32 check prefixes with X86Simon Pilgrim1-16/+16
2024-01-29[X86] fixup-bw-copy.ll - replace X32 check prefixes with X86Simon Pilgrim1-32/+32
2024-01-29[TableGen] Extend OPC_ExtractField/OPC_CheckField start value widths. (#79723)Jason Eckhardt3-21/+93
2024-01-29[Sanitizer][NFC] Fix up comment in atomic_store of sanitizer_atomic_clang_*.hEnna12-2/+2
2024-01-29[libc][NFC] Simplify AMDGPU constant frequency checks (#79653)Joseph Huber1-10/+3
2024-01-29[Clang, SystemZ] Split test into Driver and CodeGen parts (NFC) (#79808)Nikita Popov2-7/+11
2024-01-29[mlir][llvm] Add experimental.vector.interleave2 intrinsic (#79270)Cullen Rhodes3-0/+59
2024-01-29[X86] mul-i256.ll - simplify function attributes and remove cfi noiseSimon Pilgrim1-26/+1
2024-01-29[X86] Replace X32 check prefixes with X86Simon Pilgrim4-6300/+6300
2024-01-29[flang] Add support for COSD/SIND (#79546)NimishMishra5-2/+88
2024-01-29[Flang] Remove constexpr from isMax variable. NFCDavid Green1-1/+1
2024-01-29[lldb/Test] Temporarily XFAIL TestStepScripted.pyMed Ismail Bennani1-0/+4
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani25-431/+468
2024-01-29[Clang][AST] Fix a crash on attaching doc comments (#78716)Shanzhi2-1/+35
2024-01-29Apply kind code check on exitstat and cmdstat (#78286)Yi Wu3-14/+50
2024-01-29[AArch64][compiler-rt] Avoid use of libc header in sme-libc-routines (#79454)Peter Waller1-1/+1
2024-01-29[libc++][test] Fix zero-length arrays and copy-pasted lambdas in `ranges.cont...Stephan T. Lavavej1-8/+9
2024-01-29[libc++][test] Silence MSVC warnings (#79791)Stephan T. Lavavej3-1/+13
2024-01-29[llvm][Docs] Update MyFirstTypoFix doc (#79149)David Spickett4-127/+145
2024-01-29[Flang] Maxloc elemental intrinsic lowering. (#79469)David Green2-29/+181
2024-01-29[lldb][NFC] Fix more license headersDavid Spickett7-7/+7
2024-01-29[lldb][NFC] Fix license comment lines that are too longDavid Spickett2-3/+2
2024-01-29[VPlan] Replace VPRecipeOrVPValue with VP2VP recipe simplification. (#76090)Florian Hahn3-104/+92
2024-01-29[Flang][OpenMP] Use simdloop operation only for omp simd pragma (#79559)Dominik Adamski9-50/+120
2024-01-29[clang][ASTImporter] Improve import of variable template specializations. (#7...Balázs Kéri4-110/+234
2024-01-29[mlir] Revert to old fold logic in IR::Dialect::add{Types, Attributes}() (#79...Andrei Golubev1-2/+10
2024-01-29[mlir][vector] Drop inner unit dims for transfer ops on dynamic shapes. (#79752)Han-Chung Wang2-12/+57
2024-01-29[libc++] Fix filesystem::remove_all() on FreeBSD (#79540)Mark Johnston2-4/+3
2024-01-29[C++20] [Modules] Remove previous workaround for odr hashing enumsChuanqi Xu2-48/+52
2024-01-28[flang][openacc] Remove waitDevnum unused variableValentin Clement1-2/+2
2024-01-28[mlir][openacc][flang] Support wait devnum and clean async/wait IR (#79525)Valentin Clement (バレンタイン クレメン)15-187/+381
2024-01-28[RISCV] Used Twine concatenation instead of format strings RISCVISAInfo.cpp. NFCCraig Topper1-32/+27
2024-01-29[C++20] [Modules] Don't perform ODR checks in GMFChuanqi Xu10-83/+68
2024-01-28[SPIR-V] Cast ptr kernel args to i8* when used as Store's value operand (#78603)Michal Paszkowski9-64/+219
2024-01-29[LoongArch] Fix a typo in getVariantKindName (NFC) (#79567)ZhaoQi1-1/+1
2024-01-28[Target] Use getConstantOperand (NFC)Kazu Hirata4-9/+5
2024-01-28[PowerPC] Directly call Instruction::getMetadata (NFC)Kazu Hirata1-3/+1
2024-01-28[Transforms] Use a range-based for loop (NFC)Kazu Hirata1-2/+2
2024-01-28[Frontend] Use StringRef::consume_back (NFC)Kazu Hirata1-2/+1
2024-01-29[RISCV][NFC] Remove unused methods of tuimm5 (#79680)Jianjian Guan1-11/+1
2024-01-29[Clang][Sema] fix deducing auto& from const int in template parameters is imp...Qizhi Hu3-0/+26
2024-01-28[VPlan] Create edge masks all cases up front needed.(NFC)Florian Hahn2-5/+23
2024-01-28[AArch64][GlobalISel] Lower Shuffle Vector to REV (#79591)chuongg32-104/+49
2024-01-28[AArch64][GlobalISel] Legalize G_ABS for Larger/Smaller Vectors (#79117)chuongg34-113/+482
2024-01-28[AMDGPU] Use MachineBasicBlock::instrs (NFC)Kazu Hirata1-2/+1