..
aasmcpu.pas
* MIPS: MULT[U] and DIV[U] don't modify first operand.
2013-02-16 06:43:41 +00:00
aoptcpu.pas
aoptcpub.pas
* Patch from Fuxin Zhang: other mips and mipsel CPUs changes
2012-06-07 23:20:06 +00:00
aoptcpud.pas
cgcpu.pas
* TCGMIPS.handle_reg_const_reg(): fixed to generate 'real' CPU instructions, so macro processing by assembler is no longer needed.
2013-05-24 03:56:51 +00:00
cpubase.pas
* MIPS improvements:
2013-05-29 17:35:56 +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: fixed passing CPU type specified with -CpXXX switch to assembler
2013-05-30 15:02:40 +00:00
cpuinfo.pas
* MIPS: fixed passing CPU type specified with -CpXXX switch to assembler
2013-05-30 15:02:40 +00:00
cpunode.pas
Remove more TABs in sources
2012-09-06 08:11:59 +00:00
cpupara.pas
MIPS procinfo improvements:
2013-03-17 08:43:39 +00:00
cpupi.pas
MIPS procinfo improvements:
2013-03-17 08:43:39 +00:00
cputarg.pas
+ ELF linker back-ends for ARM and MIPS.
2013-01-13 18:05:19 +00:00
hlcgcpu.pas
MIPS: reworked PIC/call code:
2013-03-05 19:31:20 +00:00
itcpugas.pas
* fix fpu register type
2012-02-05 09:14:55 +00:00
mipsreg.dat
Change std reg names to allow use with GAS assembler
2012-07-04 16:24:11 +00:00
ncpuadd.pas
* MIPS improvements:
2013-05-29 17:35:56 +00:00
ncpucall.pas
Remove more TABs in sources
2012-09-06 08:11:59 +00:00
ncpucnv.pas
* Fixed tMIPSELtypeconvnode.second_int_to_bool handling of C booleans, webtbs/tw10233 and webtbs/tw17180 now work.
2013-01-28 21:32:21 +00:00
ncpuinln.pas
* adapted more fpc-mips stuff to trunk
2009-11-20 21:13:53 +00:00
ncpuld.pas
Override tloadnode.pass_1 to for use of got for shared library variables and genrate_picvaraccess
2012-07-05 21:07:46 +00:00
ncpumat.pas
+ MIPS: initial target-specific unary minus node.
2013-05-04 07:19:08 +00:00
ncpuset.pas
* converted tcgcasenode.pass_generate_code() to hlcgobj
2011-08-20 07:48:33 +00:00
opcode.inc
* MIPS improvements:
2013-05-29 17:35:56 +00:00
racpugas.pas
* MIPS: some clean up of assembler reader:
2013-05-30 09:28:21 +00:00
rgcpu.pas
* MIPS register spilling: relocations are not needed to load constant values, and offset limit is 32767, not 4095.
2013-02-28 20:43:38 +00:00
rmipscon.inc
* fixes several register allocation related mips issues
2012-02-05 21:58:45 +00:00
rmipsdwf.inc
rmipsgas.inc
* fix floating point registers gas name
2012-02-06 20:33:12 +00:00
rmipsgri.inc
* fix floating point registers gas name
2012-02-06 20:33:12 +00:00
rmipsgss.inc
rmipsnor.inc
rmipsnum.inc
* fixes several register allocation related mips issues
2012-02-05 21:58:45 +00:00
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
* fixes several register allocation related mips issues
2012-02-05 21:58:45 +00:00
strinst.inc
* MIPS improvements:
2013-05-29 17:35:56 +00:00