Commit Graph

58697 Commits

Author SHA1 Message Date
michael
02ed51ea25 * Do not expand FPCBINDIR on darwin
git-svn-id: trunk@44698 -
2020-04-12 09:32:03 +00:00
michael
f3560004cf * Add FPCBINDIR macro for paths
git-svn-id: trunk@44697 -
2020-04-12 07:56:01 +00:00
nickysn
90e2b9ecc6 + implemented tcgz80.g_flags2reg
git-svn-id: branches/z80@44696 -
2020-04-12 02:21:03 +00:00
nickysn
00f7fad1a6 + support pushing word-sized parameters in tcgz80.a_load_ref_cgpara
git-svn-id: branches/z80@44695 -
2020-04-11 21:29:28 +00:00
nickysn
116f344050 * synchronized with trunk
git-svn-id: branches/z80@44694 -
2020-04-11 21:19:21 +00:00
nickysn
87258f4004 - removed unused local vars of tcgz80.g_concatcopy
git-svn-id: branches/z80@44693 -
2020-04-11 21:18:36 +00:00
nickysn
26e93d1e02 - removed unused method tcgz80.g_concatcopy_move
git-svn-id: branches/z80@44692 -
2020-04-11 21:17:20 +00:00
nickysn
c6a066495a + implemented tcgz80.g_concatcopy in the general case, using the ldir instruction
git-svn-id: branches/z80@44691 -
2020-04-11 21:15:55 +00:00
nickysn
1f8c1c1346 + implemented more ref cases in tcgz80.a_loadaddr_ref_reg
git-svn-id: branches/z80@44690 -
2020-04-11 16:44:51 +00:00
florian
4141df7fe6 * Xtensa: patch by Christo Crause to handle the sign extension architecture option, resolves #36885
git-svn-id: trunk@44689 -
2020-04-11 14:58:58 +00:00
florian
f2d45a0e9d * Xtensa: fix expectloc of taddnode
git-svn-id: trunk@44688 -
2020-04-11 13:18:47 +00:00
florian
b352449eac * Xtensa: fix flag handling: B0 is considered as default flags
git-svn-id: trunk@44687 -
2020-04-11 13:18:47 +00:00
florian
75fe6c23a5 * FreeRTOS: adapated packages to build
git-svn-id: trunk@44686 -
2020-04-11 13:18:46 +00:00
florian
301acdf54b * dependencies fixes
git-svn-id: trunk@44685 -
2020-04-11 13:18:45 +00:00
Mattias Gaertner
3175fb3094 fcl-js: write TJSStatementList using a heap stack to avoid large stack depths
git-svn-id: trunk@44684 -
2020-04-11 11:05:19 +00:00
nickysn
472bc6c936 + support symbol+base/index in tcgz80.a_loadaddr_ref_reg
git-svn-id: branches/z80@44683 -
2020-04-11 01:19:13 +00:00
nickysn
4e5eb7fa4e + implemented tcgz80.a_loadaddr_ref_reg for symbol references
git-svn-id: branches/z80@44682 -
2020-04-11 01:00:46 +00:00
nickysn
66ed58a51b * synchronized with trunk
git-svn-id: branches/z80@44681 -
2020-04-10 21:54:29 +00:00
florian
5bab6201d5 * rebuild Makefiles
git-svn-id: trunk@44679 -
2020-04-10 19:42:14 +00:00
florian
093e227edb * Xtensa: register numbers fixed
git-svn-id: trunk@44678 -
2020-04-10 19:41:46 +00:00
florian
b9cc9f2e8a * Xtensa: fixes spilling
git-svn-id: trunk@44677 -
2020-04-10 19:41:46 +00:00
florian
1cebf9f183 + freertos
git-svn-id: trunk@44676 -
2020-04-10 19:41:45 +00:00
Károly Balogh
afe8a7596a arm-linux: enable epoll_pwait syscall number. this fixes the ARM Linux build after r44666
git-svn-id: trunk@44675 -
2020-04-10 09:26:00 +00:00
nickysn
ca77f07013 * fixed offset to procedure/function parameters
git-svn-id: branches/z80@44674 -
2020-04-09 23:48:47 +00:00
nickysn
e8cecafffa + implemented g_concatcopy for 1-byte copies from (IX+d)/(IY+d)/(HL) to (IX+d)/(IY+d)/(HL)
git-svn-id: branches/z80@44673 -
2020-04-09 23:37:27 +00:00
nickysn
4911a9c1df * fix for the ihx2tzx tool - handle non-consecutive ihx records correctly
git-svn-id: branches/z80@44672 -
2020-04-09 23:13:08 +00:00
nickysn
611ac9076b * synchronized with trunk
git-svn-id: branches/z80@44671 -
2020-04-09 22:01:59 +00:00
nickysn
5aca5937e6 - cleaned up unused local variables and procedures from tcgz80.a_op_const_reg_internal and tcgz80.a_op_reg_reg_internal
git-svn-id: branches/z80@44670 -
2020-04-09 22:01:07 +00:00
nickysn
0e257a2c9f - removed 2 unnecessary instructions for 8-bit OP_ROL/OP_ROR in tcgz80.a_op_reg_reg_internal
git-svn-id: branches/z80@44669 -
2020-04-09 21:56:45 +00:00
nickysn
eb3c4546ab + implemented OP_SHL/OP_SHR/OP_SAR/OP_ROL/OP_ROR in tcgz80.a_op_const_reg_internal
git-svn-id: branches/z80@44668 -
2020-04-09 21:52:45 +00:00
michael
50e7345fd3 * Patch from Anton Kavalenka (Bug ID 36871):
* clipping to path
  * minor optimizations in font searching
  * published graphics stack state management
  * resetting cached line width and color on restoring graphics stack state

