-
-
Notifications
You must be signed in to change notification settings - Fork 162
Insights: lfortran/lfortran
Overview
Could not load contribution data
Please try again later
43 Pull requests merged by 12 people
-
fix: missing location information of variables
#5832 merged
Dec 27, 2024 -
[MLIR] Add support for more nodes
#5842 merged
Dec 27, 2024 -
fix : don't use allocatable return in
move_alloc
intrinsic.#5837 merged
Dec 27, 2024 -
syntax error for a program containing '&'
#5834 merged
Dec 27, 2024 -
[MLIR] Visit Modules in the TranslationUnit scope
#5835 merged
Dec 27, 2024 -
enh:Fortran Backend: Nullify Visitor
#5665 merged
Dec 26, 2024 -
Switch to simplifier by default and add
--no-experimental-simplifier
#5830 merged
Dec 26, 2024 -
[MLIR] Add support for Function, SubroutineCall and FunctionCall
#5828 merged
Dec 26, 2024 -
fix: incorrect_pragma generates ast and asr with cc flag
#5823 merged
Dec 25, 2024 -
feat: Support (
ArrayItem
=ArrayConstant
) type of Assignments with array indices#5824 merged
Dec 25, 2024 -
feat: Support
ArraySection
with array indices insideArrayConstructor
#5820 merged
Dec 25, 2024 -
fix: bad_implicit typing generates ast and asr with cc flag
#5819 merged
Dec 25, 2024 -
Fix for simplification of
Where
#5822 merged
Dec 25, 2024 -
fix: line / column information
#5818 merged
Dec 25, 2024 -
fix: End function name mismatch with function name generates ast with cc
#5816 merged
Dec 24, 2024 -
feat: Support Assignment of Multidimensional
ArrayItem
withArrayConstant
Indices#5812 merged
Dec 24, 2024 -
fix: decrement loop variable to retain correct value when using loop variable after loop
#5764 merged
Dec 24, 2024 -
enh: output of
--lookup-name
by appending filename#5806 merged
Dec 24, 2024 -
CI: Compile PRIMA with
--experimental-simplifier
#5810 merged
Dec 24, 2024 -
DEV: Fixes for non-allocatable target for a allocatable typed function call
#5809 merged
Dec 24, 2024 -
DEV: Fixes for implied_do_loops pass
#5808 merged
Dec 24, 2024 -
fix: incorrect location information of
ExternalSymbol
#5804 merged
Dec 24, 2024 -
feat: Support ArrayItem in ArrayConstructor
#5798 merged
Dec 23, 2024 -
fix: allow procedure pointer initialisation with Var
#5800 merged
Dec 23, 2024 -
fix: location information of imported symbols from another Module
#5796 merged
Dec 23, 2024 -
DEV: Fixes for implied_do_loops pass
#5799 merged
Dec 23, 2024 -
rem: setting loc information while deserialzing to zero
#5787 merged
Dec 23, 2024 -
fix:
init.f90
file generates ast and asr with cc flag#5783 merged
Dec 22, 2024 -
chore: apply code review suggestions to
_lfortran_formatted_read()
#5792 merged
Dec 22, 2024 -
[MLIR] Support WhileLoop
#5789 merged
Dec 22, 2024 -
enh : Avoid segfaults on strcpy with RHS-unallocated string
#5754 merged
Dec 22, 2024 -
[MLIR] Support more visitors
#5788 merged
Dec 22, 2024 -
[MLIR] Support ArrayBound visitor
#5782 merged
Dec 22, 2024 -
Handling Array Assignment where both LHS and RHS are Array Item with Array Constant as Array reference
#5786 merged
Dec 21, 2024 -
DEV: Fix for ArrayConstructor handling in implied_do_loops pass
#5776 merged
Dec 21, 2024 -
[MLIR] Add '\0' to StringAttr to fix printing the garbage value
#5778 merged
Dec 21, 2024 -
Bug #5531 - Added conflict diagnostic error message for pointer/allocatable attribute
#5777 merged
Dec 21, 2024 -
fix: visit procedure declaration after visiting func/subrout in
ast_symboltable_visitor
#5770 merged
Dec 20, 2024 -
Fix: Support for self-referencing procedure declaration
#5775 merged
Dec 20, 2024 -
Handling Array Assignment where array ref is Array Constant and value being Array Constant
#5773 merged
Dec 20, 2024 -
CI: update branch and commit for 'Test POT3D' testing
#5771 merged
Dec 20, 2024
5 Pull requests opened by 4 people
-
Test for reshape call as a parameter inside reshape function
#5780 opened
Dec 21, 2024 -
refactor (ASR): add field `ttype* member_types` to `StructType`
#5791 opened
Dec 22, 2024 -
fix: Update real function to provide correct kind
#5797 opened
Dec 23, 2024 -
Improved COMMON block parsing
#5811 opened
Dec 24, 2024 -
enh: support multiple integer types for `_lfortran_str_item`
#5846 opened
Dec 27, 2024
25 Issues closed by 9 people
-
global module variables do not work with `--lookup-name`
#5829 closed
Dec 27, 2024 -
`move_alloc` doesn't work as expected
#5634 closed
Dec 27, 2024 -
syntax error for a program containing '&'
#5825 closed
Dec 27, 2024 -
run_tests is failing: incompatible modfile format
#5821 closed
Dec 25, 2024 -
Third party codes to be compiled with `--experimental-simplifier`
#5717 closed
Dec 25, 2024 -
segfault with simplifier pass for nested intrinsic function call
#5807 closed
Dec 25, 2024 -
Bad loop variable
#5761 closed
Dec 24, 2024 -
bug: `StructInstanceMember` not supported for `newunit` argument to `open` statement
#5728 closed
Dec 24, 2024 -
pass filename to `--lookup-name` output used for `Go To Definition`
#5805 closed
Dec 24, 2024 -
Continue Compilation flag fails for some errors
#5463 closed
Dec 24, 2024 -
Move 2 error tests into continue compilation tests
#5781 closed
Dec 24, 2024 -
Location information for multiple files bugs
#5802 closed
Dec 24, 2024 -
(PRIMA) Handle ArrayReference with ArrayConstant indices in ArrayConstructor
#5779 closed
Dec 23, 2024 -
bug: initializing procedure pointer not allowed inside `program`
#5737 closed
Dec 23, 2024 -
simplifier pass: internal compiler error in simplifier.cpp
#5795 closed
Dec 23, 2024 -
LSP with modules
#5772 closed
Dec 23, 2024 -
ES format misbehaving
#5793 closed
Dec 23, 2024 -
Integration tests fail in main
#5622 closed
Dec 22, 2024 -
address comments left for '_lfortran_formatted_read' in #5583
#5664 closed
Dec 22, 2024 -
(PRIMA) Handle array assigning with array constant as reference
#5656 closed
Dec 22, 2024 -
[MLIR] Support ArrayBound
#5726 closed
Dec 22, 2024 -
Fix a issue with Print in MLIR backend
#5693 closed
Dec 21, 2024 -
bug: do not allow declaration of `parameter` variables with `allocatable`/`pointer` attribute
#5531 closed
Dec 21, 2024 -
bug: defining procedure pointer with `subroutine` not allowed
#5757 closed
Dec 20, 2024 -
bug: self-referencing procedure pointers not supported
#5735 closed
Dec 20, 2024
20 Issues opened by 11 people
-
AssertionFailure on string concatenation of allocatable array
#5845 opened
Dec 27, 2024 -
bug : `pass_by_array` doesn't replace the name for the changed function with use of `class`
#5844 opened
Dec 27, 2024 -
--show-document-symbols can return invalid ranges
#5843 opened
Dec 27, 2024 -
bug : functions in `program` can't access struct instances properly
#5841 opened
Dec 27, 2024 -
bug : array-struct member in arrayconstructor
#5840 opened
Dec 27, 2024 -
bug : different integer kinds passed to `lfortran_str_item` parameter `idx` fails
#5839 opened
Dec 27, 2024 -
bug : allocatable string in select case
#5838 opened
Dec 27, 2024 -
dftatom got slower with simplifier
#5836 opened
Dec 26, 2024 -
location information of `Var` in `RealBinOp` is incorrect
#5833 opened
Dec 26, 2024 -
aimag not supporting kind
#5831 opened
Dec 26, 2024 -
incorrect location information of `implicit` variables
#5826 opened
Dec 25, 2024 -
LSP: count lines/columns from 1
#5817 opened
Dec 24, 2024 -
Run all integration tests with `--std=f23`
#5815 opened
Dec 24, 2024 -
Function call causing failed verification in asr_to_llvm
#5814 opened
Dec 24, 2024 -
Fortran code snippets that do not generate ASR and AST with cc flag
#5813 opened
Dec 24, 2024 -
bug : array of characters doesn't do actual stringcopying, It just stores the pointers
#5801 opened
Dec 23, 2024 -
ES format misbehaving
#5794 opened
Dec 23, 2024 -
Common block object array-spec doesn't accept explicit-shape-spec
#5785 opened
Dec 21, 2024 -
`template_error_07c.f90` encounters zsh: bus error using cc flag
#5784 opened
Dec 21, 2024 -
refactor (AST -> ASR): `procedure` declaration
#5774 opened
Dec 20, 2024
20 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fix: add `AST` node for `allocate` in programs without `program` line
#5708 commented on
Dec 22, 2024 • 3 new comments -
Support complex args in findloc intrinsic
#5732 commented on
Dec 21, 2024 • 0 new comments -
enh: free allocatable `StructInstanceMember`
#5486 commented on
Dec 26, 2024 • 0 new comments -
Code to compile: fman
#4711 commented on
Dec 27, 2024 • 0 new comments -
bug: procedure call on `ArrayItem` not supported
#5731 commented on
Dec 27, 2024 • 0 new comments -
call to FLUSH raises undefined intrinsic
#5709 commented on
Dec 26, 2024 • 0 new comments -
prima: LLVM assertion failure: invalid type conversion
#5520 commented on
Dec 25, 2024 • 0 new comments -
Compiling PRIMA
#4397 commented on
Dec 25, 2024 • 0 new comments -
(PRIMA) Handle Array assigning with ArraySection and ArrayConstant as reference
#5657 commented on
Dec 25, 2024 • 0 new comments -
TODO for LSP
#5765 commented on
Dec 24, 2024 • 0 new comments -
`--rename-symbol` sometimes returns incorrect ranges
#5524 commented on
Dec 23, 2024 • 0 new comments -
Enh: Conversion from LOGICAL to INTEGER
#4286 commented on
Dec 22, 2024 • 0 new comments -
Blank COMMON parsing error
#5662 commented on
Dec 21, 2024 • 0 new comments -
Consecutive common block syntax - semantic error
#3110 commented on
Dec 21, 2024 • 0 new comments -
Tokenize blank COMMON blocks
#1450 commented on
Dec 21, 2024 • 0 new comments -
Implement `COMMON BLOCK`
#661 commented on
Dec 21, 2024 • 0 new comments -
Add MLIR backend
#4319 commented on
Dec 21, 2024 • 0 new comments -
Add exhaustive test for elemental functions
#3204 commented on
Dec 21, 2024 • 0 new comments -
test: reshape with shape as reshape function call segfaults
#4649 commented on
Dec 21, 2024 • 0 new comments -
ASR Idea: adding a name of the struct into the `StructType` ttype itself
#5766 commented on
Dec 20, 2024 • 0 new comments