Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
3bb6b06
Initial commit for power function
NicholasPaulick Feb 10, 2025
42ae1a0
Float power jit developed
Feb 11, 2025
2a764ee
Addded support for Floats and Ints
Feb 11, 2025
45027ba
Integration Testing for JITPower implementation.
JoeLoparco Feb 12, 2025
7a79eec
Merge branch 'RustPython:main' into power-jit
dohear Feb 16, 2025
9b5d704
Merge branch 'power-jit' into joe-power-jit
NicholasPaulick Feb 16, 2025
0b5e318
Merge pull request #1 from dohear/joe-power-jit
NicholasPaulick Feb 16, 2025
4d6bfe0
Update instructions.rs
JoeLoparco Feb 17, 2025
402d6e3
Update int_tests.rs
JoeLoparco Feb 17, 2025
5526a08
Update float_tests.rs
JoeLoparco Feb 17, 2025
91579a2
Updated cranelift and power function to use magic bs
Feb 20, 2025
55349b7
Updated the compile_fpow accuracy
Feb 20, 2025
b8c4295
Merge branch 'RustPython:main' into CraneliftChanges
dohear Feb 20, 2025
38397fa
updating while loop test
Feb 20, 2025
5879b8f
Update instructions.rs
n4t3rusch Feb 21, 2025
5700523
Update instructions.rs
n4t3rusch Feb 21, 2025
6b771de
Update instructions.rs
n4t3rusch Feb 21, 2025
216ecb0
Merge branch 'power-jit' into int-mul/div-stable
Feb 21, 2025
d234bba
initial commit for making stable PR ready features
Feb 24, 2025
c79ff3e
Merge branch 'RustPython:main' into int-mul/div-stable
dohear Feb 24, 2025
b82bbe9
fixed final edge case for compile_ipow
Feb 25, 2025
88daa90
Merge branch 'RustPython:main' into int-mul/div-stable
dohear Feb 25, 2025
278e907
fixed final edge case for compile_ipow
Feb 25, 2025
05294a2
commenting out compile_ipow
Feb 25, 2025
cb527bf
Merge branch 'RustPython:main' into main
dohear Feb 25, 2025
69779a1
Merge branch 'RustPython:main' into int-mul/div-stable
dohear Feb 25, 2025
b120a24
fixed spelling errors
Feb 25, 2025
c93bcd7
removed unused tests
Feb 25, 2025
cf50932
Merge branch 'RustPython:main' into main
dohear Mar 3, 2025
9fe4a42
Merge branch 'RustPython:main' into int-mul/div-stable
dohear Mar 3, 2025
437a75b
Merge branch 'main' of https://github.com/dohear/RustPython into int-…
Mar 3, 2025
c8de0cc
fixed failing integration test
Mar 3, 2025
7f6273e
forgot to run clippy
Mar 4, 2025
b870a59
Merge remote-tracking branch 'upstream/main'
Mar 6, 2025
caecc4b
Cleaned the branch
Mar 6, 2025
7588bf8
While loop implementation for Cranelift 0.116.1
Mar 6, 2025
f159edf
Updates loop implementation with Cranelift Changes
Mar 6, 2025
d9d4b8d
Merge branch 'RustPython:main' into main
dohear Mar 17, 2025
1057ba8
Floating Point
Mar 18, 2025
1a1ebcc
Merged main into branch
Mar 18, 2025
b2362f4
Removed testing print statement
Mar 18, 2025
a8bc5d1
Resolved some formatting
Mar 18, 2025
1d94aa1
Fixed cargo fmt warning
Mar 18, 2025
5596b34
Fixed int div and int exp issues
Mar 18, 2025
5211b7c
Fixed formatting
Mar 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading