summaryrefslogtreecommitdiff
path: root/rtl/m68k
Commit message (Expand)AuthorAgeFilesLines
* --- Merging r30842 into '.':marco2015-06-171-1/+2
* --- Merging r29614 into '.':marco2015-06-171-0/+48
* m68k: some assembler SwapEndian() implementations I did a while back. disable...karoly2015-01-041-0/+173
* + Comment about behavior of DBRA instructionsergei2014-12-251-1/+3
* * m68k: "or" without suffix is not accepted, must be "or.l"sergei2014-07-081-1/+1
* * m68k: Fixed damage caused by r27573 and r28177:sergei2014-07-081-1/+7
* m68k: reworked/cleaned setjmp/longjmp code to use the movem instruction with ...karoly2014-07-061-82/+33
* + m68k: default implementation of fpc_cpuinit, provides correct masking of fl...sergei2014-07-021-0/+3
* * m68k: fixed setjmp/longjmp:sergei2014-07-011-17/+19
* * m68k: Fixed parameter passing to conform to ABI:sergei2014-06-271-6/+2
* * Enabled internal handling of Abs(longint) for all targets. It has been impl...sergei2014-06-051-14/+0
* + Implemented m68k-specific (actually, softfloat-specific) part of Math unit.sergei2014-03-211-6/+7
* - Removed mathuh.inc files which are identical for all targets (except m68k, ...sergei2014-03-182-24/+24
* don't try to fillchar/move by a negative amount, fixes tmem testkaroly2014-02-221-3/+3
* really fixed FillChar and fixed FillWord. fixes 8 tests.karoly2013-10-021-42/+43
* Fix around 30 tests for m68k by fixing FillChar:svenbarth2013-09-271-8/+6
* Forgot to commit this the last time: Use CPUM68K_HAS_DBRA instead of CPUCOLDF...svenbarth2013-09-271-13/+13
* rtl/m68k/m68k.inc:svenbarth2013-01-171-2/+2
* rtl/m68k/m68k.inc:svenbarth2013-01-171-3/+8
* fixed typokaroly2013-01-011-1/+1
* get_frame to return a5 on Amigakaroly2013-01-011-0/+4
* save/restore FP from A5 on Amigakaroly2013-01-011-0/+8
* * rtl/m68k/setjumph.inc:svenbarth2012-12-282-5/+9
* Save complete register set for setjmp/longjmppierre2012-12-182-10/+84
* add fpc_longword_to_double if neededpierre2012-12-181-11/+18
* do not refer reg a6 directly, base pointer might differ among platforms (a5 o...karoly2012-12-181-13/+13
* rtl/m68k/setjump.inc:svenbarth2012-11-012-6/+36
* rtl/m68k/m68k.inc:svenbarth2012-10-311-0/+11
* rtl/m68k/m68k.inc, move:svenbarth2012-10-311-10/+4
* * rtl/m68k/m68k.inc, move:svenbarth2012-10-241-0/+2
* * rtl/m68k/setjump.inc:svenbarth2012-10-211-0/+1
* Various adjustments to the RTL for m68k:svenbarth2012-10-181-1/+4
* Replace DBRA instruction for Coldfire with a SUB/BRA combination in the for-l...svenbarth2012-10-181-0/+25
* rtl/m68k: Added mathu(h).inc with dummy implementations of SetExceptionMask a...svenbarth2012-10-182-0/+50
* + Added additional addr pointer parameter topierre2012-06-241-2/+2
* + initial implementation of iso style gotos in iso modeflorian2010-08-052-12/+4
* * use default helpers for nowflorian2006-12-071-2/+4
* * made system unit on m68k-linux compilableflorian2006-11-063-0/+64
* + more mess to make the skeleton amiga rtl compilekaroly2006-02-015-946/+38
* * reverted r2037 because of braindead "out" semantics for refcountedjonas2005-12-241-3/+3
* * changed formal "var" paramters of move, movechar0 and fill* intojonas2005-12-231-3/+3
* * remove $Logpeter2005-06-076-31/+1
* * log and id tags removedfpc2005-05-216-6/+0
* initial importfpc2005-05-168-0/+2711