..
aasmcpu.pas
* MIPS: emit PIC-friendly instruction sequences instead of "J" when fixing up branches outside of 128K range. Resolves #25399 .
2013-12-11 10:56:07 +00:00
aoptcpu.pas
+ MIPS peephole optimizer: eliminate redundant moves of floating point registers.
2013-11-25 13:57:19 +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
* Moved generation of .ent/.end directives out of generic code generator.
2014-02-12 17:30:48 +00:00
cpubase.pas
Implement support for saving and restoring address registers.
2013-10-05 21:43:42 +00:00
cpuelf.pas
+ MIPS internal linker: support TLS IE/LE and GPREL32 relocations, is now able to link tw14265.
2013-07-29 09:30:40 +00:00
cpugas.pas
+ Added compiler support for mipsel-android target.
2014-02-06 17:02:43 +00:00
cpuinfo.pas
* Enabled safecall for mips.
2014-02-07 14:12:33 +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: handle get_frame internally, so it sets pi_needs_stackframe flag on current procedure. This makes possible not to force pi_needs_stackframe on every procedure and thus omit saving/restoring $fp register when it is not necessary.
2013-07-24 15:25:12 +00:00
cputarg.pas
* Fixed compilation for mips-linux.
2014-02-08 19:08:21 +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
* 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
* Function tjvmaddnode.cmpnode2topcmp is, in fact, not specific to any target. Moved it to generic tcgaddnode and reused in tmipsaddnode, where the same functionality was implemented in different way.
2013-11-28 11:52:47 +00:00
ncpucall.pas
Remove more TABs in sources
2012-09-06 08:11:59 +00:00
ncpucnv.pas
* MIPS: when converting int to real, use a floating point constant directly, instead of emulating it with integers. tai_real_64bit already handles all endian issues.
2013-10-26 18:12:25 +00:00
ncpuinln.pas
* MIPS: handle get_frame internally, so it sets pi_needs_stackframe flag on current procedure. This makes possible not to force pi_needs_stackframe on every procedure and thus omit saving/restoring $fp register when it is not necessary.
2013-07-24 15:25:12 +00:00
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
* tMIPSELnotnode.second_boolean: reuse common handle_locjump method.
2014-02-08 21:10:01 +00:00
ncpuset.pas
+ Support GOT/gp-relative constants in GAS and internal assemblers, MIPS and i386.
2014-02-26 14:54:47 +00:00
opcode.inc
- MIPS: removed opcodes that are not in any known documentation.
2013-07-01 06:09:53 +00:00
racpugas.pas
* MIPS: cleanup assembler reader, MIPS references allow only a single register in parentheses.
2013-10-13 21:22:04 +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
* 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: removed opcodes that are not in any known documentation.
2013-07-01 06:09:53 +00:00