| .. |
|
aasmcpu.pas
|
* do not re-used gottpoff symbols as they are PC-relative
|
2018-11-15 20:07:56 +00:00 |
|
agarmgas.pas
|
* -tls-dialect is not a as option, removed it, resolves #34901
|
2019-01-19 19:37:48 +00:00 |
|
aoptcpu.pas
|
* modified patch by Gareth Moreton to pool TmpUsedRegs in the assembler optimizers, resolves #34679
|
2019-01-20 14:16:38 +00:00 |
|
aoptcpub.pas
|
- get rid of MaxOps, it is redundant with max_operands
|
2018-11-02 21:32:29 +00:00 |
|
aoptcpud.pas
|
|
|
|
armatt.inc
|
|
|
|
armatts.inc
|
|
|
|
armins.dat
|
+ support msr regf,reg32 on arm in the internal assembler
|
2019-01-29 20:38:51 +00:00 |
|
armnop.inc
|
+ support msr regf,reg32 on arm in the internal assembler
|
2019-01-29 20:38:51 +00:00 |
|
armop.inc
|
|
|
|
armreg.dat
|
|
|
|
armtab.inc
|
+ support msr regf,reg32 on arm in the internal assembler
|
2019-01-29 20:38:51 +00:00 |
|
cgcpu.pas
|
* do not load always the references into a register in g_concatcopy
|
2019-01-29 20:40:39 +00:00 |
|
cpubase.pas
|
* Change first parameter type of function is_continuous_maks to aword type.
|
2018-11-14 13:13:19 +00:00 |
|
cpuelf.pas
|
arm-netbsd: added platform define and dummy rtl files so the build passes for this platform. port not functional yet
|
2018-03-05 15:38:46 +00:00 |
|
cpuinfo.pas
|
+ patch by Simon Ameis: adds all the STM32F091* microcontroller units to the list of supported ARM MCUs, resolves issue #32484
|
2017-10-01 18:59:01 +00:00 |
|
cpunode.pas
|
+ initial work for tls-based threadvar support on arm-linux
|
2018-11-07 22:02:58 +00:00 |
|
cpupara.pas
|
* replaced the saved_XXX_registers arrays with virtual methods inside
|
2018-04-19 21:22:16 +00:00 |
|
cpupi.pas
|
+ initial work for tls-based threadvar support on arm-linux
|
2018-11-07 22:02:58 +00:00 |
|
cputarg.pas
|
AROS: added arm-aros target to compiler and fpcmake
|
2016-11-06 10:51:45 +00:00 |
|
hlcgcpu.pas
|
* keep track of the temp position separately from the offset in references,
|
2018-04-22 17:03:16 +00:00 |
|
itcpugas.pas
|
|
|
|
narmadd.pas
|
* converted Boolean8 to an internal type, and mapped Boolean to the
|
2018-10-16 21:14:18 +00:00 |
|
narmcal.pas
|
syscalls: unify call reference creation across 4 different CPU archs. less copypasted code, brings x86_64 AROS support up to speed
|
2016-12-02 09:29:09 +00:00 |
|
narmcnv.pas
|
* tarmtypeconvnode.first_int_to_real should call the generic method in the parent class, if soft fpu code is generated, resolves #31350
|
2017-02-12 16:05:13 +00:00 |
|
narmcon.pas
|
* use vmov.xx to load float constants if possible
|
2018-06-24 12:40:00 +00:00 |
|
narminl.pas
|
* keep track of the temp position separately from the offset in references,
|
2018-04-22 17:03:16 +00:00 |
|
narmld.pas
|
* cosmetics
|
2019-01-29 20:17:47 +00:00 |
|
narmmat.pas
|
* fix currency division on non x86 32 bit targets
|
2018-03-17 22:44:44 +00:00 |
|
narmmem.pas
|
|
|
|
narmset.pas
|
* Removed unused vars.
|
2017-05-04 10:38:49 +00:00 |
|
pp.lpi.template
|
|
|
|
raarm.pas
|
|
|
|
raarmgas.pas
|
* cosmetics
|
2019-01-29 20:17:47 +00:00 |
|
rarmcon.inc
|
|
|
|
rarmdwa.inc
|
|
|
|
rarmnor.inc
|
|
|
|
rarmnum.inc
|
|
|
|
rarmrni.inc
|
|
|
|
rarmsri.inc
|
|
|
|
rarmsta.inc
|
|
|
|
rarmstd.inc
|
|
|
|
rarmsup.inc
|
|
|
|
rgcpu.pas
|
* keep track of the temp position separately from the offset in references,
|
2018-04-22 17:03:16 +00:00 |
|
symcpu.pas
|
* when creating wrappers, add a prefix to parameter names to prevent them
|
2018-12-24 22:10:06 +00:00 |