summaryrefslogtreecommitdiff
path: root/compiler/m68k/aasmcpu.pas
Commit message (Expand)AuthorAgeFilesLines
* m68k: basic 68881 fpu support. probably still broken at umpzillion places, an...karoly2015-01-021-7/+19
* m68k: generate smarter shifting/rotation code on 68k, for example by utilizin...karoly2014-09-071-1/+1
* * m68k: initial support for ROL/ROR operations, defining 'cpurox' for CPU tar...sergei2014-06-291-0/+1
* fixed spilling operation type for some ColdFire instructionskaroly2014-03-091-1/+1
* fixed spilling operation type for A_LEA, fixes test tb0112 to compile, but st...karoly2013-10-111-1/+1
* removed redundant instruction table only used for ugly debug, and the ugly de...karoly2013-10-101-57/+0
* * fix handling of register sets on m68k: it is required that they are stored ...florian2013-10-091-18/+23
* fixed spilling operation type for lots of operations (thanks Florian), fixes ...karoly2013-10-061-13/+12
* Fix comparisons (aka usage of flag/CCR register)svenbarth2013-01-141-1/+2
* m68k/aasmcpu.pas, taicpu.spilling_get_operation_type:svenbarth2012-12-021-1/+1
* Set cai_align and cai_cpu pierre2012-10-191-0/+3
* Add some missing instructions to spilling_get_operation_type methodpierre2012-10-191-1/+7
* * make internal error uniquesvenbarth2012-10-181-2/+3
* m68k/aasmcpu, taicpu.spilling_get_operation_type: add support for A_SUBXsvenbarth2012-10-181-1/+1
* * Replaced all user defined warnings by TODO comments to reduce compiler noise.yury2008-07-231-2/+2
* * more spilling fixesflorian2008-01-201-2/+2
* * spilling for neg, ext and extb fixedflorian2008-01-201-1/+3
* + made m68k to compile system unit againkaroly2007-10-311-2/+2
* * Change spill_* routines to return Taicpu instead of Tai to increasedaniel2007-05-121-4/+4
* * moved (unfinished) routines related to writing taicpu's to ppu filesjonas2007-01-021-2/+2
* * some fpu emulation code from arm to generic code generator movedflorian2006-11-041-4/+4
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-1/+1
* * some more tiny m68k hacks...karoly2006-03-071-1/+1
* - tiny bits of mess cleanupkaroly2006-02-021-47/+22
* * fixed regallocator for m68kflorian2006-02-011-9/+8
* + more m68k mess... ignore :)karoly2006-01-311-4/+67
* Various m68k fixes/additions:karoly2005-12-131-0/+1
* * make m68k compilepeter2005-09-191-1/+9
* an attempt to fix a bit more stuff in m68kkaroly2005-08-041-11/+6
* some dirty 68k changes/experiments...karoly2005-08-041-2/+44
* few fixes and advancements. 68k cg now compiles empty system unit without cra...karoly2005-06-051-1/+22
* * log and id tags removedfpc2005-05-211-7/+0
* initial importfpc2005-05-161-0/+480