nickysn
|
fe8b50fed3
* fix for Z80 pointer comparisons
|
před 5 roky |
nickysn
|
22d60361a8
* fixed broken code generation for unequaln in TZ80AddNode.second_cmp16_32_64bit
|
před 5 roky |
nickysn
|
8a3847e1b2
* use cg.a_jmp_flags in TZ80AddNode.second_cmp
|
před 5 roky |
nickysn
|
fec0f346f1
+ partially implemented tcgz80.a_cmp_const_reg_label: all 8-bit comparison ops are implemented, and
|
před 5 roky |
nickysn
|
41b5829983
- removed commented out code, because it looks like a misleading comment
|
před 5 roky |
nickysn
|
86643f8a34
* synchronized with trunk
|
před 5 roky |
nickysn
|
9fc1d39beb
+ implemented code generation for signed 16/32/64-bit comparisons (<,<=,>,>=)
|
před 5 roky |
nickysn
|
ce8ed9efa8
+ added another helper tcgz80.a_jmp_signed_cmp_3way
|
před 5 roky |
nickysn
|
ded10c55b3
- removed an extra unused jump
|
před 5 roky |
nickysn
|
027217d1fe
* fixed an OP_SUB bug in tcgz80.a_op_const_reg_internal
|
před 5 roky |
nickysn
|
c1fa5600f1
+ implemented code generation for unsigned 16,32 and 64-bit comparisons (<,<=,>,>=)
|
před 5 roky |
nickysn
|
a714a2fb76
+ added a jmp helper that handles all possible combinations of jump on below, equal and above (unsigned comparison)
|
před 5 roky |
nickysn
|
08f02cfd87
+ implemented code generation for 16-bit, 32-bit and 64-bit equal and unequal comparisons. </<=/>/>=
|
před 5 roky |
florian
|
2d3cd25fd8
* patch by Michael Ring: adds license headers to th FreeRTOS files and some renames to make the interrupts cmsis compatible.
|
před 5 roky |
nickysn
|
902b8e0958
+ implemented Move() using inline asm
|
před 5 roky |
nickysn
|
0bbd140228
* fixed handling of untyped const parameters
|
před 5 roky |
yury
|
c3954a0cee
* Fixed r44960. Also copy a trailing implicit #0 of the original string to the new larger string.
|
před 5 roky |
nickysn
|
7f409534a1
+ exposed FillChar, Sptr, get_frame, get_caller_addr, get_caller_frame from z80.inc even without FULL_RTL. This allows
|
před 5 roky |
nickysn
|
16b2fd4378
+ compile z80.inc even without FULL_RTL
|
před 5 roky |
nickysn
|
c616c8df32
+ implemented Sptr
|
před 5 roky |
nickysn
|
4e4cb4fd9d
+ implemented get_frame
|
před 5 roky |
nickysn
|
2aa248bba2
* FillChar changed to a pure assembler procedure
|
před 5 roky |
nickysn
|
7bfce62302
* fixed stack direction in assignintreg. This fixes problems with the parameter location calculation.
|
před 5 roky |
nickysn
|
fcaf2fe5a0
* stack_offset changed to longint
|
před 5 roky |
nickysn
|
0332a60cb8
* cur_stack_offset changed to longint
|
před 5 roky |
nickysn
|
c67fa28d7c
* use a LD sequence for 2-byte moves as well in tcgz80.g_concatcopy
|
před 5 roky |
yury
|
1e32b96bc2
* Minor improvement. No need to move the terminating null char, since it is written later anyway. Remove a local var.
|
před 5 roky |
Károly Balogh
|
ef790adc28
m68k-amiga: document which legacy support functions are unimplemented and why, and where are they used in the RTL code
|
před 5 roky |
svenbarth
|
184d6d61ed
* regenerate makefiles
|
před 5 roky |
svenbarth
|
2aa0e50873
* implement dogetcopy for the Aarch64 variant of the tryfinally node
|
před 5 roky |