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