michael
|
636fb64577
* Introduce reload method
|
10 жил өмнө |
marco
|
1ea195aefe
* remove 2nd copyright header, reverting to original one. Mantis #27630
|
10 жил өмнө |
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 жил өмнө |
marco
|
882d42eb86
* change image_* macros to unsigned, half of bug #27674
|
10 жил өмнө |
Jeppe Johansen
|
09acd9b1ab
Add workaround for ARM thumb when using GAS.
|
10 жил өмнө |
marco
|
9255bc0fe5
* added _ before avr in cpusuffix. All other targets have.
|
10 жил өмнө |
nickysn
|
be2937bb17
+ VESA banked 32k/64k colour mode fast line drawing for msdos as well
|
10 жил өмнө |
nickysn
|
84f5184911
* micro optimization in a commonly repeated VESA horizontal line drawing code pattern
|
10 жил өмнө |
nickysn
|
529f1e77db
* fixed spelling: allign -> align
|
10 жил өмнө |
nickysn
|
69d839e891
+ implemented VESA banked 32k/64k colour mode fast line drawing in the go32v2 graph unit
|
10 жил өмнө |
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 жил өмнө |
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 жил өмнө |
florian
|
f07969245b
* fix warning about uninitialized variable
|
10 жил өмнө |
florian
|
331ace25c6
* handle undefineddef in classify_argument, resolves #27658
|
10 жил өмнө |
Jeppe Johansen
|
60f24739fc
Fixed typo
|
10 жил өмнө |
florian
|
38a72f2ddb
* renamed arm->avr to match the cpu
|
10 жил өмнө |
Jonas Maebe
|
f633d094ee
* perform interface dispatches via R12 instead of R11 as expected for
|
10 жил өмнө |
Jeppe Johansen
|
2bcef2daee
Fix break caused by r30233
|
10 жил өмнө |
Jeppe Johansen
|
f92f0751f4
Fix selection of LDR/STR instructions in thumb mode. Most forms don't support pre or post indexing.
|
10 жил өмнө |
Jeppe Johansen
|
155998fe89
Support .set and .weak in internal assembler.
|
10 жил өмнө |
Károly Balogh
|
2555f12394
m68k: improved handling of moves and sign/zero extensions targeting address regs
|
10 жил өмнө |
nickysn
|
492101df76
* fixed a race condition during parallel build on linux, when the loaders are
|
10 жил өмнө |
Jonas Maebe
|
6230119140
- removed self-assignment of cur_stack_offset introduced by refactoring in
|
10 жил өмнө |
Jonas Maebe
|
8334597476
* a homogeneous float aggregate can maximally contain 4 elements
|
10 жил өмнө |
Jonas Maebe
|
faf3efe139
+ Linux/ppc64le test object files
|
10 жил өмнө |
Jonas Maebe
|
0c394eb6f4
* ensure we don't call a_load_cgparaloc_anyreg() to move an fpu register
|
10 жил өмнө |
Jonas Maebe
|
622852b8c9
* check that a_load_cgparaloc_anyreg() is not used to try to move an fpu
|
10 жил өмнө |
Jonas Maebe
|
a02d52f533
* support thlcg2ll.gen_loadfpu_loc_cgpara() from LOC_REGISTER to
|
10 жил өмнө |
Jonas Maebe
|
c50c822e13
* fixed destination size when loading fpu temp paralocs
|
10 жил өмнө |
Jonas Maebe
|
6d02aedf70
* support multiple register paralocs in tcgobj.a_loadfpu_ref_cgpara()
|
10 жил өмнө |