aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Fir
AgeCommit message (Expand)AuthorFilesLines
2021-12-17[flang][codegen] Add a conversion for `fir.coordinate_of` - part 2Andrzej Warzynski5-4/+154
2021-12-16[Flang][NFC] Add test with shape for allocmem and freememKiran Chandramohan1-0/+37
2021-12-15Add a new memory allocation rewrite pass.Eric Schweitz1-0/+34
2021-12-10[flang][codegen] Add a conversion for `!fir.coordinate_of` - part 1Andrzej Warzynski5-0/+274
2021-12-08Fix flang tests after MLIR changes on the handling of declarative assemblyMehdi Amini2-5/+5
2021-12-07Convert fir.allocmem and fir.freemem operations to calls to malloc and free, ...AlexisPerry2-4/+53
2021-12-07[Flang] Upstream conversion of the XRebox OpKiran Chandramohan1-0/+164
2021-12-06[fir] Add fircg.ext_array_coor conversionValentin Clement1-0/+125
2021-12-03[flang] Add missing LABEL in test. NFCDiana Picus1-0/+1
2021-12-03[fir] TargetRewrite: Rewrite fir.address_of(func)Diana Picus2-0/+30
2021-12-03[fir] Add fircg.ext_embox conversionValentin Clement1-0/+239
2021-12-02[Flang] Replace notifyMatchFailure with TODO hard failuresKiran Chandramohan11-120/+129
2021-12-01Revert "[Flang] Replace notifyMatchFailure with TODO hard failures"Kiran Chandramohan11-129/+120
2021-12-01[Flang] Replace notifyMatchFailure with TODO hard failuresKiran Chandramohan11-120/+129
2021-11-30[fir] Add array value copy passValentin Clement2-0/+545
2021-11-29[fir] Add data flow optimization passValentin Clement1-0/+79
2021-11-24Update fir.insert_on_range syntax to make the range more explicit (NFC)Mehdi Amini3-10/+18
2021-11-23[fir] Set !fir.len_param_index conversion to unimplementedDiana Picus1-0/+10
2021-11-19[fir] Add fir.no_reassoc conversionValentin Clement1-0/+20
2021-11-19[flang] Fix printing of constc and parsing of #fir.realDiana Picus1-0/+17
2021-11-18[flang][CodeGen] Transform `fir.field_index` to a sequence of LLVM MLIRAndrzej Warzynski1-0/+39
2021-11-18[flang][nfc] Remove trailing whitespaces from testsAndrzej Warzynski3-12/+12
2021-11-18[flang][codegen] Add `fir.end` conversion placeholderAndrzej Warzynski1-0/+7
2021-11-18[fir] Add tests for mlir::ComplexType conversionDiana Picus1-0/+28
2021-11-18[Flang] Notify conversion failure for Proc ops, typesKiran Chandramohan1-0/+25
2021-11-18[fir] Add fir.embox conversionValentin Clement1-0/+162
2021-11-18[fir] Add fir.constc conversionDiana Picus1-0/+32
2021-11-17[fir] !fir.tdesc type conversionValentin Clement1-0/+20
2021-11-17[fir] Add fir.box_tdesc conversionValentin Clement1-0/+17
2021-11-17[fir] Add conversion patterns for slice, shape, shapeshift and shift opsValentin Clement2-0/+96
2021-11-16[fir] Add fir.string_lit conversionValentin Clement1-0/+20
2021-11-16[MLIR][LLVM] Permit integer types in switch other than i32William S. Moses1-2/+2
2021-11-16[flang][fir] Add missing `HasParent` in `fir_DTEntryOp`Andrzej Warzynski1-0/+7
2021-11-16[flang][CodeGen] Transform `fir.boxchar_len` to a sequence of LLVM MLIRAndrzej Warzynski1-0/+76
2021-11-16[fir] Add fir.gentypedesc conversionValentin Clement1-0/+10
2021-11-16[fir] Add fir.cmpc conversionDiana Picus1-0/+51
2021-11-15[Flang] Add the FIR LLVMPointer TypeKiran Chandramohan3-0/+39
2021-11-15[fir] Add fir.global_len conversion placeholderValentin Clement1-0/+11
2021-11-15[flang][CodeGen] Transform `fir.unboxchar` to a sequence of LLVM MLIRAndrzej Warzynski1-0/+40
2021-11-15[fir] Add fir.select_type conversion placeholderValentin Clement1-0/+22
2021-11-15[flang][CodeGen] Transform `fir.emboxchar` to a sequence of LLVM MLIRAndrzej Warzynski2-0/+36
2021-11-15[fir] Add !fir.len type conversionValentin Clement1-0/+8
2021-11-12[Flang] Add type conversion for FIR integer kindKiran Chandramohan1-0/+24
2021-11-12[Flang] Add type conversion for FIR heap typeKiran Chandramohan1-0/+46
2021-11-11[flang][CodeGen] Transform `IsPresentOpConversion` and `AbsentOpConversion`Andrzej Warzynski1-0/+84
2021-11-11[fir] Add !fir.field type conversionValentin Clement1-0/+8
2021-11-11[fir] Add fir.select_case conversionValentin Clement2-0/+175
2021-11-11[fir] Add placeholder conversion pattern for disptach operationsValentin Clement1-0/+19
2021-11-11[fir] Add !fir.alloca conversionDiana Picus1-0/+132
2021-11-11[flang][codegen] Add type conversion for `fir.boxchar`Andrzej Warzynski1-0/+12