aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2024-06-19Avoid object libraries in the VS IDE (#93519)Michael Kruse1-6/+15
2024-06-19[flang] allow assumed-rank box in fir.store (#95980)jeanPerier4-13/+58
2024-06-19[flang] allow assumed-rank box in fir.alloca (#95947)jeanPerier2-2/+14
2024-06-18[flang][NFC] Fix typo getFuncElementAttrName -> getFuncElementalAttrName (#95...Valentin Clement (バレンタイン クレメン)2-2/+2
2024-06-18Revert "[flang] Add FLANG_PARALLEL_COMPILE_JOBS option" (#96000)Tom Stellard2-13/+0
2024-06-18[Flang]Fix for changed code at the end of AllocaIP. (#92430)Mats Petersson1-0/+48
2024-06-18[flang][cuda] Relax cuf.data_transfer verifier (#95974)Valentin Clement (バレンタイン クレメン)2-2/+20
2024-06-18[flang] Handle procedure pointer and dummy procecure in REDUCE intrinsic call...Valentin Clement (バレンタイン クレメン)2-2/+38
2024-06-18[flang] Fold IEEE_SUPPORT_xxx() intrinsic functions (#95866)Peter Klausler18-334/+498
2024-06-18[flang] Fix crash due to overly broad assertion (#95809)Peter Klausler2-5/+9
2024-06-18[flang] Add FLANG_PARALLEL_COMPILE_JOBS option (#95672)Tom Stellard2-0/+13
2024-06-18[flang] Change vector always errors to warnings (#95908)David Truby3-8/+5
2024-06-18[flang] Simplify copy-in copy-out runtime API (#95822)jeanPerier26-387/+376
2024-06-18[AArch64][TargetParser] move CPUInfo into tablegen [NFC] (#92145)Tomas Matheson1-2/+2
2024-06-17[flang] Fix comments and formatting. (NFC) (#95786)Abid Qadeer1-13/+11
2024-06-17[Flang] Switch to common::visit more call sites (#90018)Alexander Shaposhnikov29-353/+391
2024-06-17[flang] Add a REDUCE clause to each nested loop (#95555)khaki32-10/+12
2024-06-17[flang] Add -mlink-builtin-bitcode option to fc1 (#94763)Jan Leyonberg6-1/+88
2024-06-17[flang][debug] Support allocatables. (#95557)Abid Qadeer4-2/+87
2024-06-17[flang][debug] Support fixed size character type. (#95462)Abid Qadeer4-0/+73
2024-06-14[flang] Fixing PPC lit failure due to alloca reordering. (#95621)Vijay Kandiah5-1521/+1522
2024-06-14[flang] Fix shared libs build for alloca change. (#95597)Vijay Kandiah1-0/+1
2024-06-14[mlir] Do not merge blocks during canonicalization by default (#95057)Mehdi Amini6-7/+11
2024-06-14[flang] Lower function/subroutine attribute to func op (#95468)Valentin Clement (バレンタイン クレメン)8-8/+62
2024-06-14[flang][cuda] Propagate data attribute to global with initialization (#95504)Valentin Clement (バレンタイン クレメン)4-18/+37
2024-06-14[flang] Add stack reclaim pass to reclaim allocas in loop (#95309)Valentin Clement (バレンタイン クレメン)10-0/+94
2024-06-14[flang] Lower REDUCE intrinsic for reduction op with args by value (#95353)Valentin Clement (バレンタイン クレメン)5-75/+674
2024-06-14[Flang] Hoisting constant-sized allocas at flang codegen. (#95310)Vijay Kandiah9-117/+137
2024-06-14[flang] Implement !DIR$ VECTOR ALWAYS (#93830)David Truby21-9/+396
2024-06-14[Flang][OpenMP] Fix type in getBaseObject causing crashes in certain scenario...agozillon1-1/+1
2024-06-14[flang][OpenMP] Support reduction of POINTER variables (#95148)Tom Eccles3-8/+255
2024-06-14[Flang][OpenMP] NFC: Check omp.loop_nest in compound construct lowering (#95404)Sergio Afonso2-1/+71
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-8/+8
2024-06-14[MLIR][Flang][OpenMP] Implement lowering simd aligned to MLIR (#95198)harishch46-5/+170
2024-06-13[flang] Address missed cases for REDUCE change, fixes shared lib build (#95481)Peter Klausler2-36/+94
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad3-7/+7
2024-06-13[flang][preprocessor] Fixed-form continuation across preprocessing di… (#95...Peter Klausler8-7/+58
2024-06-13[flang][runtime] Distinguish VALUE from non-VALUE operations in REDUCE (#95297)Peter Klausler6-363/+906
2024-06-13[flang] Catch NULL(MOLD=assumed-rank) (#95270)Peter Klausler2-1/+11
2024-06-13[flang] Improve error recovery in tricky situation (#95168)Peter Klausler5-10/+63
2024-06-13Adding a couple of pointer components tests (#95287)Renaud Kauffmann1-1/+53
2024-06-13Reapply "[Flang] Use PrintModulePass to print LLVM IR from the frontend (#951...Stephen Tozer3-62/+77
2024-06-13[flang][Semantics][OpenMP] Check type of reduction variables (#94596)Tom Eccles4-11/+184
2024-06-13[flang] handle assume-rank descriptor updates in calls (#95229)jeanPerier2-23/+85
2024-06-13[flang] Update UBOUND runtime API and lowering (#95085)jeanPerier6-119/+195
2024-06-13[flang][fir] handle poly to non poly case in rebox_assumed_rank (#95240)jeanPerier2-1/+16
2024-06-12[flang] Add reductions for CUF Kernels: Lowering (#95184)Iman Hosseini4-4/+103
2024-06-12[flang] Disable Fortran free form line continuation in non-source lin… (#94...Peter Klausler5-34/+116
2024-06-12[flang] Add support for lowering directives at the CONTAINS level (#95123)vdonaldson4-91/+243
2024-06-12[Flang][OpenMP][Lower] Add lowering support of OpenMP distribute to MLIR (#67...Sergio Afonso6-9/+374