fpc/compiler/sparc
Jonas Maebe e9268a0a14 * synchronised with trunk up till r26975
git-svn-id: branches/hlcgllvm@26976 -
2014-03-06 21:36:58 +00:00
..
aasmcpu.pas
aoptcpu.pas + SPARC: two more peephole optimizations 2014-02-16 12:29:31 +00:00
aoptcpub.pas
aoptcpud.pas
cgcpu.pas * SPARC: r26561 caused a_op_const_reg_reg used for zero-extending 8-bit values to be optimized away. Fixed by replacing it with an explicit instruction. 2014-01-22 21:37:37 +00:00
cpubase.pas
cpuelf.pas
cpugas.pas Handle asmextraopt in powerpc, mips and sparc assemblers 2014-01-21 00:19:17 +00:00
cpuinfo.pas
cpunode.pas
cpupara.pas * synchronised with trunk up till r26975 2014-03-06 21:36:58 +00:00
cpupi.pas
cputarg.pas
hlcgcpu.pas
itcpugas.pas
ncpuadd.pas * SPARC: reworked 64-bit comparisons so their result is always in flags. Comparisons are emitted as subtractions, sides are optionally swapped to avoid using Z flag (since it is not set correctly in multi-word subtraction). This generates significantly shorter code: when both sides are in registers it is just 3 instructions for equal/unequal and 2 instructions otherwise. 2014-01-12 15:11:47 +00:00
ncpucall.pas
ncpucnv.pas
ncpuinln.pas
ncpumat.pas * SPARC: emit "x shl 1" as "x+x", it yields shorter code. 2014-01-21 13:50:35 +00:00
ncpuset.pas + SPARC: generate position-independent case jump tables, as specified by ABI. 2014-01-15 15:31:53 +00:00
opcode.inc
racpu.pas
racpugas.pas
rgcpu.pas * synchronised with trunk up till r26975 2014-03-06 21:36:58 +00:00
rspcon.inc
rspdwrf.inc
rspnor.inc
rspnum.inc
rsprni.inc
rspsri.inc
rspstab.inc
rspstd.inc
rspsup.inc
spreg.dat
strinst.inc