nickysn
|
577e39e57f
- removed commented out methods (copied from the jvm code generator) from ttgwasm
|
há 4 anos atrás |
nickysn
|
a104c3d7a0
- removed ttgwasm.deallocLocalVar, as it is no longer used
|
há 4 anos atrás |
nickysn
|
58d361049f
* some optimizations in TWasmLocalVars.dealloc(index: integer)
|
há 4 anos atrás |
nickysn
|
949d5e61f8
* several public methods of ttgwasm made private
|
há 4 anos atrás |
nickysn
|
ae60449699
* funnel all the wasm local var allocation, done by the register allocator, through the temp generator
|
há 4 anos atrás |
nickysn
|
a38c3c682d
* synchronized with trunk
|
há 4 anos atrás |
pierre
|
9a0107a19d
Fix compilation failure for avr compiler with -dDEBUG_NODE_XML, to fix bug report 38222
|
há 4 anos atrás |
florian
|
aeff5b3577
* improved change information
|
há 4 anos atrás |
nickysn
|
f572bcf8f3
+ introduced the NR_LOCAL_FRAME_POINTER_REG constant (alias for NR_R3)
|
há 4 anos atrás |
nickysn
|
bfb13fb848
- get rid of treference.islocal. Instead, use checks whether treference.base
|
há 4 anos atrás |
nickysn
|
47ff701db7
* synchronized with trunk
|
há 4 anos atrás |
nickysn
|
fd690e8ba1
* use NR_LOCAL_STACK_POINTER_REG in ttgwasm.localVarToRef
|
há 4 anos atrás |
nickysn
|
ce8439fb36
+ introduced NR_LOCAL_STACK_POINTER_REG
|
há 4 anos atrás |
florian
|
2e2f2eb784
- remove could which prevented that rte is triggered even if we are inside
|
há 4 anos atrás |
florian
|
00af340feb
* cleanup
|
há 4 anos atrás |
pierre
|
eb722c8294
Fix ash_savefregp_x handling, as revealed by range check error
|
há 4 anos atrás |
nickysn
|
adb631f2cf
* synchronized with trunk
|
há 4 anos atrás |
michael
|
6668e265e8
* Allow appending files
|
há 4 anos atrás |
florian
|
6d7d567a25
* min/max optimization on x86 can be applied now without fastmath as NaN is handled properly now
|
há 4 anos atrás |
florian
|
b90ec52a0e
* x86: apply VOpVmov2VOp optimization to vmins*/vmaxs*
|
há 4 anos atrás |
florian
|
88a0d4d64b
+ optimize if x>a then x:=a; into min(a,x);, similiar for max
|
há 4 anos atrás |
nickysn
|
91e9558f5b
* synchronized with trunk
|
há 4 anos atrás |
florian
|
53a4e6c513
* patch by Zoran Vučenović: fixes TDoubleRec.SetFrac, resolves #38202
|
há 4 anos atrás |
florian
|
c82aae59a1
* call node_complexity correctly in order_parameters when sorting parameters
|
há 4 anos atrás |
florian
|
0ab69ea0ad
+ m68k: LEA, MOVE(M) to MOVE(M) predecremented optimization and MOVE(M), LEA to MOVE(M) postincremented optimization
|
há 4 anos atrás |
florian
|
a0a8a6911a
* m68k: proper values for first_*_reg
|
há 4 anos atrás |
Mattias Gaertner
|
879bc83d7b
pastojs: fixed record member type
|
há 4 anos atrás |
Mattias Gaertner
|
7e1cb64d5d
pastojs: fixed unit without implementation
|
há 4 anos atrás |
Mattias Gaertner
|
508d4baa68
fcl-passrc: resolver: fixed unit without implementation
|
há 4 anos atrás |
florian
|
f0298f63d0
* allow absolute variables with an address to be used as syscall base
|
há 4 anos atrás |