.. |
aasmcpu.pas
|
Fix selection of LDR/STR instructions in thumb mode. Most forms don't support pre or post indexing.
|
2015-03-15 12:12:13 +00:00 |
agarmgas.pas
|
Add VFPv4 FPU type for ARM.
|
2015-03-14 12:49:07 +00:00 |
aoptcpu.pas
|
Implemented UAL syntax support in the ARM assembler reader. Can be toggled with a field for now, but not implemented yet. Still using pre-UAL syntax for now.
|
2014-12-10 20:44:34 +00:00 |
aoptcpub.pas
|
* ARM: instructions do modify the base register of pre/postindexed references. Report this fact in spilling_get_operation_type_ref and RegModifiedByInstruction functions.
|
2014-09-22 16:18:16 +00:00 |
aoptcpuc.pas
|
|
|
aoptcpud.pas
|
|
|
armatt.inc
|
Add most pre-UAL VFP instruction forms.
|
2015-03-14 14:59:13 +00:00 |
armatts.inc
|
Add FPA support.
|
2015-01-01 11:18:04 +00:00 |
armins.dat
|
Add most pre-UAL VFP instruction forms.
|
2015-03-14 14:59:13 +00:00 |
armnop.inc
|
Add most pre-UAL VFP instruction forms.
|
2015-03-14 14:59:13 +00:00 |
armop.inc
|
Add most pre-UAL VFP instruction forms.
|
2015-03-14 14:59:13 +00:00 |
armreg.dat
|
Added some APSR register bitmask definitions.
|
2014-12-12 22:23:44 +00:00 |
armtab.inc
|
Add most pre-UAL VFP instruction forms.
|
2015-03-14 14:59:13 +00:00 |
cgcpu.pas
|
Merged from trunk
|
2015-03-08 12:33:46 +00:00 |
cpubase.pas
|
Make MRS and MSR use the right encoding on Thumb architectures.
|
2015-03-08 17:30:38 +00:00 |
cpuelf.pas
|
Fixed internal error in GOT related code for ARM internal assembler.
|
2015-03-14 16:03:16 +00:00 |
cpuinfo.pas
|
Add VFPv4 FPU type for ARM.
|
2015-03-14 12:49:07 +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
|
* Sync with trunk r23404.
|
2013-01-16 13:21:51 +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
|
* remove unused units from uses statements
|
2013-01-03 23:07:09 +00:00 |
narmadd.pas
|
Implemented UAL syntax support in the ARM assembler reader. Can be toggled with a field for now, but not implemented yet. Still using pre-UAL syntax for now.
|
2014-12-10 20:44:34 +00:00 |
narmcal.pas
|
* moved ARM/x86 ifdef'ed code from ncgcal to virtual methods
|
2013-04-07 13:42:06 +00:00 |
narmcnv.pas
|
Implemented UAL syntax support in the ARM assembler reader. Can be toggled with a field for now, but not implemented yet. Still using pre-UAL syntax for now.
|
2014-12-10 20:44:34 +00:00 |
narmcon.pas
|
* ARM: Test if range check of floating point constants is necessary in the same way as on other targets. This should have been part of r10940 6 years ago...
|
2014-04-22 06:51:54 +00:00 |
narminl.pas
|
Use proper syntax when emitting UAL VFP instructions for all postfix types.
|
2015-02-01 09:38:45 +00:00 |
narmmat.pas
|
Add missing size postfix to VNEG VFP instruction.
|
2015-01-11 13:40:35 +00:00 |
narmmem.pas
|
* generic part of r26050 from the hlcgllvm branch: made tcgvecnode hlcg-safe
|
2015-02-23 22:56:00 +00:00 |
narmset.pas
|
* fixes jump table generate for arm thumb
|
2014-08-30 22:13:09 +00:00 |
pp.lpi.template
|
|
|
raarm.pas
|
o patch by Jeppe Johansen to fix mantis #17472:
|
2010-12-24 15:54:39 +00:00 |
raarmgas.pas
|
* merged ait_set and ait_thumb_set into a single tai class
|
2015-03-14 18:35:28 +00:00 |
rarmcon.inc
|
Added some APSR register bitmask definitions.
|
2014-12-12 22:23:44 +00:00 |
rarmdwa.inc
|
Added some APSR register bitmask definitions.
|
2014-12-12 22:23:44 +00:00 |
rarmnor.inc
|
Added some APSR register bitmask definitions.
|
2014-12-12 22:23:44 +00:00 |
rarmnum.inc
|
Added some APSR register bitmask definitions.
|
2014-12-12 22:23:44 +00:00 |
rarmrni.inc
|
Added some APSR register bitmask definitions.
|
2014-12-12 22:23:44 +00:00 |
rarmsri.inc
|
Added some APSR register bitmask definitions.
|
2014-12-12 22:23:44 +00:00 |
rarmsta.inc
|
Added some APSR register bitmask definitions.
|
2014-12-12 22:23:44 +00:00 |
rarmstd.inc
|
Added some APSR register bitmask definitions.
|
2014-12-12 22:23:44 +00:00 |
rarmsup.inc
|
Added some APSR register bitmask definitions.
|
2014-12-12 22:23:44 +00:00 |
rgcpu.pas
|
* improved r28534: LDR/STR on thumb do not support registers >r7 as destination/source
|
2014-08-30 12:13:00 +00:00 |
symcpu.pas
|
Fix a typo. The CPU specific version of "ttypesym" should be called "tcputypesym" and not "tcpuypesym".
|
2014-04-11 14:30:59 +00:00 |