summaryrefslogtreecommitdiff
path: root/compiler/mips/cpubase.pas
Commit message (Expand)AuthorAgeFilesLines
* * patch by J. Gareth Moreton, issue #36271, part 3: support for the other a...florian2019-11-101-0/+27
* somehow committing went wrong, second part of last commit:florian2019-09-031-3/+0
* * synchronised with trunk till r42049jonas2019-05-121-0/+8
|\
| * * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-0/+8
* | + fpc_eh_return_data_regno() intrinsic to get the return register numbersjonas2018-10-281-0/+11
|/
* Fix for bug report #34380pierre2018-10-181-0/+11
* * replaced the saved_XXX_registers arrays with virtual methods insidenickysn2018-04-191-14/+0
* * cpubase unit, function findreg_by_number and dwarf_reg:pierre2016-11-061-0/+18
* * MIPS: updated registers, dropped special registers not recognized by GAS (a...sergei2014-06-171-15/+12
* * MIPS: dropped gas_std_regname, its functionality merged into std_regname. T...sergei2014-06-161-4/+17
* Implement support for saving and restoring address registers.svenbarth2013-10-051-0/+1
* + MIPS: emulate "flags", i.e. support LOC_FLAGS location. This allows to gene...sergei2013-07-191-0/+10
* * MIPS: fixed cgsize2subreg to return correct result for float registers.sergei2013-06-131-3/+10
* * MIPS improvements:sergei2013-05-291-15/+9
* - Removed obsolete comments (copypasted from other CPU code, most likely).sergei2013-05-201-13/+0
* Use TRegNameTable instead of array[tregisterindex] of string[10]masta2012-10-221-1/+1
* o merge of the branch laksen/arm-embedded of Jeppe Johansen:florian2012-10-211-1/+1
* Add Dwarf debug info generation by default for mips cpupierre2012-10-011-0/+7
* Remove more TABs in sourcespierre2012-09-061-5/+5
* + Add NR/RS _GP and _PIC_FUNC aliasespierre2012-07-041-1/+10
* * consistently define empty saved_mm_registers arrays as containing a singlejonas2012-06-151-1/+1
* * Patch from Fuxin Zhang: other mips and mipsel CPUs changespierre2012-06-071-27/+10
* + ossinttype/osuinttype defs that correspond to OS_SINT/OS_INT for use injonas2012-05-121-1/+2
* * fixes several register allocation related mips issuesflorian2012-02-051-1/+1
* * fix some mips compiler issues, system unit compilation is getting forwardflorian2012-02-041-4/+4
* - removed no more used constantsflorian2011-08-131-33/+0
* * more MIPS code of David Zhang integratedflorian2009-11-201-0/+23
* * started to integrate the code of David Zhang's MIPS code from fpc-mips on s...florian2009-11-191-176/+88
* * Replaced all user defined warnings by TODO comments to reduce compiler noise.yury2008-07-231-1/+1
* + default code now preserves mm registers florian2007-10-271-0/+4
* *c <int64>:=-<longint> fixed (bug 4253)florian2005-08-051-0/+1
* * log and id tags removedfpc2005-05-211-6/+0
* initial importfpc2005-05-161-0/+496