aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[gn build] Port 0481f049c370LLVM GN Syncbot1-0/+1
2024-03-15Revert "[NVPTX] Use .common linkage for common globals (#84416)"Sterling Augustine3-36/+8
2024-03-15[AArch64][PAC] Support ptrauth builtins and -fptrauth-intrinsics. (#65996)Ahmed Bougacha1-0/+3
2024-03-15[NVPTX] support dynamic allocas with PTX alloca instruction (#84585)Alex MacLean6-22/+105
2024-03-15Reapply [libomptarget] Build plugins-nextgen for SystemZ (#83978)Ulrich Weigand1-0/+1
2024-03-15[Hexagon][TTI] Remove two overrides which simply proxy to base class [NFC]Philip Reames2-22/+0
2024-03-15[gn build] Port f01a32f5c58bLLVM GN Syncbot1-0/+1
2024-03-15[SLP][NFC]Fix signedness to avoid comparison warning.Alexey Bataev1-2/+2
2024-03-15[SLP][NFC]Add a test for minbitwidth analysis of icmp, being transformedAlexey Bataev1-0/+70
2024-03-15[AIX] Support per global code model. (#79202)Sean Fertile7-28/+344
2024-03-15[AMDGPU] Simplify definition of FLAT segment bits. NFC.Jay Foad1-4/+2
2024-03-15[AMDGPU] Fix GFX11 sendmsg codes (#85299)Stanislav Mekhanoshin6-3/+17
2024-03-15[X86,AsmPrinter] Set assembler dialect for module inline asmFangrui Song2-2/+14
2024-03-15[X86][AVX] Fix handling of out-of-bounds SRA shift amounts in AVX2 vector shi...SahilPatidar2-0/+283
2024-03-15[FPEnv][PowerPC] Correct strictfp test.Kevin P. Neal1-2/+2
2024-03-15[llvm][vfs] Preserve paths for fallback/fallthrough in RedirectingFileSystem ...Ben Langmuir3-49/+112
2024-03-15[AMDGPU] Clean up GFX10 FLAT saddr field definitionJay Foad1-2/+3
2024-03-15Add ALLOW_RETRIES to flaky test dbg-record-roundtrip.ll (#85410)Orlando Cazalet-Hyams1-0/+5
2024-03-15[AMDGPU] Simplify some uniform patterns. NFC. (#85407)Jay Foad1-9/+8
2024-03-15AMDGPU: Partially clean up canonicalized predicates in tablegen (#85404)Matt Arsenault2-24/+19
2024-03-15[SLP] Compute a shuffle mask for getGatherCost (#85330)Philip Reames1-7/+14
2024-03-15[SLP] Compute a shuffle mask for SK_InsertSubvector (#85408)Philip Reames1-4/+11
2024-03-15llvm-shlib: Fix libLLVM-${MAJOR}.so symlink on MacOS (#85163)Tom Stellard2-5/+4
2024-03-15[DFAJumpThreading] Early exit if switch is not in a loop (#85360)XChy1-5/+14
2024-03-15[SLP] Compute a shuffle mask for SK_Broadcast shuffle (#85327)Philip Reames1-7/+13
2024-03-15[BPF] Add support for may_goto insn (#85358)yonghong-song5-1/+21
2024-03-15[AMDGPU] Simplify GFX11 and GFX12 FLAT saddr field definitionJay Foad1-15/+6
2024-03-15[X86] isGuaranteedNotToBeUndefOrPoisonForTargetNode - generalize shuffle deco...Simon Pilgrim1-10/+22
2024-03-15[AMDGPU] Update checks in new test after #85370Jay Foad1-1185/+1001
2024-03-15[X86] Add Support for X86 TLSDESC Relocations (#83136)Phoebe Wang7-17/+286
2024-03-15[NFC] Fix incorrect RUN line in test from #83251Orlando Cazalet-Hyams1-1/+1
2024-03-15[NFC] Fix comment in test from #83251Orlando Cazalet-Hyams1-1/+3
2024-03-15[RemoveDIs] Enable direct-to-bitcode writing by defaultOrlando Cazalet-Hyams1-1/+1
2024-03-15[AMDGPU] Simplify GFX10+ FLAT saddr field definitionJay Foad1-2/+2
2024-03-15[AMDGPU] Reduce duplication in FLAT atomic definitions (#85383)Jay Foad1-70/+73
2024-03-15Reapply [RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams12-87/+503
2024-03-15Revert "[llvm-objdump][macho] Add support for ObjC relative method lists (#84...Kyungwoo Lee4-197/+2
2024-03-15[NFC][LLVM][CodeGen][SVE] Standardise on SVEAllActive for all true isel patte...Paul Walker1-18/+18
2024-03-15[DebugInfo] Fix faulty DIExpression::appendToStack assert (#85255)David Stenberg2-5/+27
2024-03-15[GlobalISel] Add support for interleave and deinterleave intrinsics to IRTran...Dhruv Chawla7-68/+266
2024-03-15[ADT] APIntTest - use APInt::getMaxValue/getSignedMinValue/getSignedMaxValue ...Simon Pilgrim1-3/+3
2024-03-15[ExpandLargeFpConvert] Fix bug in int-to-fp expansion. (#85370)Bevin Hansson3-31/+31
2024-03-15[Object][Archive][NFC] Create all symbolic files objects before calculating o...Jacek Caban1-35/+23
2024-03-15[DAG] foldABSToABD - share the same SDLoc argument instead of recreating it o...Simon Pilgrim1-7/+6
2024-03-15[DAG] foldAndToUsubsat/foldSubToUSubSat - share the same SDLoc argument inste...Simon Pilgrim1-13/+12
2024-03-15[X86] Fast AVX-512-VNNI vpdpwssd tuning (#85375)Ganesh5-8/+36
2024-03-15[InstCombine] Support and/or in `getFreelyInvertedImpl` using DeMorgan's Law ...Yingwei Zheng4-10/+250
2024-03-15[ADT][APInt] add sfloordiv_ov APInt's member function (#84720)long.chen3-0/+77
2024-03-15[AVR] Remove earlyclobber from LDDRdPtrQ (#85277)Patryk Wychowaniec2-1/+164
2024-03-15Revert "[RemoveDIs] Read/write DbgRecords directly from/to bitcode" (#85382)Orlando Cazalet-Hyams12-500/+87