FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - caguerra/lpython · GitHub
caguerra
/
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 Nov 30, 2022
1. Make rex() return byte
Show description for 5086ddf
ubaidsk
committed
5086ddf
View commit details
Copy full SHA for 5086ddf
View code at this point
Browse repository at this point
WASM_X64: Enable wasm_x64 backend commandline flag
Show description for 80e4269
ubaidsk
committed
80e4269
View commit details
Copy full SHA for 80e4269
View code at this point
Browse repository at this point
WASM_X64: Implement initial backend
ubaidsk
committed
659fe2b
View commit details
Copy full SHA for 659fe2b
View code at this point
Browse repository at this point
X86Assembler: Update link to documentation
ubaidsk
committed
fef0ee7
View commit details
Copy full SHA for fef0ee7
View code at this point
Browse repository at this point
Commits on Nov 29, 2022
Merge pull request #1332 from czgdp1807/fix_expr_replacer
Show description for fc9d899
certik
authored
fc9d899
View commit details
Copy full SHA for fc9d899
View code at this point
Browse repository at this point
Merge pull request #288 from Thirumalai-Shaktivel/win_build_fixes
Thirumalai-Shaktivel
authored
2586b24
View commit details
Copy full SHA for 2586b24
View code at this point
Browse repository at this point
Support run by default in Windows
Thirumalai-Shaktivel
committed
34331ee
View commit details
Copy full SHA for 34331ee
View code at this point
Browse repository at this point
Use local variables for storing copy of current_expr in expression replacer
czgdp1807
committed
7c9dcf2
View commit details
Copy full SHA for 7c9dcf2
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
WASM_X86: Use alphabets and underscore for label names
Show description for 4cf57bf
ubaidsk
committed
4cf57bf
View commit details
Copy full SHA for 4cf57bf
View code at this point
Browse repository at this point
Commits on Nov 26, 2022
C: Implement List Section (#1324)
Smit-create
authored
1aeff83
View commit details
Copy full SHA for 1aeff83
View code at this point
Browse repository at this point
Commits on Nov 25, 2022
Handle function and its module having same name
czgdp1807
committed
a788c4b
View commit details
Copy full SHA for a788c4b
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
Provide correct location information for redefined functions
Show description for ba487f1
czgdp1807
committed
ba487f1
View commit details
Copy full SHA for ba487f1
View code at this point
Browse repository at this point
Handle Const[...] typed local variables while function call inlining
czgdp1807
committed
bb4c9c5
View commit details
Copy full SHA for bb4c9c5
View code at this point
Browse repository at this point
Fix passing Const[CPtr] to CPtr in bindC function
czgdp1807
committed
531b765
View commit details
Copy full SHA for 531b765
View code at this point
Browse repository at this point
Removed debug print statements
czgdp1807
committed
be6a8c5
View commit details
Copy full SHA for be6a8c5
View code at this point
Browse repository at this point
Following changes have been made,
Show description for 0270061
czgdp1807
committed
0270061
View commit details
Copy full SHA for 0270061
View code at this point
Browse repository at this point
Commits on Nov 21, 2022
Merge pull request #1297 from Thirumalai-Shaktivel/extend_loc_manager_1
Show description for 93cc7c2
certik
authored
93cc7c2
View commit details
Copy full SHA for 93cc7c2
View code at this point
Browse repository at this point
Use const_var_names
Smit-create
committed
a98d558
View commit details
Copy full SHA for a98d558
View code at this point
Browse repository at this point
Replace const_list_count with const_var_names
Smit-create
committed
bd2ccba
View commit details
Copy full SHA for bd2ccba
View code at this point
Browse repository at this point
Use map to store and get variable names
Smit-create
committed
1efec39
View commit details
Copy full SHA for 1efec39
View code at this point
Browse repository at this point
Commits on Nov 19, 2022
Run the executable if it is created without any errors.
Show description for ef95afc
Thirumalai-Shaktivel
committed
ef95afc
View commit details
Copy full SHA for ef95afc
View code at this point
Browse repository at this point
Merge pull request #1315 from Thirumalai-Shaktivel/nested_modules_03
Thirumalai-Shaktivel
authored
5a8b50f
View commit details
Copy full SHA for 5a8b50f
View code at this point
Browse repository at this point
Merge pull request #1303 from Smit-create/c7
Show description for 2873bd3
Smit-create
authored
2873bd3
View commit details
Copy full SHA for 2873bd3
View code at this point
Browse repository at this point
Merge pull request #1311 from Shaikh-Ubaid/wasm_x86_print_neg_ints
Show description for df11263
ubaidsk
authored
df11263
View commit details
Copy full SHA for df11263
View code at this point
Browse repository at this point
Use replace_regex to replace all occurrences of "." with "/"
Thirumalai-Shaktivel
committed
200313c
View commit details
Copy full SHA for 200313c
View code at this point
Browse repository at this point
Erase `\r` in the line (source_code) to fix Windows CI Failure
Thirumalai-Shaktivel
committed
5196ecb
View commit details
Copy full SHA for 5196ecb
View code at this point
Browse repository at this point
Introduce FileLocations in the test_error_rendering
Show description for 3345065
Thirumalai-Shaktivel
committed
3345065
View commit details
Copy full SHA for 3345065
View code at this point
Browse repository at this point
Introduce FileLocations to lpython.cpp, ast_to_asr and asr_to_llvm.cpp file.
Show description for 7c920d3
Thirumalai-Shaktivel
committed
7c920d3
View commit details
Copy full SHA for 7c920d3
View code at this point
Browse repository at this point
Continue the location information for the imported files.
Thirumalai-Shaktivel
committed
97978bf
View commit details
Copy full SHA for 97978bf
View code at this point
Browse repository at this point
Extend Location manger to handle multi-file import errors,
Show description for c937f97
Thirumalai-Shaktivel
committed
c937f97
View commit details
Copy full SHA for c937f97
View code at this point
Browse repository at this point
Commits on Nov 18, 2022
Add set_module_symbol function
Show description for 2222314
Thirumalai-Shaktivel
authored and
certik
committed
2222314
View commit details
Copy full SHA for 2222314
View code at this point
Browse repository at this point
Comment non-working test
certik
committed
f63c4cd
View commit details
Copy full SHA for f63c4cd
View code at this point
Browse repository at this point
Comment out non-working tests
certik
committed
376f9cf
View commit details
Copy full SHA for 376f9cf
View code at this point
Browse repository at this point
Synced libasr from LFortran
czgdp1807
authored and
certik
committed
5df9371
View commit details
Copy full SHA for 5df9371
View code at this point
Browse repository at this point
Implement CPtr deepcopy and handle CPtr type passing into functions (#1310)
czgdp1807
authored
d12ce4e
View commit details
Copy full SHA for d12ce4e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL