summaryrefslogtreecommitdiff
path: root/flang
Commit message (Expand)AuthorAgeFilesLines
* [Flang] Restrict emit-asm-from-mlir.mlir to be ran on specific targets using ...Amy Kwan2023-02-141-1/+1
* [flang] Fixed missing dependency.Slava Zakharin2023-01-241-0/+1
* [flang] Keep a fir.box type when doing an array of derived type componentValentin Clement2023-01-242-1/+15
* [flang] Use input type to recover the type desc when emboxingValentin Clement2023-01-242-1/+14
* [flang] Handle passing NULL() to polymorphic pointer argumentValentin Clement2023-01-242-1/+16
* [flang][NFC] Fix typoValentin Clement2023-01-241-1/+1
* [flang] Support polymorphic input array for PACK intrinsicValentin Clement2023-01-242-2/+25
* [NFC] Add missing llvm:: specifierScott Linder2023-01-231-1/+1
* [NFC] Consolidate llvm::CodeGenOpt::Level handlingScott Linder2023-01-231-17/+4
* [flang] Avoid unnecessary temporaries in ArrayValueCopy.Slava Zakharin2023-01-2312-84/+438
* [flang] Keep polymorphic aspect when lowering intrinsic argumentsValentin Clement2023-01-232-5/+17
* [flang] Add conditional rebox when passing fir.box to optional fir.classValentin Clement2023-01-233-6/+84
* [Flang] fix a copy-paste error in scope.cppShivam Gupta2023-01-231-1/+1
* [flang] Deal with NULL() passed as actual arg to unlimited polymorphic dummyValentin Clement2023-01-234-0/+42
* [Flang][NFC] fix a cpoy-paste in fold-logical.cppShivam Gupta2023-01-221-1/+0
* [OpenMP] Try to fix Flang after new clause was addedJohannes Doerfert2023-01-211-0/+1
* [flang] Add lowering of move_alloc to IntrinsicCallDavid Truby2023-01-208-1/+210
* [flang][hlfir] Enable allocate, deallocate, pointer assignment loweringJean Perier2023-01-206-168/+319
* [flang][hlfir] Lower pointer and allocatable sub-part referencesJean Perier2023-01-203-43/+124
* [Flang] Explicitly include cstdint (NFC)Nikita Popov2023-01-201-0/+1
* [NFC][flang] Added debug option to bisect TBAA tag attachments.Slava Zakharin2023-01-192-0/+26
* [Flang][Debug] Modifications for getting pathnameKiran Chandramohan2023-01-195-14/+46
* [flang] Allow pointer association between derived-type pointer and unlimited ...Valentin Clement2023-01-192-0/+19
* [flang] Support polymorphic source in RESHAPE intrinsicValentin Clement2023-01-192-2/+23
* [flang] Fix SELECT TYPE lowering when CLASS DEFAULT is not the last type guardValentin Clement2023-01-192-0/+53
* [flang][hlfir] Lower whole allocatable or pointer component refJean Perier2023-01-195-17/+172
* [flang] Add semantic check for multiple part-ref with non-zero rankKelvin Li2023-01-192-0/+9
* [flang][hlfir] Enable lowering and passing of allocatables and pointers.Jean Perier2023-01-1910-146/+530
* [mlir][OpenMP] Add nontemporal clause definition to simd constructDominik Adamski2023-01-191-2/+2
* [flang] Fixed unittest build issue with older gcc.Slava Zakharin2023-01-181-7/+0
* [flang] Do not perform INTERNAL_CHECK for deallocation of unlimited polymorph...Valentin Clement2023-01-183-4/+29
* [flang] Allocate polymorphic with SOURCE= using ApplyMoldValentin Clement2023-01-183-32/+49
* [flang] Add implementation of move_alloc to the runtimeDavid Truby2023-01-184-5/+110
* [flang] Move TODO to the source allocation partValentin Clement2023-01-181-2/+2
* [flang] Add TODO for allocate array with scalar sourcePeixin Qiao2023-01-181-0/+2
* [Flang] Fix parsing error on loop count compiler directiveNadeem, Usman2023-01-175-1/+17
* [flang] Generate TBAA information.Slava Zakharin2023-01-1710-98/+963
* [flang] Support allocate with source for polymorphic entitiesValentin Clement2023-01-172-45/+116
* [flang] Lower allocation with MOLDValentin Clement2023-01-175-5/+81
* [Flang] [OpenMP] Refine parser restrictions for OMP TARGET UPDATE clauses.Raghu Maddhipatla2023-01-171-0/+8
* [flang] fix FIRLangRef.md pathLeonardo Sandoval2023-01-171-1/+1
* [flang][hlfir] Lower some character elemental referencesJean Perier2023-01-173-8/+117
* [flang][OpenMP] Parser support for the unroll construct (5.1)Abid Malik2023-01-175-1/+55
* [flang][OpenMP] Added parser support for Tile Construct ( OpenMP 5.1)Abid Malik2023-01-175-1/+54
* [flang] Lower elemental and transformational clean-up in HLFIRJean Perier2023-01-1711-69/+176
* [flang][hlfir] Add hlfir.destroy operation.Jean Perier2023-01-174-20/+196
* [flang][hlfir] Add move semantics to hlfir.as_expr.Jean Perier2023-01-175-8/+53
* [flang][NFC] Fix typo in Cray pointee error messageKelvin Li2023-01-162-3/+3
* [flang] Switch spread first argument lowering from asAddr to asBoxValentin Clement2023-01-162-9/+39
* [flang] Update createTempMutableBox to support polymorphic entitiesValentin Clement2023-01-166-30/+110