summaryrefslogtreecommitdiff
path: root/compiler/mips/aasmcpu.pas
Commit message (Expand)AuthorAgeFilesLines
* * patch by Marģers to unify internal error numbers, resolves #37888florian2020-10-131-4/+4
* * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-1/+7
* * MIPS: reworked and fixed procedure fixup_jmps:sergei2016-02-121-109/+90
* * MIPS: changed function is_macro_instruction into method of taicpu. Function...sergei2016-02-101-0/+21
* - MIPS: removed taicpu.delayslot_annulled, it was a copy-paste from SPARC code.sergei2016-02-091-1/+0
* * MIPS: fixed O_MOVE_SOURCE and O_MOVE_DEST constants (they were swapped, ama...sergei2014-09-031-6/+15
* * MIPS: emit PIC-friendly instruction sequences instead of "J" when fixing up...sergei2013-12-111-11/+65
* + MIPS: Use INS and EXT instructions for bit manipulations when target CPU ty...sergei2013-07-021-1/+17
* - MIPS: removed opcodes that are not in any known documentation.sergei2013-07-011-12/+0
* * MIPS: MULT[U] and DIV[U] don't modify first operand.sergei2013-02-161-4/+8
* fpcdefs.inc: Set fpc_compiler_has_fixup_jmps for powerpcXX and mips CPUs.pierre2012-07-091-1/+146
* * Patch from Fuxin Zhang: other mips and mipsel CPUs changespierre2012-06-071-14/+3
* * fix stack frame generation on mips(el)florian2012-04-291-0/+9
* * started to fix stack frame generation on MIPS(EL)florian2012-04-291-14/+25
* * Make TAICPU class child of TAI_CPU_ABSTRACT_SYM instead of TAI_CPU_ABSTRACTpierre2011-06-301-2/+2
* * more MIPS code of David Zhang integratedflorian2009-11-201-260/+370
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-1/+1
* * log and id tags removedfpc2005-05-211-12/+0
* initial importfpc2005-05-161-0/+351