.. |
aasmcpu.pas
|
|
|
aoptcpu.pas
|
* SPARC peephole: check that result of GetNextInstructionUsingReg is actually an instruction, because GetNextInstruction can stop at a label. Resolves #26798.
|
2014-09-28 22:18:59 +00:00 |
aoptcpub.pas
|
|
|
aoptcpud.pas
|
|
|
cgcpu.pas
|
+ added tasmlist parameter to getintparaloc() (needed for llvm)
|
2015-04-04 14:29:16 +00:00 |
cpubase.pas
|
* SPARC: cleaned up and actualized TAsmCond (stuff copy-pasted from x86 removed, conditions for unordered floating-point comparisons added). Fixes Mantis #9362 on this target.
|
2014-04-17 14:15:45 +00:00 |
cpuelf.pas
|
Switch back to emitting BLX instructions and fix calculation of constant offsets(should rarely/never happen).
|
2014-12-14 16:28:35 +00:00 |
cpugas.pas
|
|
|
cpuinfo.pas
|
+ change always floating point divisions into multiplications if they are a power of two,
|
2014-11-16 20:47:38 +00:00 |
cpunode.pas
|
+ support overriding tdef/tsym methods with target-specific functionality:
|
2014-03-29 22:31:55 +00:00 |
cpupara.pas
|
* changed getpointerdef() into a tpointerdef.getreusable() class method
|
2015-06-22 08:17:49 +00:00 |
cpupi.pas
|
|
|
cputarg.pas
|
|
|
hlcgcpu.pas
|
* moved g_external_wrapper() to the hlcg, and also g_intf_wrapper() because
|
2014-08-19 20:22:54 +00:00 |
itcpugas.pas
|
|
|
ncpuadd.pas
|
* fix GetResFlags DFA optimizer warning on Sparc and AVR too
|
2014-08-20 13:52:28 +00:00 |
ncpucall.pas
|
* SPARC: UNIMP instruction has 22-bit "opcode", not 12-bit.
|
2014-04-17 14:08:33 +00:00 |
ncpucnv.pas
|
* correctly handle LOC_SUBSETREG,LOC_CSUBSETREG,LOC_SUBSETREF,LOC_CSUBSETREF in second_int_to_bool, resolves issue #28007
|
2015-05-02 13:52:50 +00:00 |
ncpuinln.pas
|
* completed thlcgobj.location_force_fpureg(), use it everywhere and removed
|
2014-03-10 09:01:05 +00:00 |
ncpumat.pas
|
* SPARC: cleaned up and actualized TAsmCond (stuff copy-pasted from x86 removed, conditions for unordered floating-point comparisons added). Fixes Mantis #9362 on this target.
|
2014-04-17 14:15:45 +00:00 |
ncpuset.pas
|
* MIPS and SPARC: determine whether case expression is in range using a single unsigned comparison (like it is done on other targets).
|
2014-03-10 23:02:05 +00:00 |
opcode.inc
|
|
|
racpu.pas
|
|
|
racpugas.pas
|
|
|
rgcpu.pas
|
|
|
rspcon.inc
|
|
|
rspdwrf.inc
|
|
|
rspnor.inc
|
|
|
rspnum.inc
|
|
|
rsprni.inc
|
|
|
rspsri.inc
|
|
|
rspstab.inc
|
|
|
rspstd.inc
|
|
|
rspsup.inc
|
|
|
spreg.dat
|
|
|
strinst.inc
|
|
|
symcpu.pas
|
o fixes handling of iso i/o parameters/program parameters:
|
2015-05-01 20:58:31 +00:00 |