.. |
aasmcpu.pas
|
* do not insert constant tables on arm thumb in it* sequences
|
2014-03-24 19:20:01 +00:00 |
agarmgas.pas
|
* do not write a space before the condition for instructions without operands, not sure why this was there
|
2014-03-24 17:09:28 +00:00 |
aoptcpu.pas
|
* applying opXYX2opsXY to ADD makes no sense on thumb-2 (at least as far as I can see)
|
2014-03-24 17:01:38 +00:00 |
aoptcpub.pas
|
|
|
aoptcpuc.pas
|
|
|
aoptcpud.pas
|
|
|
armatt.inc
|
added the ADR ARM pseudo instruction to instruction list
|
2013-11-05 13:16:33 +00:00 |
armatts.inc
|
added the ADR ARM pseudo instruction to instruction list
|
2013-11-05 13:16:33 +00:00 |
armins.dat
|
added the ADR ARM pseudo instruction to instruction list
|
2013-11-05 13:16:33 +00:00 |
armnop.inc
|
|
|
armop.inc
|
added the ADR ARM pseudo instruction to instruction list
|
2013-11-05 13:16:33 +00:00 |
armreg.dat
|
|
|
armtab.inc
|
|
|
cgcpu.pas
|
* do not reuse tmp. registers in tbasecgarm.handle_load_store
|
2014-03-30 17:28:45 +00:00 |
cpubase.pas
|
Reformat and comment is_thumb32_imm
|
2014-01-13 21:32:28 +00:00 |
cpuelf.pas
|
+ Add definitions for ELF header flags.
|
2013-11-25 13:59:12 +00:00 |
cpuinfo.pas
|
+ Support omitting the frame pointer on arm even in procedures with incoming parameters
|
2014-03-23 14:38:53 +00:00 |
cpunode.pas
|
+ support overriding tdef/tsym methods with target-specific functionality:
|
2014-03-29 22:31:55 +00:00 |
cpupara.pas
|
* moved ARM-specific tprocdef.total_stackframe_size field to cpu-specific
|
2014-04-01 21:41:24 +00:00 |
cpupi.pas
|
* Added virtual method tprocinfo.postprocess_code and moved target-specific processing from base class into target-specific descendant classes (ARM and AVR, other targets still to do).
|
2014-04-02 13:14:06 +00:00 |
cputarg.pas
|
|
|
hlcgcpu.pas
|
|
|
itcpugas.pas
|
|
|
narmadd.pas
|
* completed thlcgobj.location_force_fpureg(), use it everywhere and removed
|
2014-03-10 09:01:05 +00:00 |
narmcal.pas
|
|
|
narmcnv.pas
|
|
|
narmcon.pas
|
|
|
narminl.pas
|
* ARM: Implemented floating-point negation and abs() for softfloat using integer instructions. Fixes webtbs/tw4534.pp, and also yields much faster code than existing implementation.
|
2014-03-31 15:03:15 +00:00 |
narmmat.pas
|
* ARM: Implemented floating-point negation and abs() for softfloat using integer instructions. Fixes webtbs/tw4534.pp, and also yields much faster code than existing implementation.
|
2014-03-31 15:03:15 +00:00 |
narmmem.pas
|
+ arm: tsettings.instructionset
|
2013-08-25 21:56:12 +00:00 |
narmset.pas
|
* fixes arm building after 26004
|
2013-11-10 17:46:03 +00:00 |
pp.lpi.template
|
|
|
raarm.pas
|
|
|
raarmgas.pas
|
support label offsets for ARM like GAS, allows things like ADR r4, .label + 256
|
2013-11-05 18:10:54 +00:00 |
rarmcon.inc
|
|
|
rarmdwa.inc
|
|
|
rarmnor.inc
|
|
|
rarmnum.inc
|
|
|
rarmrni.inc
|
|
|
rarmsri.inc
|
|
|
rarmsta.inc
|
|
|
rarmstd.inc
|
|
|
rarmsup.inc
|
|
|
rgcpu.pas
|
* cleaned up do_spill_replace()
|
2014-03-11 23:19:01 +00:00 |
symcpu.pas
|
* moved pbestrealtype from symdef to symcpu
|
2014-04-01 21:41:37 +00:00 |