fpc/compiler/sparc
svenbarth c48d572996 Implement support for saving and restoring address registers.
cgobj.pas, tcg:
  * g_save_registers: add the amount of used address registers to size as well
  * g_save_registers: save all used address registers
  * g_restore_registers: restore all stored address registers
m68k/cpubase.pas:
  * rename saved_standard_address_registers to saved_address_registers
all other platform's cpubase.{inc,pas} (except alpha, ia64 and vis which are not up to date):
  * add a saved_address_registers variable with one entry of RS_INVALID

At least a "make fullcycle" did complete.

git-svn-id: trunk@25664 -
2013-10-05 21:43:42 +00:00
..
aasmcpu.pas
aoptcpu.pas
aoptcpub.pas * RefsHaveIndexReg -> cpurefshaveindexreg 2012-03-10 19:43:52 +00:00
aoptcpud.pas
cgcpu.pas compiler: change ret_in_param to accept tabstractprocdef instead of tproccalloption to allow check more options (required for record constructor implementation) 2013-01-16 01:14:23 +00:00
cpubase.pas Implement support for saving and restoring address registers. 2013-10-05 21:43:42 +00:00
cpuelf.pas + Added codes of dynamic relocations to TElfTarget; since most targets use similar dynamic relocation model differing only in code values, this will allow to do majority of handling in the base class. 2012-12-16 09:36:34 +00:00
cpugas.pas * modified patch by Mark Morgan Lloyd to pass cpu type to the assembler, resolves #23390 2012-12-03 21:54:37 +00:00
cpuinfo.pas * removed spaces from sparc cpu name strings so they can be much easier used 2012-10-31 20:57:14 +00:00
cpunode.pas * reverts r18960, should solve sparc trouble 2011-09-07 18:33:22 +00:00
cpupara.pas * add a tdef to each parameter location and set it for all target 2013-06-02 10:24:02 +00:00
cpupi.pas Rectify last commit: po_assembler alone still sets up a stack frame 2012-10-18 12:44:24 +00:00
cputarg.pas Add possibility to test sparc elf generator with -dTEST_AGSPARC_ELF 2012-08-23 12:59:45 +00:00
hlcgcpu.pas * create/destroy also the high level code generator for all architectures, 2011-08-20 07:21:16 +00:00
itcpugas.pas * log and id tags removed 2005-05-21 09:42:41 +00:00
ncpuadd.pas * fixed operand order for AND-operation in smallset<=/=>smallset code 2012-05-14 17:41:48 +00:00
ncpucall.pas compiler: change ret_in_param to accept tabstractprocdef instead of tproccalloption to allow check more options (required for record constructor implementation) 2013-01-16 01:14:23 +00:00
ncpucnv.pas * Proper fix for SPARC cycling with -dCHECK_PIC, pi_needs_got additionally must be set in following cases: 2012-12-18 17:56:56 +00:00
ncpuinln.pas * remove registers{int/mmx/fpu} from firstpass 2007-09-26 21:12:01 +00:00
ncpumat.pas Fix tw22326 test compilation failure 2012-09-16 21:34:32 +00:00
ncpuset.pas * Proper fix for SPARC cycling with -dCHECK_PIC, pi_needs_got additionally must be set in following cases: 2012-12-18 17:56:56 +00:00
opcode.inc * add memory barrier prototypes + implementation for i386 and sparc + use lwsync for powerpc64 2007-08-07 20:37:08 +00:00
racpu.pas * give a regular error message instead of an internal error on x86 2007-12-01 11:28:15 +00:00
racpugas.pas Allow correct parsing of ld [%g1 + %l7], %g1 2012-09-27 15:35:44 +00:00
rgcpu.pas + TSubRegisterSet definition forgotten to commit in r15952 2010-09-09 08:48:02 +00:00
rspcon.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspdwrf.inc
rspnor.inc
rspnum.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rsprni.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspsri.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspstab.inc
rspstd.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspsup.inc
spreg.dat
strinst.inc