aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2024-01-15[flang] Refine IMPORT processing in module file generation (#77133)Peter Klausler2-9/+146
2024-01-15[flang] Weird restrictions on index variables (#77019)Peter Klausler8-42/+72
2024-01-15[flang][runtime] Resume rounding hexadecimal floating-point input (#77006)Peter Klausler2-8/+39
2024-01-15[flang][runtime] Treatment of NaN in MAXVAL/MAXLOC/MINVAL/MINLOC (#76999)Peter Klausler10-103/+173
2024-01-15[flang][runtime] Fix total MAXLOC/MINLOC over CHARACTER data (#76880)Peter Klausler1-1/+1
2024-01-15[flang][runtime] Emit leading spaces in NAMELIST output (#76846)Peter Klausler2-20/+21
2024-01-15[flang][runtime] Extension: allow a comma to terminate a fixed input … (#76...Peter Klausler2-2/+9
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-15[flang][runtime] Clean up code to unblock development (#78063)Peter Klausler4-47/+24
2024-01-15[Flang][OpenMP] Avoid default none errors for seq loop indices in par… (#76...Kiran Chandramohan2-1/+18
2024-01-15[Flang][OpenMP] Minor cosmetic changes post-PR#77758, NFCKrzysztof Parzyszek1-4/+3
2024-01-15[Flang][OpenMP] Push genEval calls to individual operations, NFC (#77758)Krzysztof Parzyszek3-56/+89
2024-01-15[Flang] Clean up LoopVersioning LLVM_DEBUG blocks. NFC (#77818)David Green1-38/+32
2024-01-15[flang][runtime] Fix seg fault in intrinsic execute_command_line (#78126)SiHuaN1-8/+8
2024-01-15[Flang][RISCV] Set vscale_range based off zvl*b (#77277)Luke Lau2-9/+75
2024-01-15[flang][driver] Limit the usage of -mvscale-max and -mvscale-min (#77905)Andrzej Warzyński2-14/+39
2024-01-15[flang][fir] update block argument types in boxed-procedure pass (#77914)jeanPerier2-0/+42
2024-01-15[MLIR][LLVM] Enable export of DISubprograms on function declarations (#78026)Christian Ulmann2-5/+7
2024-01-12[flang] Allow different linker name (#77849)Kelvin Li1-1/+1
2024-01-13[flang] Fix const cast issue in FreeMemory function call in execute_command_l...Yi Wu4-23/+45
2024-01-12[Flang][OpenMP] Separate creation of work-sharing and SIMD loops, NFC (#77757)Krzysztof Parzyszek1-99/+154
2024-01-12Reland "[flang] Fix a warning"David Spickett1-3/+4
2024-01-12Revert "[flang] Fix a warning"David Spickett1-4/+3
2024-01-12[flang] Get ProvenanceRange from CharBlock starting with expanded macro (#77791)jeanPerier4-2/+52
2024-01-12[flang] include sys/wait.h for EXECUTE_COMMAND_LINE (#77675)Dan McGregor1-0/+1
2024-01-12[flang] finish BIND(C) VALUE derived type passing ABI on X86-64 (#77742)jeanPerier3-63/+324
2024-01-11[flang][openacc] Carry device dependent info for routine in the module fileValentin Clement9-45/+144
2024-01-11[flang][openacc] Do not accept static and num for gang clause on routine dir ...Valentin Clement (バレンタイン クレメン)2-0/+23
2024-01-11[flang][openacc] Apply mutually exclusive clauses restriction to routine (#77...Valentin Clement (バレンタイン クレメン)3-14/+201
2024-01-11Revert "[Flang][Parser] Add missing dependencies to CMakeLists.txt (#77483)"Krzysztof Parzyszek1-1/+0
2024-01-11[mlir][openacc][flang] Simplify gang, vector and worker representation (#77667)Valentin Clement (バレンタイン クレメン)4-24/+30
2024-01-11[flang] Fix a warningKazu Hirata1-2/+2
2024-01-11[flang] Fix a warningKazu Hirata1-3/+4
2024-01-11[flang][driver] Fix exec.f90 test with shared libsLeandro Lupori1-1/+2
2024-01-11[flang] Handle missing LOGIN_NAME_MAX definition in runtime (#77775)Rainer Orth2-2/+16
2024-01-11[flang] Fix fveclib on Darwin (#77605)Leandro Lupori1-0/+2
2024-01-11[flang][driver] Add support for -isysroot in the frontend (#77365)Leandro Lupori13-27/+75
2024-01-11[flang] FDATE extension implementation: get date and time in ctime format (#7...Yi Wu4-1/+104
2024-01-11[Flang][Parser] Add missing dependencies to CMakeLists.txt (#77483)Krzysztof Parzyszek1-0/+1
2024-01-11[flang][hlfir] Support box in user defined assignments (#77578)jeanPerier2-0/+31
2024-01-11[Flang] Support -mrvv-vector-bits flag (#77588)Luke Lau3-0/+55
2024-01-10[Flang][Parser] Add missing #include "flang/Common/idioms.h" (#77484)Krzysztof Parzyszek1-0/+1
2024-01-10[flang][doc] Correct spelling of CMakeLeandro Lupori1-1/+1
2024-01-10[flang] Document DEFAULT_SYSROOT usage on Darwin (#77353)Leandro Lupori1-0/+4
2024-01-10[flang] Add EXECUTE_COMMAND_LINE runtime and lowering intrinsics implementati...Yi Wu15-55/+719
2024-01-10[Flang] Any and All elemental lowering (#75776)David Green3-1/+314
2024-01-10[Flang][OpenMP][MLIR] Add support for -nogpulib option (#71045)Dominik Adamski7-5/+33