.. |
aasmcpu.pas
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
agarmgas.pas
|
* don't pass march always to gas because the rtl uses always pld to be able
|
2012-10-17 19:58:11 +00:00 |
aoptcpu.pas
|
Fix RemoveSuperfluousMov in ARM Peephole optimizers.
|
2012-10-12 22:33:45 +00:00 |
aoptcpub.pas
|
* set MaxOps to 4 for the optimizer because fpc generates now mla instructions
|
2012-08-17 12:38:59 +00:00 |
aoptcpuc.pas
|
|
|
aoptcpud.pas
|
|
|
armatt.inc
|
+ patch by Bernd to add the push/pop mnemonic for arm/thumb-2, resolves #22041
|
2012-05-15 18:52:09 +00:00 |
armatts.inc
|
+ patch by Bernd to add the push/pop mnemonic for arm/thumb-2, resolves #22041
|
2012-05-15 18:52:09 +00:00 |
armins.dat
|
+ patch by Bernd to add the push/pop mnemonic for arm/thumb-2, resolves #22041
|
2012-05-15 18:52:09 +00:00 |
armnop.inc
|
+ support for nop, msr and mrs instructions
|
2009-01-26 14:18:42 +00:00 |
armop.inc
|
+ patch by Bernd to add the push/pop mnemonic for arm/thumb-2, resolves #22041
|
2012-05-15 18:52:09 +00:00 |
armreg.dat
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
armtab.inc
|
+ support for nop, msr and mrs instructions
|
2009-01-26 14:18:42 +00:00 |
cgcpu.pas
|
* factored out fixref from handle_load_store, and handle indirect symbol
|
2012-09-23 21:25:32 +00:00 |
cpubase.pas
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
cpuinfo.pas
|
* patch by Jeppe Johansen: Thumb2-only targets don't support the BLX <label>, and have to use BL <label>, resolves #22770
|
2012-09-04 14:57:26 +00:00 |
cpunode.pas
|
+ take advantage of the mla instruction when calculating array offsets
|
2012-05-23 20:48:26 +00:00 |
cpupara.pas
|
+ introduce cstylearrayofconst because pocall_mwcall was forgotten at several places
|
2012-08-05 08:48:23 +00:00 |
cpupi.pas
|
Handle po_nostackframe for arm cpu
|
2012-10-18 11:41:57 +00:00 |
cputarg.pas
|
+ some generic changes preparing for darwin/arm support
|
2008-10-02 15:10:13 +00:00 |
hlcgcpu.pas
|
* create/destroy also the high level code generator for all architectures,
|
2011-08-20 07:21:16 +00:00 |
itcpugas.pas
|
|
|
narmadd.pas
|
Improve handling of set operations with constant values on ARM
|
2012-09-10 12:37:50 +00:00 |
narmcal.pas
|
+ support for the ARM hard float EABI on Linux (patch by Peter Green):
|
2012-03-29 20:50:09 +00:00 |
narmcnv.pas
|
+ a lot missing flag allocs/deallocs added
|
2012-08-23 08:54:52 +00:00 |
narmcon.pas
|
* fixed ARM and MIPS compilation after r14912
|
2010-02-18 21:19:17 +00:00 |
narminl.pas
|
+ a lot missing flag allocs/deallocs added
|
2012-08-23 08:54:52 +00:00 |
narmmat.pas
|
+ a lot missing flag allocs/deallocs added
|
2012-08-23 08:54:52 +00:00 |
narmmem.pas
|
+ take advantage of the mla instruction when calculating array offsets
|
2012-05-23 20:48:26 +00:00 |
narmset.pas
|
+ a lot missing flag allocs/deallocs added
|
2012-08-23 08:54:52 +00:00 |
pp.lpi.template
|
* improved template with help from Mattias Gaertner
|
2006-08-28 20:29:04 +00:00 |
raarm.pas
|
o patch by Jeppe Johansen to fix mantis #17472:
|
2010-12-24 15:54:39 +00:00 |
raarmgas.pas
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
rarmcon.inc
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
rarmdwa.inc
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
rarmnor.inc
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
rarmnum.inc
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
rarmrni.inc
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
rarmsri.inc
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
rarmsta.inc
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
rarmstd.inc
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
rarmsup.inc
|
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
2012-09-29 08:23:40 +00:00 |
rgcpu.pas
|
Consolidate do_spill_read/do_spill_written on arm
|
2012-07-12 01:11:23 +00:00 |