FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - sailfish009/lpython · GitHub
sailfish009
/
lpython
Public
forked from
lcompilers/lpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
lpython
src
on
main
User selector
Datepicker
Commit history
Commits on Sep 19, 2023
C: Fix passing array elements as reference
ubaidsk
committed
5253174
View commit details
Copy full SHA for 5253174
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
WASM: Use the new BindJS
Show description for f526da7
ubaidsk
committed
f526da7
View commit details
Copy full SHA for f526da7
View code at this point
Browse repository at this point
ASR: Introduce BindJS and @ jscall
ubaidsk
committed
a156a59
View commit details
Copy full SHA for a156a59
View code at this point
Browse repository at this point
WASM: Support importing functions declared in modules
ubaidsk
committed
9b1dba3
View commit details
Copy full SHA for 9b1dba3
View code at this point
Browse repository at this point
WASM: Use fixed 64mb space for compiled binary
ubaidsk
committed
afac7ba
View commit details
Copy full SHA for afac7ba
View code at this point
Browse repository at this point
CMake: Provide -fsanitize flag, also specify initial_memory=512Mb
Show description for fc64a7e
ubaidsk
committed
fc64a7e
View commit details
Copy full SHA for fc64a7e
View code at this point
Browse repository at this point
Support runtime library functions
ubaidsk
committed
90c240a
View commit details
Copy full SHA for 90c240a
View code at this point
Browse repository at this point
Commits on Sep 16, 2023
Use flags from lfortran
ubaidsk
committed
0da8790
View commit details
Copy full SHA for 0da8790
View code at this point
Browse repository at this point
Fix reference to derived_type_sym in FunctionType
ubaidsk
committed
12a376a
View commit details
Copy full SHA for 12a376a
View code at this point
Browse repository at this point
Pass current_scope to replace_args_with_FunctionParam()
ubaidsk
committed
7e67c83
View commit details
Copy full SHA for 7e67c83
View code at this point
Browse repository at this point
Commits on Sep 15, 2023
[small] tidy up warnings (#2323)
khushi-411
authored
825575a
View commit details
Copy full SHA for 825575a
View code at this point
Browse repository at this point
DEV: Remove unused code
czgdp1807
committed
5a02c75
View commit details
Copy full SHA for 5a02c75
View code at this point
Browse repository at this point
DEV: Update order of passes in pass_manager.h
czgdp1807
committed
8bcfc89
View commit details
Copy full SHA for 8bcfc89
View code at this point
Browse repository at this point
DEV: Shift handling of functions returning arrays to subroutine_from_function ASR pass
czgdp1807
committed
86fb16f
View commit details
Copy full SHA for 86fb16f
View code at this point
Browse repository at this point
DEV: Add an LCOMPILERS_ASSERT to make Array is actually of fixed size when physical type is FixedSizeArray
czgdp1807
committed
b3127c8
View commit details
Copy full SHA for b3127c8
View code at this point
Browse repository at this point
DEV: Keep ArraySize node intact if not being created for an ASR type
czgdp1807
committed
39c0e90
View commit details
Copy full SHA for 39c0e90
View code at this point
Browse repository at this point
DEV: Add simplification logic in make_ArraySize_t_util for creating ArraySize node in Array types
czgdp1807
committed
a8fc698
View commit details
Copy full SHA for a8fc698
View code at this point
Browse repository at this point
DEV: Do not edit Array types in nested vars pass
czgdp1807
committed
c82bb96
View commit details
Copy full SHA for c82bb96
View code at this point
Browse repository at this point
DEV: Add a utility method to check for array and aggregate types
czgdp1807
committed
76a3d6f
View commit details
Copy full SHA for 76a3d6f
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
Merge pull request #2322 from Shaikh-Ubaid/rename_and_fix_typo
Show description for 8b60246
ubaidsk
authored
8b60246
View commit details
Copy full SHA for 8b60246
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
[numpy] add trunc (#2316)
khushi-411
authored
df414fb
View commit details
Copy full SHA for df414fb
View code at this point
Browse repository at this point
Rename m_global_scope to m_symtab
ubaidsk
committed
2c008fc
View commit details
Copy full SHA for 2c008fc
View code at this point
Browse repository at this point
Fix typo dump_all_passes
ubaidsk
committed
4fd0124
View commit details
Copy full SHA for 4fd0124
View code at this point
Browse repository at this point
Sync libasr from LFortran
czgdp1807
committed
33c5bd8
View commit details
Copy full SHA for 33c5bd8
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
Further Refactoring for the ASR Symbolic Pass
anutosh491
committed
5bad6b5
View commit details
Copy full SHA for 5bad6b5
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
changes from lfortran
ubaidsk
committed
c6f1452
View commit details
Copy full SHA for c6f1452
View code at this point
Browse repository at this point
Commits on Sep 4, 2023
LLVM: Use bits implementation for optimization
Smit-create
committed
588ef41
View commit details
Copy full SHA for 588ef41
View code at this point
Browse repository at this point
Update fma/flipsign definitions
Smit-create
committed
78efe4f
View commit details
Copy full SHA for 78efe4f
View code at this point
Browse repository at this point
Add functions ids which needs to be skipped
Smit-create
committed
33b15fb
View commit details
Copy full SHA for 33b15fb
View code at this point
Browse repository at this point
Update fma/flipsign declaration
Smit-create
committed
c4b89cf
View commit details
Copy full SHA for c4b89cf
View code at this point
Browse repository at this point
Commits on Aug 28, 2023
Use [d1,d2,d3] format for dims in error messages
ubaidsk
committed
fdde3c9
View commit details
Copy full SHA for fdde3c9
View code at this point
Browse repository at this point
ASRUtils: Do not encode start dimensions
ubaidsk
committed
a3151c6
View commit details
Copy full SHA for a3151c6
View code at this point
Browse repository at this point
ASRUtils: Support ListConstant in is_value_constant()
ubaidsk
committed
a6741b5
View commit details
Copy full SHA for a6741b5
View code at this point
Browse repository at this point
ASR: Support Allocate statement using empty()
Show description for ca516bc
ubaidsk
committed
ca516bc
View commit details
Copy full SHA for ca516bc
View code at this point
Browse repository at this point
ASR: Merge assign_ast_target, ann_assign_target_type to assign_asr_target
ubaidsk
committed
c59961b
View commit details
Copy full SHA for c59961b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL