florian
|
b1a72a86e5
|
* more change information fixed
|
2022-03-12 22:42:02 +01:00 |
|
Karoly Balogh
|
be2c1c751d
|
* m68k: fixed the register save/restore for larger than 32K stackframes on subarchs which has no long displacement, to not trash register A0
|
2022-03-12 21:22:42 +01:00 |
|
mattias
|
14ae44c362
|
fcl-passrc: fixed parsing class var var
|
2022-03-12 20:08:35 +01:00 |
|
Nikolay Nikolov
|
4ed7bd9f66
|
* fixed bug, where left and right shift were swapped in the i386-go32v2
keyboard unit as well.
|
2022-03-12 19:17:40 +02:00 |
|
Nikolay Nikolov
|
55b8fd6e94
|
* fixed bug, where left and right shift were swapped in the i8086-msdos
keyboard unit.
|
2022-03-12 18:53:43 +02:00 |
|
Nikolay Nikolov
|
398c6519a5
|
* return the proper shift state in the i8086-msdos keyboard unit GetKeyEvent and
PollKeyEvent (previously, it was truncated, due to the native int being 16-bit
on i8086)
|
2022-03-12 18:46:46 +02:00 |
|
florian
|
5e0d5cd92e
|
* fix change information for a lot of MMX instructions
|
2022-03-11 22:46:51 +01:00 |
|
Karoly Balogh
|
0600287c63
|
* m68k: spilling read, write, and replace is now bound to CPU capabilities instead of CPU family. This probably fixes some issues on 68000, where spilling replacement was not respecting CPU displacement handling boundaries, leading to assembler errors.
|
2022-03-11 16:03:21 +01:00 |
|
Michaël Van Canneyt
|
7f8591926a
|
* Publish OnError and OnConnectionHandshake
|
2022-03-11 13:17:15 +01:00 |
|
Karoly Balogh
|
60919b4979
|
* m68k: disable the frame pointer optimization on subarchs that don't support long displacements for now, until the shortcomings of the cg can be addressed
|
2022-03-11 13:01:42 +01:00 |
|
florian
|
68bc5da3a2
|
* fix MovapXComisX2ComisX2 optimization
|
2022-03-10 22:30:29 +01:00 |
|
Michaël Van Canneyt
|
9e631db928
|
* Rephrase more clear
|
2022-03-10 17:23:03 +01:00 |
|
Michaël Van Canneyt
|
14b40473fc
|
* Added some clarifying comments for TWSMessage data
|
2022-03-10 16:34:47 +01:00 |
|
Michaël Van Canneyt
|
5ca52bcab1
|
* Add Flush method to TFileStream. Fix issue #39619
|
2022-03-10 09:35:28 +01:00 |
|
florian
|
82ccc863ef
|
* adapted to 64 bit
|
2022-03-09 22:35:27 +01:00 |
|
Karoly Balogh
|
e9dc638a76
|
* regenerated message files after CPC naming fix
|
2022-03-09 13:41:06 +01:00 |
|
Karoly Balogh
|
e0599bb231
|
* z80-amstradcpc: fixed target naming mess, so -Tamstradcpc works now, also fixed the help text
|
2022-03-09 13:36:47 +01:00 |
|
florian
|
27fb9086aa
|
* cleanup: cs_opt_loopunroll is a generic optimization for a long time already
|
2022-03-08 23:03:18 +01:00 |
|
Michaël Van Canneyt
|
59a7024d73
|
* Move() check for identical index. Additional fix for #39617
|
2022-03-08 11:42:24 +01:00 |
|
Michaël Van Canneyt
|
2a19e152b7
|
* Micro-optimization. Fix issue #39617
|
2022-03-08 11:35:43 +01:00 |
|
Pierre Muller
|
2f28c5596f
|
Regenerate all Makefile's to fix problem on x86_64 linux
|
2022-03-07 23:46:15 +00:00 |
|
Pierre Muller
|
8639dea46c
|
Update to revision 6d26d56f2f
|
2022-03-07 23:42:37 +00:00 |
|
Pierre Muller
|
6d26d56f2f
|
Do not use -m32 option to find generic gcc library
|
2022-03-07 23:41:44 +00:00 |
|
Pierre Muller
|
ad2ac98858
|
Update Makefile's
|
2022-03-07 22:35:29 +00:00 |
|
florian
|
0d03cad279
|
* i386: make use of *fence instructions
|
2022-03-07 23:10:31 +01:00 |
|
Pierre Muller
|
01ae235676
|
Fix CPU_clean rule
|
2022-03-07 21:45:32 +00:00 |
|
Pierre Muller
|
853f8b2202
|
Also define CPU_clean make targets for CPUs not yet in CYCLETARGETS, like mips64 now
|
2022-03-07 18:40:40 +00:00 |
|
Pierre Muller
|
c23a64523e
|
Update revision.inc to 982071d4a9 hash
|
2022-03-07 07:33:52 +00:00 |
|
Karoly Balogh
|
61f9bc35e9
|
* regenerated message files after adding the z80-amstradcpc target files
|
2022-03-06 22:08:25 +01:00 |
|
Karoly Balogh
|
554ae218ca
|
* m68k: fix an endless syntax error loop in the assembler reader
|
2022-03-06 22:03:01 +01:00 |
|
Karoly Balogh
|
cb959c2e6f
|
* z80-amstradcpc: add some initial files for the target (mostly just the clone of ZX Spectrum files for now)
|
2022-03-06 22:02:27 +01:00 |
|
florian
|
ae89261008
|
* prevent that a absolute symbol references itself, resolves #39604
|
2022-03-06 22:01:56 +01:00 |
|
Pierre Muller
|
ae3c0a2151
|
Add _IO_stdin_used global
|
2022-03-06 12:14:51 +00:00 |
|
Pierre Muller
|
982071d4a9
|
Try to fix mips gcc troubles
|
2022-03-06 12:14:51 +00:00 |
|
mattias
|
6f0f339fc4
|
fcl-passrc: pasuseanalyzer: mark library export function result sub elements
|
2022-03-06 00:22:14 +01:00 |
|
florian
|
39627cbdfb
|
+ AVX512VBMISupport and AVX512VBMI2Support
|
2022-03-05 20:35:25 +01:00 |
|
Karoly Balogh
|
49f45764ec
|
* nds: the embedded stub DOS unit was just a copy of the NDS one with minor fixes, so lets make the NDS port use the current cleaned one as well
|
2022-03-05 18:40:36 +01:00 |
|
Karoly Balogh
|
7d13e5c70d
|
* embedded: cleanup of the dummy DOS unit. remove the stubs for platform-specific helpers, cleanup tabs/spaces, cleanup the copyright-message mess
|
2022-03-05 18:28:36 +01:00 |
|
Karoly Balogh
|
10191477ae
|
* m68k: allow vasm to be used for system_m68k_embedded target, simplify some code
|
2022-03-05 17:59:15 +01:00 |
|
Karoly Balogh
|
3024aea354
|
* add .prg extension to be ignored by git. this is used on Atari and a number of 8 bit platforms for executables
|
2022-03-05 17:14:08 +01:00 |
|
Karoly Balogh
|
01142f11d7
|
* z80-msxdos: cleaned up some msdos leftovers in i_msxdos. no functional changes.
|
2022-03-05 17:13:17 +01:00 |
|
florian
|
3164b535e5
|
* revision.inc update
|
2022-03-04 22:48:16 +01:00 |
|
florian
|
5bdf60376a
|
* patch from Debian package by Abou Al Montacir: Change path of localization fies to fit Debian standard, http://bugs.debian.org/73368
|
2022-03-04 22:48:16 +01:00 |
|
florian
|
19ff0fe9e5
|
* patch from Debian packages by Paul Gevers, fixes spelling
|
2022-03-04 22:48:16 +01:00 |
|
florian
|
ac53225817
|
* test for already resolved issue #38874
|
2022-03-03 21:24:43 +01:00 |
|
florian
|
2b66f60a88
|
* do not throw an internal error in case of a misplaced string, resolves #39609
|
2022-03-02 23:09:53 +01:00 |
|
florian
|
8d864559b7
|
* overleft cosmetics
|
2022-03-01 22:55:27 +01:00 |
|
Michaël Van Canneyt
|
21326cfb9a
|
* Remove SQLDB dependency of csvdataset unit
|
2022-03-01 13:30:48 +01:00 |
|
Michaël Van Canneyt
|
56acf11ec2
|
* Fix memleak when writing CSV data. Fix issue #39607
|
2022-03-01 13:29:36 +01:00 |
|
florian
|
33db5200e6
|
* building for LLVM fixed
|
2022-02-28 22:24:05 +01:00 |
|