aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-15Revert "[DFAJumpThreading] Extends the bitwidth of state from uint64_t to APInt"revert-78134-fix78059Vitaly Buka2-56/+20
2024-01-15[Libomptarget] Remove temporary files in AMDGPU JIT impl (#77980)Joseph Huber1-18/+32
2024-01-16[Clang] Only compare template params of potential overload after checking the...cor3ntin3-28/+89
2024-01-16[NFC]add - at the beginning for alignmentCongcong Cai1-1/+1
2024-01-16[mlir] Fix -Wsign-compare in MeshOps.cpp (NFC)Jie Fu1-1/+1
2024-01-15[mlir][gpu] Add an offloading handler attribute to `gpu.module` (#78047)Fabian Mora6-12/+74
2024-01-15[flang] allow _POSIX_SOURCE to be defined without a value (#78179)Kelvin Li2-2/+2
2024-01-15[LSR] Add test showing incorrectly adding nuw with #77827.Florian Hahn1-0/+53
2024-01-15[llvm][frontend][offloading] Move clang-linker-wrapper/OffloadWrapper.* to ll...Fabian Mora9-94/+162
2024-01-15[flang][NFC] Restore documentation (#78211)Peter Klausler1-0/+6
2024-01-15[lldb][ValueObject][NFC] Further remove redundant parameters to ReadPointedSt...Michael Buch2-8/+7
2024-01-15[flang] Catch more initialization errors (#77850)Peter Klausler3-2/+33
2024-01-15[sanitizer] Fix builds after #77991Vitaly Buka2-0/+2
2024-01-15[LLD] [COFF] Prefer paths specified with -libpath: over toolchain paths (#78039)Martin Storsjö2-5/+4
2024-01-15[flang][runtime] Emit leading space before zero-length list-directed … (#77...Peter Klausler1-3/+0
2024-01-15[flang] Catch name resolution error due to global scoping (#77683)Peter Klausler9-41/+132
2024-01-15[flang] Add portability warning for F'2008 feature (#77526)Peter Klausler3-2/+13
2024-01-15Hashpin sensitive dependencies and configure dependabot to update them automa...Diogo Teles Sant'Anna4-14/+398
2024-01-15[flang] Don't change size of allocatable in error situation (#77386)Peter Klausler1-34/+34
2024-01-15[flang] More support for assumed-size Cray pointees (#77381)Peter Klausler9-41/+43
2024-01-15[InstCombine] Add folds for `(add/sub/disjoint_or/icmp C, (ctpop (not x)))`Noah Goldstein6-31/+125
2024-01-15[InstCombine] Add tests for folding `(add/sub/disjoint_or/icmp C, (ctpop (not...Noah Goldstein1-0/+235
2024-01-15[flang] Fix semantic checks for MOVE_ALLOC (#77362)Peter Klausler5-61/+89
2024-01-15[flang][runtime] Better real MOD/MODULO results (#77167)Peter Klausler5-58/+107
2024-01-15[flang] Refine IMPORT processing in module file generation (#77133)Peter Klausler2-9/+146
2024-01-15[ARM] Extra test for MVE gather optimization with commuted phi operands. NFCDavid Green1-0/+59
2024-01-15[flang] Weird restrictions on index variables (#77019)Peter Klausler8-42/+72
2024-01-15[llvm][MC][ARM] Don't autoresolve fixups (#76574)Eleanor Bonnici8-19/+167
2024-01-15[flang][runtime] Resume rounding hexadecimal floating-point input (#77006)Peter Klausler2-8/+39
2024-01-15[SystemZ] Don't use FP Load and Test as comparisons to same reg (#78074)Jonas Paulsson19-159/+168
2024-01-15[flang][runtime] Treatment of NaN in MAXVAL/MAXLOC/MINVAL/MINLOC (#76999)Peter Klausler10-103/+173
2024-01-15[AArch64][GlobalISel] Combine vecreduce(ext) to {U/S}ADDLV (#75832)chuongg37-889/+1410
2024-01-15[AMDGPU] Do not generate s_set_inst_prefetch_distance for GFX12 (#78190)Jay Foad3-2/+55
2024-01-15[AMDGPU] Disable hasVALUPartialForwardingHazard for GFX12 (#78188)Jay Foad2-120/+232
2024-01-15[AMDGPU] Disable hasVALUMaskWriteHazard for GFX12 (#78187)Jay Foad2-169/+307
2024-01-15[flang][runtime] Fix total MAXLOC/MINLOC over CHARACTER data (#76880)Peter Klausler1-1/+1
2024-01-15[libc] Give more functions restrict qualifiers (NFC) (#78061)AtariDreams8-15/+16
2024-01-15Fix test output for 3b16d8cJonas Paulsson1-2/+1
2024-01-15[flang][runtime] Emit leading spaces in NAMELIST output (#76846)Peter Klausler2-20/+21
2024-01-15[AArch64][GlobalISel] Pre-commit for Combine vecreduce(ext) to {U/S}ADDLVTuan Chuong Goh1-4062/+2476
2024-01-15[flang][runtime] Extension: allow a comma to terminate a fixed input … (#76...Peter Klausler2-2/+9
2024-01-15[DebugInfo][RemoveDIs][NFC] Split findDbgDeclares into two functions (#77478)Stephen Tozer6-48/+60
2024-01-15[flang] Support \u Unicode escape sequences (#76757)Peter Klausler6-14/+77
2024-01-15[Flang][OpenMP] Handle SECTION construct from within SECTIONS (#77759)Krzysztof Parzyszek1-34/+26
2024-01-16[Flang] Remove dead -mvscale-{min,max} logic from getVScaleRange. NFCI (#78133)Luke Lau1-5/+2
2024-01-15[flang] Allow use of COMMON in PURE (#76741)Peter Klausler2-11/+7
2024-01-15Reland [mlir][ExecutionEngine] Add support for global constructors and destru...Fabian Mora2-0/+44
2024-01-15[flang][runtime] Clean up code to unblock development (#78063)Peter Klausler4-47/+24
2024-01-15[mlir][SCF] Do not verify step size of `scf.for` (#78141)Matthias Springer3-18/+6
2024-01-15[GlobalISel] Refactor extractParts() (#75223)chuongg37-202/+279