Folkert
|
be31bc5c41
|
add the PtrWrite lowlevel
|
2023-04-23 15:19:46 +02:00 |
|
Folkert
|
c22f33ec8a
|
add support for getting a function pointer from a function symbol
|
2023-04-23 15:17:49 +02:00 |
|
Folkert
|
5a297248e2
|
add support for the LEA instruction
|
2023-04-23 15:16:06 +02:00 |
|
Anton-4
|
6c884cf365
|
clippy
|
2023-04-22 18:27:56 +02:00 |
|
Folkert
|
4cd8f0a056
|
clippy --fix fixes
|
2023-04-21 12:05:51 +02:00 |
|
Brendan Hansknecht
|
26846e14aa
|
Merge pull request #5289 from Aurelius333/aarch64-float
Add some aarch64 gen_dev float instructions
|
2023-04-20 18:18:56 +00:00 |
|
Ajai Nelson
|
e6de71ccfb
|
Use cast instead of .try_into().unwrap()
|
2023-04-20 01:05:38 -04:00 |
|
Ajai Nelson
|
3dbec4760b
|
Fix clippy warnings
|
2023-04-19 19:03:25 -04:00 |
|
Ajai Nelson
|
f3d85bce3c
|
Fix badly indented comments
|
2023-04-19 18:53:48 -04:00 |
|
Ajai Nelson
|
4d7a85070e
|
Use existing FloatWidth enum instead of FloatType
|
2023-04-19 18:53:48 -04:00 |
|
Ajai Nelson
|
69dad4c3bf
|
Add doc comments
|
2023-04-19 18:53:48 -04:00 |
|
Ajai Nelson
|
dbf85e5461
|
Add comments about floating point instructions at bottom
|
2023-04-19 18:53:48 -04:00 |
|
Ajai Nelson
|
d8f1310ce1
|
Add aarch64 to_float conversions
|
2023-04-19 18:53:47 -04:00 |
|
Ajai Nelson
|
61148d1eca
|
Inline encode functions
|
2023-04-19 18:53:47 -04:00 |
|
Ajai Nelson
|
ec14c9a9f1
|
Add immediate operation for setting floats to 0.0
|
2023-04-19 18:53:47 -04:00 |
|
Ajai Nelson
|
616b45f366
|
Add aarch64 fmov immediate
|
2023-04-19 18:53:47 -04:00 |
|
Ajai Nelson
|
d3962592cb
|
Add aarch64 mov_freg64_freg64
|
2023-04-19 18:53:46 -04:00 |
|
Ajai Nelson
|
2501260eb7
|
Add some aarch64 gen_dev float instructions
|
2023-04-19 18:53:46 -04:00 |
|
J.Teeuwissen
|
9d4c3bcfb9
|
undid inlining
|
2023-04-15 17:41:10 +02:00 |
|
J.Teeuwissen
|
5f7f9b766b
|
inline lowlevel in rc
|
2023-04-13 12:26:05 +02:00 |
|
J.Teeuwissen
|
a3cea59bb6
|
Merge remote-tracking branch 'origin/main' into Frame-Limited
|
2023-04-12 09:08:40 +02:00 |
|
Kevin Gillette
|
0321f91c70
|
Kevin Gillette: markdown typo fixes
Luke Boswell: move Str.md as it looks more like a design doc than rust crate
Co-authored-by: Luke Boswell <lukewilliamboswell@gmail.com>
|
2023-04-10 14:07:03 -06:00 |
|
Brendan Hansknecht
|
a282995fa8
|
Merge pull request #5114 from Aurelius333/more-dev-aarch64-instructions
Add more gen_dev aarch64 instructions
|
2023-04-09 21:23:04 +00:00 |
|
Ajai Nelson
|
be3cf0abd3
|
Add comments in aarch64 branch functions
|
2023-04-09 14:33:43 -04:00 |
|
Ajai Nelson
|
c71d7bb648
|
Simplify aarch64 mov_reg64_reg64 by delegating to orr_reg64_reg64_reg64
|
2023-04-09 14:11:59 -04:00 |
|
Ajai Nelson
|
ca0ef8f88f
|
Add structs to make new method parameters more readable in aarch64
|
2023-04-09 14:07:25 -04:00 |
|
Ajai Nelson
|
260c080d41
|
Fix clippy warnings
|
2023-04-09 13:02:27 -04:00 |
|
Ajai Nelson
|
5f831b6f50
|
Add aarch64 signed_compare_reg64 and unsigned_compare_reg64
|
2023-04-09 13:02:19 -04:00 |
|
Ajai Nelson
|
f9e31b828b
|
Merge branch 'main' into more-dev-aarch64-instructions
Fix merge conflict with fdffcc8b36 :
- Add unused _register_width arguments
- Delete comparison functions,
add empty signed_compare_reg64 and unsigned_compare_reg64 functions
|
2023-04-09 13:01:51 -04:00 |
|
Folkert
|
d4bb5053b8
|
make function names unique by adding layout hash
|
2023-04-09 18:18:39 +02:00 |
|
Folkert
|
9f8fb61281
|
fix assert
|
2023-04-09 16:49:19 +02:00 |
|
Folkert
|
cd95920d60
|
implement passing of non-recursive tag unions to functions
|
2023-04-09 15:15:56 +02:00 |
|
Folkert
|
679337e4c4
|
fix alignment issue in union creation
|
2023-04-09 15:13:24 +02:00 |
|
Folkert
|
079dd4c51e
|
ensure literal loading happens independently in branches
|
2023-04-09 14:41:16 +02:00 |
|
Folkert
|
67281b2712
|
handle lambda set when passed as a function argument
|
2023-04-08 20:14:15 +02:00 |
|
Folkert
|
fdffcc8b36
|
handle all comparison widths
|
2023-04-08 19:17:11 +02:00 |
|
Folkert
|
9dd69f6f9c
|
Revert "WIP fix for zig functions returning Bool (strEqual)"
This reverts commit 09b01893c6 .
|
2023-04-08 16:56:25 +02:00 |
|
Folkert
|
09b01893c6
|
WIP fix for zig functions returning Bool (strEqual)
|
2023-04-08 16:11:04 +02:00 |
|
Folkert
|
b54912b79b
|
handle lambda set in a couple more cases
|
2023-04-08 16:10:38 +02:00 |
|
Folkert
|
ab2cc76717
|
special-case true/false loading
|
2023-04-08 13:30:35 +02:00 |
|
Folkert
|
a7aa9530b6
|
load literal symbols when inserting a jump
|
2023-04-08 13:15:22 +02:00 |
|
Folkert
|
1947bbcd0e
|
encode Bool.true/Bool.false more intelligently
|
2023-04-08 12:57:52 +02:00 |
|
Ajai Nelson
|
d30fdb9a8f
|
Add aarch64 instruction doc comments
|
2023-04-07 01:00:42 -04:00 |
|
J.Teeuwissen
|
87abe8df7d
|
Merge branch 'resetref' into Frame-Limited
|
2023-04-03 10:02:31 +02:00 |
|
Ajai Nelson
|
e39e434d20
|
Add aarch64 multiplication
|
2023-04-01 02:01:41 -04:00 |
|
Ajai Nelson
|
0302a92cfa
|
Add aarch64 division
|
2023-03-31 23:25:29 -04:00 |
|
Folkert
|
09779f65ad
|
add NullPointer to mono::ir::Expr
|
2023-03-30 20:18:04 +02:00 |
|
J.Teeuwissen
|
d4ed6f7778
|
start resetref
|
2023-03-29 11:57:13 +02:00 |
|
Ajai Nelson
|
e6026ec1f9
|
Allow dead code for ConditionCode
|
2023-03-23 00:33:55 -04:00 |
|
Ajai Nelson
|
63164b70a0
|
Move ALL_CONDITIONS to tests module
|
2023-03-23 00:33:04 -04:00 |
|