fpc/compiler/mips
sergei 8e6d4b41e2 + MIPS: started the peephole optimizer.
git-svn-id: trunk@25148 -
2013-07-20 13:44:21 +00:00
..
aasmcpu.pas + MIPS: Use INS and EXT instructions for bit manipulations when target CPU type is set to mips32r2. 2013-07-02 14:21:29 +00:00
aoptcpu.pas + MIPS: started the peephole optimizer. 2013-07-20 13:44:21 +00:00
aoptcpub.pas * Patch from Fuxin Zhang: other mips and mipsel CPUs changes 2012-06-07 23:20:06 +00:00
aoptcpud.pas
cgcpu.pas * MIPS: set pi_do_call flag for assembler procedures with stackframes, so in PIC mode it further receives pi_needs_got in PIC mode and allocates the GP save temp. 2013-07-20 13:42:41 +00:00
cpubase.pas + MIPS: emulate "flags", i.e. support LOC_FLAGS location. This allows to generate differently optimized code for branching and for conversion to register, typically saving a register and instruction per compare. 2013-07-19 14:06:47 +00:00
cpuelf.pas + MIPS linker: support linking PIC object files with non-PIC ones, by routing absolute calls into PIC code through stubs that load R25. 2013-03-31 19:58:52 +00:00
cpugas.pas * MIPS: 3-operand forms of DIV and DIVU are not macros if first operand is $zero. 2013-06-20 13:14:38 +00:00
cpuinfo.pas * Fixed label optimizer to work with MIPS, and enabled level 1 optimization for MIPS targets. 2013-07-03 14:40:24 +00:00
cpunode.pas Remove more TABs in sources 2012-09-06 08:11:59 +00:00
cpupara.pas * MIPS: floating point parameters on stack should be loaded to/from FPU registers directly, without using temp. 2013-07-17 11:00:46 +00:00
cpupi.pas * MIPS: set pi_do_call flag for assembler procedures with stackframes, so in PIC mode it further receives pi_needs_got in PIC mode and allocates the GP save temp. 2013-07-20 13:42:41 +00:00
cputarg.pas + ELF linker back-ends for ARM and MIPS. 2013-01-13 18:05:19 +00:00
hlcgcpu.pas + MIPS: Use INS and EXT instructions for bit manipulations when target CPU type is set to mips32r2. 2013-07-02 14:21:29 +00:00
itcpugas.pas
mipsreg.dat Change std reg names to allow use with GAS assembler 2012-07-04 16:24:11 +00:00
ncpuadd.pas + MIPS: emulate "flags", i.e. support LOC_FLAGS location. This allows to generate differently optimized code for branching and for conversion to register, typically saving a register and instruction per compare. 2013-07-19 14:06:47 +00:00
ncpucall.pas Remove more TABs in sources 2012-09-06 08:11:59 +00:00
ncpucnv.pas + MIPS: emulate "flags", i.e. support LOC_FLAGS location. This allows to generate differently optimized code for branching and for conversion to register, typically saving a register and instruction per compare. 2013-07-19 14:06:47 +00:00
ncpuinln.pas
ncpuld.pas - Removed tcgloadnode.generate_picvaraccess, it is never used and is not necessary because PIC stuff is handled at lower levels. 2013-06-02 10:49:17 +00:00
ncpumat.pas + MIPS: emulate "flags", i.e. support LOC_FLAGS location. This allows to generate differently optimized code for branching and for conversion to register, typically saving a register and instruction per compare. 2013-07-19 14:06:47 +00:00
ncpuset.pas * MIPS case node: simplified code a bit. 2013-06-15 12:36:21 +00:00
opcode.inc - MIPS: removed opcodes that are not in any known documentation. 2013-07-01 06:09:53 +00:00
racpugas.pas + Added mips32r2 opcodes needed for pic32. 2013-06-03 20:01:30 +00:00
rgcpu.pas + MIPS: prevent coalescing written-to registers with $sp,$fp,$zero and $at. 2013-06-15 04:04:08 +00:00
rmipscon.inc
rmipsdwf.inc
rmipsgas.inc
rmipsgri.inc
rmipsgss.inc
rmipsnor.inc
rmipsnum.inc
rmipsrni.inc
rmipssri.inc Change std reg names to allow use with GAS assembler 2012-07-04 16:24:11 +00:00
rmipssta.inc
rmipsstd.inc Change std reg names to allow use with GAS assembler 2012-07-04 16:24:11 +00:00
rmipssup.inc
strinst.inc - MIPS: removed opcodes that are not in any known documentation. 2013-07-01 06:09:53 +00:00