summaryrefslogtreecommitdiff
path: root/flang/test/Lower/allocatable-polymorphic.f90
AgeCommit message (Expand)Author
2025-11-18[flang][NFC] Strip trailing whitespace from tests (6 of N)Tarun Prabhu
2025-11-12[flang][debug] Track dummy argument positions explicitly. (#167489)Abid Qadeer
2025-05-19[flang][cuda] Use a reference for asyncObject (#140614)Valentin Clement (バレンタイン クレメン)
2025-05-08[flang] Correctly prepare allocatable runtime call arguments (#138727)Asher Mancinelli
2025-05-01Revert "[flang][cuda] Use a reference for asyncObject" (#138221)Valentin Clement (バレンタイン クレメン)
2025-05-01[flang][cuda] Use a reference for asyncObject (#138186)Valentin Clement (バレンタイン クレメン)
2025-04-30Revert "[flang][cuda] Use a reference for asyncObject (#138010)" (#138082)Valentin Clement (バレンタイン クレメン)
2025-04-30[flang][cuda] Use a reference for asyncObject (#138010)Valentin Clement (バレンタイン クレメン)
2025-04-09[flang][cuda] Add asyncId to allocate entry point (#134947)Valentin Clement (バレンタイン クレメン)
2025-03-21[flang][NFC] use hlfir.declare first result when both results are raw pointer...jeanPerier
2025-02-13[MLIR][LLVMIR] Always use TargetFolder in IRBuilder (#126929)Nikita Popov
2025-01-16[flang] Do not produce result for void runtime call (#123155)Valentin Clement (バレンタイン クレメン)
2024-12-23Revert "Reland '[flang] Allow to pass an async id to allocate the descriptor ...Valentin Clement (バレンタイン クレメン)
2024-12-23Reland '[flang] Allow to pass an async id to allocate the descriptor (#118713...Valentin Clement (バレンタイン クレメン)
2024-12-18[flang] Add UNSIGNED (#113504)Peter Klausler
2024-12-07Revert "[flang] Allow to pass an async id to allocate the descriptor (#118713...Valentin Clement (バレンタイン クレメン)
2024-12-04[flang] Allow to pass an async id to allocate the descriptor (#118713)Valentin Clement (バレンタイン クレメン)
2024-10-30[flang][fir] always use memcpy for fir.box (#113949)Asher Mancinelli
2024-08-21[RFC][flang] Replace special symbols in uniqued global names. (#104859)Slava Zakharin
2024-08-14[flang] Read the extra field from the in box when doing reboxing (#102992)Valentin Clement (バレンタイン クレメン)
2024-08-06[flang] Match the type of the element size in the box in getValueFromBox (#10...Kelvin Li
2024-08-01[flang] Add ability to have special allocator for descriptor data (#100690)Valentin Clement (バレンタイン クレメン)
2024-05-08[flang] Lowering changes for assigning dummy_scope to hlfir.declare. (#90989)Slava Zakharin
2024-03-19[flang] Enable polymorphic lowering by default (#83285)jeanPerier
2024-02-16[flang] Do not leave length parameters uninitialized in descriptor addendums ...jeanPerier
2024-02-05[flang] Do not instantiate runtime info globals in functions (#80447)jeanPerier
2023-12-05[flang] Fix issue with lookup in the binding table (#74416)Valentin Clement (バレンタイン クレメン)
2023-11-13[flang][NFC] Use hlfir=false and flang-deprecated-no-hlfir in legacy tests (#...jeanPerier
2023-11-08[flang] Change `uniqueCGIdent` separator from `.` to `X` (#71338)Fabian Mora
2023-10-11[flang] Use object before converts in fir.dispatch (#68589)jeanPerier
2023-09-22[flang] Deallocate local allocatable at end of their scopes (#67036)jeanPerier
2023-04-24[flang] Turn on use-desc-for-alloc by defaultJean Perier
2023-03-23[flang] Lowering fir.dispatch in the polymorphic op passRenaud-K
2023-03-20[flang] Update allocate lowering to use AllocatableInit.*ForAllocate functionsValentin Clement
2023-03-17[flang] Replace !fir.ref<T> -> T conversion with a loadRenaud-K
2023-02-08[flang] Unlimited polymoprhic allocated as characterValentin Clement
2023-02-02[flang] Use rank from the allocate object when allocate with moldValentin Clement
2023-01-31[flang] Use fir.type_desc and delay type desc address resolutionValentin Clement
2023-01-18[flang] Allocate polymorphic with SOURCE= using ApplyMoldValentin Clement
2023-01-17[flang] Support allocate with source for polymorphic entitiesValentin Clement
2023-01-17[flang] Lower allocation with MOLDValentin Clement
2023-01-16[flang] Update createTempMutableBox to support polymorphic entitiesValentin Clement
2023-01-12[flang] Carry the whole polymorphic box in PolymorphicValueValentin Clement
2023-01-12[flang] Restore declared type when deallocating polymorphic entitiesValentin Clement
2022-12-16[flang] Unlimited polymoprhic allocation with intrinsic type specValentin Clement
2022-12-13[flang] Use input type when emboxing/reboxing polymorphic entitiesValentin Clement
2022-11-17[flang] Set default to -ffpcontract=fastTom Eccles
2022-11-02[flang] Fix for polymoprhic pointer componentValentin Clement
2022-11-01[flang] Handle pointer assignment with polymorphic entitiesValentin Clement
2022-10-31[flang] Fix code generation for polymorphic deallocationValentin Clement