aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2024-05-25[flang] Revise IDE folder structure (#89745)Michael Kruse9-6/+17
2024-05-24[flang] [lldb] [llvm] Fix 'destory' comment typos [NFC] (#93260)Stephan T. Lavavej2-2/+2
2024-05-24[flang] Fix bug introduced by PR#93106 (#93326)Peter Klausler2-0/+52
2024-05-24[Flang][OpenMP] Remove the orphan section test (#93343)Kiran Chandramohan1-27/+0
2024-05-24[flang][runtime] Enable REAL printing in F18 offload runtime. (#87851)Slava Zakharin1-5/+0
2024-05-24[flang] Silence bogus error about NULL() actual for assumed-rank dummy (#93225)Peter Klausler2-11/+33
2024-05-24[Flang][OpenMP] Reenable and fix final few tests 6/6 (#93295)Kiran Chandramohan4-6/+48
2024-05-24[flang][debug] Add support for fixed size arrays. (#92568)Abid Qadeer4-0/+122
2024-05-24[Flang][OpenMP] Re-enable more OpenMP tests 5/n (#93246)Kiran Chandramohan11-22/+0
2024-05-23[flang] Extension: associating polymorphic pointer/allocatable actual… (#93...Peter Klausler4-6/+24
2024-05-23[flang] Revert two new interoperability semantic checks (#93112)Peter Klausler2-38/+2
2024-05-23[flang][runtime] Correct SELECTED_LOGICAL_KIND() (#93108)Peter Klausler1-4/+4
2024-05-23[flang] Better renaming in module files (#93106)Peter Klausler8-169/+261
2024-05-23[flang] Fix type of array constructor triplet (extension) (#92970)Peter Klausler2-24/+61
2024-05-23[flang] Fix bad shape analysis of assumed-rank dummy (#92936)Peter Klausler2-4/+14
2024-05-23[flang] Silence warnings from module files after recent change (#92834)Peter Klausler1-17/+14
2024-05-23[flang] Fix variable unformatted I/O bug with output after input (#92828)Peter Klausler2-1/+8
2024-05-23[flang] Fix crash in error recovery (bad binding) (#92800)Peter Klausler3-16/+23
2024-05-23[Flang][OpenMP] Reenable a few tests 4/n (#93214)Kiran Chandramohan10-20/+0
2024-05-23[flang] Fix crash in error recovery (implicit host association) (#92795)Peter Klausler3-22/+39
2024-05-23[flang] Fix crash in error recovery (#92786)Peter Klausler4-20/+39
2024-05-23[flang][runtime] Added noinline for some functions in device build. (#93128)Slava Zakharin3-4/+27
2024-05-23Fix more diagnostic wording for style; NFC (#93190)Aaron Ballman3-28/+28
2024-05-23[flang][debug] Support complex types. (#92559)Abid Qadeer3-0/+77
2024-05-23[flang][HLFIR][NFC] Reduce intrinsic lowering pass boilerplate (#93062)Tom Eccles4-14/+1
2024-05-23Fixing the location attribute added to mapInfoOp (#90764)Anchu Rajendran S2-3/+9
2024-05-22[flang] Lower selected_char_kind to runtime call (#93095)Valentin Clement (バレンタイン クレメン)5-0/+59
2024-05-22[flang] Lower selected_logical_kind to its runtime call (#93091)Valentin Clement (バレンタイン クレメン)5-0/+112
2024-05-22[Flang][OpenMP] Re-enable tests on windows 3/n (#93070)Kiran Chandramohan18-36/+0
2024-05-22[flang] cmake fix for FLANG_RUNTIME_F128_MATH_LIB build (#93054)dpalermo1-1/+1
2024-05-22[Flang][OpenMP] Re-enable tests on windows 2/n (#93013)Kiran Chandramohan18-36/+0
2024-05-22[flang][CodeGen] Avoid out-of-bounds memory access in SelectCaseOp (#92955)Krzysztof Parzyszek1-11/+12
2024-05-22[flang][HLFIR][NFC] Use tablegen to reduce assignment pass boilerplate (#93030)Tom Eccles4-7/+4
2024-05-22[flang][Driver][test] add missing run lines to fopenmp test (#92784)Tom Eccles1-1/+6
2024-05-22[flang][OpenMP] Diagnose invalid reduction modifiers (#92406)Krzysztof Parzyszek4-3/+150
2024-05-22[flang][HLFIR] Adapt OptimizedBufferization to run on all top level ops (#92898)Tom Eccles6-12/+20
2024-05-22[flang] Add debug information for module variables. (#91582)Abid Qadeer5-3/+217
2024-05-22[Flang][OpenMP] Re-enable tests on windows 1/n (#92904)Kiran Chandramohan22-44/+0
2024-05-21[flang][cuda] Accept constant as src for cuf.data_tranfer (#92951)Valentin Clement (バレンタイン クレメン)4-11/+24
2024-05-21[flang][cuda][NFC] Silence warning triggered in buildbotValentin Clement1-2/+2
2024-05-21[flang][cuda] Enable data transfer for descriptors (#92804)Valentin Clement (バレンタイン クレメン)4-19/+58
2024-05-21[flang][cuda] Fix memory side effects on cuf.data_transfer op (#92928)Valentin Clement (バレンタイン クレメン)1-2/+2
2024-05-21[flang][Lower] Emit exiting branches from within constructs (#92455)Krzysztof Parzyszek3-29/+167
2024-05-21[flang][HLFIR] Adapt InlineElementals to run on all top level ops (#92734)Tom Eccles7-16/+29
2024-05-21[Flang][OpenMP] Fix lastprivate store issue (#92777)Kiran Chandramohan2-1/+20
2024-05-21[Flang][OpenMP] Re-enable tests without runtime issues on Windows (#92824)Kiran Chandramohan137-274/+0
2024-05-20Adding parsing and semantic check support for omp masked (#91432)Anchu Rajendran S8-2/+158
2024-05-21Revert "[flang][OpenMP] Try to unify induction var privatization for OMP regi...Muhammad Omair Javaid61-388/+216
2024-05-20[flang][runtime] Added io-api-minimal.cpp to the offload build. (#92807)Slava Zakharin1-0/+1
2024-05-20[NFC][flang][runtime] Avoid recursion in EditCharacterOutput and EditLogicalO...Slava Zakharin1-2/+5