git-svn-id: trunk@44667 -
2020-04-09 21:36:35 +00:00
michael
76e64749aa * Fix bug #35914: add epoll_pwait, epoll_create1
git-svn-id: trunk@44666 -
2020-04-09 21:27:22 +00:00
nickysn
51e6a3f45b + implemented OP_SHL/OP_SHR/OP_SAR/OP_ROL/OP_ROR in tcgz80.a_op_reg_reg_internal
git-svn-id: branches/z80@44665 -
2020-04-09 21:14:23 +00:00
michael
a678192c11 * Use ansistrings for options. (bug ID 36892)
git-svn-id: trunk@44664 -
2020-04-09 21:05:59 +00:00
florian
9753dd964b * Xtensa: properly align maxpushedparasize
git-svn-id: trunk@44663 -
2020-04-09 20:37:36 +00:00
florian
2a0eeb41df * Xtensa: fix reg_cgsize
git-svn-id: trunk@44662 -
2020-04-09 20:37:35 +00:00
nickysn
eb26cd55d4 + implemented OP_XOR in tcgz80.a_op_const_reg_internal
git-svn-id: branches/z80@44661 -
2020-04-09 14:29:56 +00:00
nickysn
7a86d193cc + implemented OP_OR in tcgz80.a_op_const_reg_internal
git-svn-id: branches/z80@44660 -
2020-04-09 14:24:36 +00:00
nickysn
f00f39abef + implemented OP_AND in tcgz80.a_op_const_reg_internal
git-svn-id: branches/z80@44659 -
2020-04-09 14:21:57 +00:00
nickysn
5360770ed2 + implemented OP_SUB in tcgz80.a_op_const_reg_internal
git-svn-id: branches/z80@44658 -
2020-04-09 13:41:28 +00:00
nickysn
75a2f0352e * fixed 64-bit OP_ADD in tcgz80.a_op_const_reg_internal
git-svn-id: branches/z80@44657 -
2020-04-09 13:28:22 +00:00
nickysn
a419018ff0 + handle fromsize>tosize in tcgz80.a_load_reg_reg
git-svn-id: branches/z80@44656 -
2020-04-09 13:23:10 +00:00
nickysn
ce56125e40 + implemented OP_ADD in tcgz80.a_op_const_reg_internal
git-svn-id: branches/z80@44655 -
2020-04-09 13:16:48 +00:00
nickysn
62cc60d081 * use register L for returning 8-bit values, DEHL for 32-bit values (SDCC-compatible)
git-svn-id: branches/z80@44654 -
2020-04-09 00:11:39 +00:00
nickysn
3c8ed1cfbc * use 8-bit registers for the function return regs
git-svn-id: branches/z80@44653 -
2020-04-09 00:07:20 +00:00
nickysn
b896d2fea2 + implemented sign extension in tcgz80.a_load_reg_ref
git-svn-id: branches/z80@44652 -
2020-04-08 23:59:58 +00:00
nickysn
6fea99ac9d + implemented sign extension in tcgz80.a_load_ref_reg
git-svn-id: branches/z80@44651 -
2020-04-08 23:57:26 +00:00
nickysn
df59c070a1 + implemented sign extension in tcgz80.a_load_reg_reg
git-svn-id: branches/z80@44650 -
2020-04-08 23:50:14 +00:00
nickysn
a8e047fcbb * synchronized with trunk
git-svn-id: branches/z80@44649 -
2020-04-08 22:36:55 +00:00
nickysn
b84bcdaeee + implemented unsigned int extension in tcgz80.a_load_ref_reg
git-svn-id: branches/z80@44648 -
2020-04-08 22:30:35 +00:00