florian
|
0bc63c438e
+ tifnode.create_internal
|
10 år sedan |
Károly Balogh
|
ad301f8fa1
m68k: implemented t68kvecnode.update_reference_reg_packed. same as the generic one, but allocates int registers instead of address registers, because on 68k IMUL,SHR/SHL and AND can't work on address registers, which results in a lot of register shuffling
|
10 år sedan |
Jeppe Johansen
|
5ca1740bee
Fix issue in is_thumb32_imm. imm<11:10> have to be non-zero meaning the rotate only works from 8 to 31. Caused 0x8000001F to be mistaken for a valid immediate.
|
10 år sedan |
Jonas Maebe
|
39594adae1
* different, simpler fix for #27691 fixed in r30261; should fix the
|
10 år sedan |
marco
|
57212decc8
* ugly auto conversion IMAGE_IMPORT_DESCRIPTOR and _IMAGE_TLS_DIRECTORY64/32 fixed.
|
10 år sedan |
nickysn
|
50fd91b3e1
* micro optimization in the putpixel routines of the msdos graph unit: perform
|
10 år sedan |
nickysn
|
a5a61243b8
* updated video card detection code in the msdos graph unit to support EGA mono,
|
10 år sedan |
Jonas Maebe
|
ea3a306da8
* never say that an automatically added unit is unused (mantis #27691)
|
10 år sedan |
michael
|
636fb64577
* Introduce reload method
|
10 år sedan |
marco
|
1ea195aefe
* remove 2nd copyright header, reverting to original one. Mantis #27630
|
10 år sedan |
Károly Balogh
|
258b42de26
m68k: added support for FSIN/FCOS. these are software supported on the 68040, so we should have a separate 68040/060 FPU option too, to avoid these in the future.
|
10 år sedan |
marco
|
882d42eb86
* change image_* macros to unsigned, half of bug #27674
|
10 år sedan |
Jeppe Johansen
|
09acd9b1ab
Add workaround for ARM thumb when using GAS.
|
10 år sedan |
marco
|
9255bc0fe5
* added _ before avr in cpusuffix. All other targets have.
|
10 år sedan |
nickysn
|
be2937bb17
+ VESA banked 32k/64k colour mode fast line drawing for msdos as well
|
10 år sedan |
nickysn
|
84f5184911
* micro optimization in a commonly repeated VESA horizontal line drawing code pattern
|
10 år sedan |
nickysn
|
529f1e77db
* fixed spelling: allign -> align
|
10 år sedan |
nickysn
|
69d839e891
+ implemented VESA banked 32k/64k colour mode fast line drawing in the go32v2 graph unit
|
10 år sedan |
Károly Balogh
|
b617345e43
m68k: disabled premature MOVEA #0,Ax to SUBA Ax,Ax in the CG, because it breaks with spilling temp replacement and moved it to the optimizer, where it belongs. this fixes some code with potentially heavy address register pressure, like the IDE.
|
10 år sedan |
florian
|
f6f8e1b83e
* write ppu+source file name in case the source file is not available instead of inserting an invalid absolute path, resolves #27588
|
10 år sedan |
florian
|
f07969245b
* fix warning about uninitialized variable
|
10 år sedan |
florian
|
331ace25c6
* handle undefineddef in classify_argument, resolves #27658
|
10 år sedan |
Jeppe Johansen
|
60f24739fc
Fixed typo
|
10 år sedan |
florian
|
38a72f2ddb
* renamed arm->avr to match the cpu
|
10 år sedan |
Jonas Maebe
|
f633d094ee
* perform interface dispatches via R12 instead of R11 as expected for
|
10 år sedan |
Jeppe Johansen
|
2bcef2daee
Fix break caused by r30233
|
10 år sedan |
Jeppe Johansen
|
f92f0751f4
Fix selection of LDR/STR instructions in thumb mode. Most forms don't support pre or post indexing.
|
10 år sedan |
Jeppe Johansen
|
155998fe89
Support .set and .weak in internal assembler.
|
10 år sedan |
Károly Balogh
|
2555f12394
m68k: improved handling of moves and sign/zero extensions targeting address regs
|
10 år sedan |
nickysn
|
492101df76
* fixed a race condition during parallel build on linux, when the loaders are
|
10 år sedan |