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