nickysn
|
70d14c3c78
|
+ implement ait_string for z80asm
git-svn-id: branches/z80@44419 -
|
2020-03-30 01:18:21 +00:00 |
|
nickysn
|
f8733f42c9
|
+ started working on the z80 assembler writer - produce comments, labels and comments with unsupported asm objects
git-svn-id: branches/z80@44418 -
|
2020-03-30 01:02:28 +00:00 |
|
nickysn
|
ce424f2954
|
+ added the OUTI instruction
git-svn-id: branches/z80@44417 -
|
2020-03-30 00:45:13 +00:00 |
|
Károly Balogh
|
3031a4da31
|
amiga-m68k: minimal tweaks and formatting to the dos unit
git-svn-id: trunk@44416 -
|
2020-03-30 00:40:20 +00:00 |
|
nickysn
|
42d484cf82
|
* regenerated makefiles
git-svn-id: branches/z80@44415 -
|
2020-03-29 23:05:56 +00:00 |
|
nickysn
|
48b4cc34cb
|
* synchronized with trunk
git-svn-id: branches/z80@44414 -
|
2020-03-29 23:04:40 +00:00 |
|
nickysn
|
fc6e74642d
|
* regenerate makefiles
git-svn-id: branches/z80@44413 -
|
2020-03-29 23:01:16 +00:00 |
|
nickysn
|
da40f04d45
|
* fixed duplicated regdat definition in makefile, that was caused as an artifact after merging with trunk
git-svn-id: branches/z80@44412 -
|
2020-03-29 22:51:08 +00:00 |
|
nickysn
|
b3d1003f7e
|
* TZ80GNUAssembler renamed TZ80AsmAssembler, because it targets the "z80asm" assembler
git-svn-id: branches/z80@44411 -
|
2020-03-29 22:24:42 +00:00 |
|
nickysn
|
7050d7a376
|
- removed the -mmcu= command line option from z80asm
git-svn-id: branches/z80@44410 -
|
2020-03-29 22:09:56 +00:00 |
|
nickysn
|
70abc8ce44
|
* switch to z80asm (instead of gas, which doesn't support z80) for system_z80_embedded
git-svn-id: branches/z80@44409 -
|
2020-03-29 19:52:51 +00:00 |
|
Jonas Maebe
|
375cc2b443
|
* allow FPC 3.2.0 as bootstrap version
git-svn-id: trunk@44408 -
|
2020-03-29 19:20:03 +00:00 |
|
Jonas Maebe
|
10b15628ab
|
* split i/t_darwin from i/t_bsd, as they don't have that much in common
any more
git-svn-id: trunk@44407 -
|
2020-03-29 18:27:27 +00:00 |
|
florian
|
c5fec35652
|
* updated
git-svn-id: trunk@44406 -
|
2020-03-29 17:14:22 +00:00 |
|
florian
|
1f00875f8c
|
* fix ppudump after addition of freertos-xtensa
git-svn-id: trunk@44405 -
|
2020-03-29 17:13:48 +00:00 |
|
florian
|
0d41d86dd2
|
* Xtensa: use generic tcpuparamanager.getcgtempparaloc
git-svn-id: trunk@44404 -
|
2020-03-29 17:13:47 +00:00 |
|
florian
|
b51f3d6e53
|
* Xtensa: fix TCPUAddNode.second_cmp
git-svn-id: trunk@44403 -
|
2020-03-29 17:13:47 +00:00 |
|
florian
|
0a40d927cb
|
* Xtensa: fix tcgcpu.a_cmp_reg_reg_label
git-svn-id: trunk@44402 -
|
2020-03-29 17:13:46 +00:00 |
|
florian
|
b787efb7fd
|
* Xtensa: tcgcpu.g_concatcopy fixed: keep registers alive
git-svn-id: trunk@44401 -
|
2020-03-29 17:13:46 +00:00 |
|
florian
|
391512546e
|
+ initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far
git-svn-id: trunk@44400 -
|
2020-03-29 17:13:45 +00:00 |
|
florian
|
f6b6622569
|
+ git support
git-svn-id: trunk@44399 -
|
2020-03-29 17:13:41 +00:00 |
|
nickysn
|
943d0cbbe2
|
* use the generic code of tcg.getintregister, which supports 8-bit CPUs after merging trunk
git-svn-id: branches/z80@44398 -
|
2020-03-29 17:04:49 +00:00 |
|
nickysn
|
755fe97c51
|
* synchronize with trunk
git-svn-id: branches/z80@44397 -
|
2020-03-29 16:24:32 +00:00 |
|
Jonas Maebe
|
c8307d4022
|
* use getpagesize function instead of reading external variables to restore
ability to compile against SDKs < OS X 10.9 (mantis #36653)
git-svn-id: trunk@44396 -
|
2020-03-29 14:52:49 +00:00 |
|
Jonas Maebe
|
429b3744c4
|
* fpc: don't search for compiler binary in current directory when paramstr(0)
does not contain a path (unless the current directory is also in the PATH)
git-svn-id: trunk@44395 -
|
2020-03-29 14:52:45 +00:00 |
|
Jonas Maebe
|
3b8979210d
|
* check target system instead of using an ifdef
git-svn-id: trunk@44394 -
|
2020-03-29 14:52:41 +00:00 |
|
nickysn
|
fd9f3a43ce
|
+ added cpu_sys_z80 to the tsystemcpu enum. Name is not cpu_z80, because that
conflicts with tcputype.
git-svn-id: branches/z80@44393 -
|
2020-03-29 14:25:53 +00:00 |
|
nickysn
|
c35b3d8eee
|
* synchronized the tsystemcpu enum with trunk
git-svn-id: branches/z80@44392 -
|
2020-03-29 14:14:22 +00:00 |
|
ondrej
|
eb9a4eca91
|
SysUtils: make GetDriveIDFromLetter accept lowercase letters
git-svn-id: trunk@44389 -
|
2020-03-29 06:16:28 +00:00 |
|
Mattias Gaertner
|
997c8089a6
|
pastojs: filer: started pending specialize
git-svn-id: trunk@44388 -
|
2020-03-28 16:32:32 +00:00 |
|
Mattias Gaertner
|
2ae212164e
|
fcl-passrc: fixed isspecialized test
git-svn-id: trunk@44387 -
|
2020-03-28 16:32:10 +00:00 |
|
florian
|
ef13f52ba8
|
+ add FreeRTOS as new OS target
git-svn-id: trunk@44386 -
|
2020-03-28 15:47:47 +00:00 |
|
florian
|
a9a85711d5
|
* Xtensa: fix tcpunotnode.second_boolean
git-svn-id: trunk@44385 -
|
2020-03-28 15:47:47 +00:00 |
|
florian
|
d1bbfe4cf7
|
+ Xtensa: implemented tcputypeconvnode.second_int_to_bool
git-svn-id: trunk@44384 -
|
2020-03-28 15:47:46 +00:00 |
|
florian
|
8fd53df3cd
|
* Xtensa: system_xtensa_embedded is an embedded system
git-svn-id: trunk@44383 -
|
2020-03-28 15:47:45 +00:00 |
|
florian
|
f51a893d1d
|
* Xtensa: align literals properly
git-svn-id: trunk@44382 -
|
2020-03-28 15:47:45 +00:00 |
|
florian
|
db71a9428a
|
* Xtensa: proper code generation for unit initialization
git-svn-id: trunk@44381 -
|
2020-03-28 15:47:44 +00:00 |
|
pierre
|
41e554067a
|
Fix handling of parameters with size below the size of a full register
git-svn-id: trunk@44380 -
|
2020-03-28 13:13:04 +00:00 |
|
florian
|
17298086ca
|
* Xtensa: improved handling of calling conventions
git-svn-id: trunk@44379 -
|
2020-03-27 22:14:18 +00:00 |
|
florian
|
0290f364cc
|
* Xtensa: parameter passing for the windowed abi
git-svn-id: trunk@44378 -
|
2020-03-27 22:14:18 +00:00 |
|
florian
|
e858343c38
|
* Xtensa: no scheduler yet but loops can be unrolled
git-svn-id: trunk@44377 -
|
2020-03-27 22:14:17 +00:00 |
|
florian
|
28154cebd1
|
* Xtensa: fix txtensanodeutils.insert_init_final_table for the windowed abi
git-svn-id: trunk@44376 -
|
2020-03-27 22:14:17 +00:00 |
|
Jonas Maebe
|
523ebb42cf
|
* fix LLVM backend compilation (mantis #36833)
git-svn-id: trunk@44374 -
|
2020-03-27 21:26:39 +00:00 |
|
michael
|
9464fb3fc1
|
* Remove debug statements
git-svn-id: trunk@44373 -
|
2020-03-27 06:28:20 +00:00 |
|
Károly Balogh
|
1aad73217c
|
m68k-amiga: add some defines, to disable part of OS headersin the RTL when compiling for OS1.x. this is to aid the implementation of future AmigaOS 1.x support
git-svn-id: trunk@44372 -
|
2020-03-27 04:31:10 +00:00 |
|
florian
|
c239ae9414
|
* Xtensa: generate long calls
git-svn-id: trunk@44371 -
|
2020-03-26 21:54:41 +00:00 |
|
florian
|
d7126bd42c
|
+ Xtensa: initial support of the windowed abi
git-svn-id: trunk@44370 -
|
2020-03-26 21:54:41 +00:00 |
|
florian
|
7e4ee79e65
|
* Xtensa: more fixes for load_reg/ref_reg/ref
git-svn-id: trunk@44369 -
|
2020-03-26 21:54:40 +00:00 |
|
florian
|
47f6af4416
|
* Xtensa: improve tcgcpu.fixref
git-svn-id: trunk@44368 -
|
2020-03-26 21:54:40 +00:00 |
|
florian
|
5631acc401
|
* Xtensa: fix load_reg/ref_reg/ref
git-svn-id: trunk@44367 -
|
2020-03-26 21:54:39 +00:00 |
|