nickysn
|
a38c3c682d
* synchronized with trunk
|
4 年之前 |
pierre
|
9a0107a19d
Fix compilation failure for avr compiler with -dDEBUG_NODE_XML, to fix bug report 38222
|
4 年之前 |
florian
|
aeff5b3577
* improved change information
|
4 年之前 |
nickysn
|
f572bcf8f3
+ introduced the NR_LOCAL_FRAME_POINTER_REG constant (alias for NR_R3)
|
4 年之前 |
nickysn
|
bfb13fb848
- get rid of treference.islocal. Instead, use checks whether treference.base
|
4 年之前 |
nickysn
|
47ff701db7
* synchronized with trunk
|
4 年之前 |
nickysn
|
fd690e8ba1
* use NR_LOCAL_STACK_POINTER_REG in ttgwasm.localVarToRef
|
4 年之前 |
nickysn
|
ce8439fb36
+ introduced NR_LOCAL_STACK_POINTER_REG
|
4 年之前 |
florian
|
2e2f2eb784
- remove could which prevented that rte is triggered even if we are inside
|
4 年之前 |
florian
|
00af340feb
* cleanup
|
4 年之前 |
pierre
|
eb722c8294
Fix ash_savefregp_x handling, as revealed by range check error
|
4 年之前 |
nickysn
|
adb631f2cf
* synchronized with trunk
|
4 年之前 |
michael
|
6668e265e8
* Allow appending files
|
4 年之前 |
florian
|
6d7d567a25
* min/max optimization on x86 can be applied now without fastmath as NaN is handled properly now
|
4 年之前 |
florian
|
b90ec52a0e
* x86: apply VOpVmov2VOp optimization to vmins*/vmaxs*
|
4 年之前 |
florian
|
88a0d4d64b
+ optimize if x>a then x:=a; into min(a,x);, similiar for max
|
4 年之前 |
nickysn
|
91e9558f5b
* synchronized with trunk
|
4 年之前 |
florian
|
53a4e6c513
* patch by Zoran Vučenović: fixes TDoubleRec.SetFrac, resolves #38202
|
4 年之前 |
florian
|
c82aae59a1
* call node_complexity correctly in order_parameters when sorting parameters
|
4 年之前 |
florian
|
0ab69ea0ad
+ m68k: LEA, MOVE(M) to MOVE(M) predecremented optimization and MOVE(M), LEA to MOVE(M) postincremented optimization
|
4 年之前 |
florian
|
a0a8a6911a
* m68k: proper values for first_*_reg
|
4 年之前 |
Mattias Gaertner
|
879bc83d7b
pastojs: fixed record member type
|
4 年之前 |
Mattias Gaertner
|
7e1cb64d5d
pastojs: fixed unit without implementation
|
4 年之前 |
Mattias Gaertner
|
508d4baa68
fcl-passrc: resolver: fixed unit without implementation
|
4 年之前 |
florian
|
f0298f63d0
* allow absolute variables with an address to be used as syscall base
|
4 年之前 |
yury
|
67284c7452
+ Added a test for proper setting of fc_no_direct_exit in flowcontrol.
|
4 年之前 |
michael
|
3db8f5c91f
* Fix compilation
|
4 年之前 |
pierre
|
0d592e8d1a
* Try to read command line exec name on linux, using argv[0], in order to be able
|
4 年之前 |
michael
|
729c1dee8c
* Fix bug ID #38193: order on darwin is same as openbsd
|
4 年之前 |
florian
|
817ef6949a
* m68k: MOVE, TST, Jxx/Sxx to MOVE, Jxx optimization
|
4 年之前 |