aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[clang][Interp] Don't diagnose reading const ints in C++98Timm Bäder2-4/+10
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-15[clang] Fix documentation markup in the Clang release notes and language exte...Tom Honermann2-6/+6
2024-03-15[flang] Lower REAL(16) MODULO to Float128Math library call. (#85322)Slava Zakharin4-12/+53
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[bazel] Add workflows to label and assign bazel PRs (#85352)Jordan Rupprecht2-0/+6
2024-03-15[BPF] Add support for may_goto insn (#85358)yonghong-song6-1/+22
2024-03-15[flang][cuda] Lower dim3 grid z correctly on calls (#85346)Valentin Clement (バレンタイン クレメン)2-4/+8
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 Wang9-19/+289
2024-03-15Revert "[compiler-rt] Avoid generating coredumps when piped to a tool" (#85390)antoine moynault2-24/+2
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-15[flang][OpenMP] Remove unused variable (NFC)Jie Fu1-1/+0
2024-03-15 Rework Modules CMake to be (more) idiomatic. (#84936)Eric2-31/+14
2024-03-15Revert "[llvm-objdump][macho] Add support for ObjC relative method lists (#84...Kyungwoo Lee4-197/+2
2024-03-15[flang][OpenMP] Convert repeatable clauses (except Map) in ClauseProc… (#81...Krzysztof Parzyszek10-366/+358
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[flang] support fir.alloca operations inside of omp reduction ops (#84952)Tom Eccles3-2/+47
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[clang][Interp] Don't forget to visit condition variable declsTimm Bäder2-2/+16
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[flang][Semantics][OpenMP] set intrinsic attr for reductions (#85114)Tom Eccles4-6/+76
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
2024-03-15Revert "[SLP]Improve minbitwidth analysis."Alexey Bataev18-675/+333
2024-03-15Revert "[SLP]Do extra analysis int minbitwidth if some checks return false."Alexey Bataev1-10/+5
2024-03-15AMDGPU: Regenerate test checks from c7c561ef9Matt Arsenault1-4/+4
2024-03-15Revert "[SLP]Do extra analysis int minbitwidth if some checks return false."Alexey Bataev2-70/+41
2024-03-15[RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams12-87/+500
2024-03-15[MacroFusion] Support commutable instructions (#82751)Wang Pengcheng3-26/+145