summaryrefslogtreecommitdiff
path: root/compiler/arm/cpupi.pas
Commit message (Expand)AuthorAgeFilesLines
* * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOSjonas2020-07-101-1/+1
* * reworked arm vfp capability handling to use fpu_capabilitesflorian2019-08-131-6/+3
* * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-1/+5
* + initial work for tls-based threadvar support on arm-linuxflorian2018-11-071-0/+8
* * renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we canjonas2016-12-161-8/+8
* * fix VFPv4 supportflorian2016-03-061-0/+1
* * ARM: Do not use R9 as a fixed GOT register.yury2015-09-161-1/+1
* * Big fix for ARM GOT support to make it work:yury2015-09-141-1/+1
* * Added virtual method tprocinfo.postprocess_code and moved target-specific p...sergei2014-04-021-1/+9
* * moved ARM-specific tprocdef.total_stackframe_size field to cpu-specificjonas2014-04-011-2/+2
* + Support omitting the frame pointer on arm even in procedures with incoming ...florian2014-03-231-2/+2
* Fixed problem in estimation of stack size for thumb targets. Types passed by ...laksen2014-01-141-4/+8
* * fixes several issues which cause warnings by the dfa code when using it to ...florian2013-12-011-0/+1
* * correct ofset for saving floating point registers + explanation behindjonas2013-10-141-2/+41
* use a TSuperRegister instead of an aintkaroly2013-08-281-3/+3
* save an extra reg if it's required to keep 64bit stack alignment on ARMkaroly2013-08-271-0/+1
* + arm: tsettings.instructionsetflorian2013-08-251-3/+3
* + PIC support for Darwin/ARM:jonas2013-08-221-1/+3
* + basic support for pic on arm-linuxflorian2013-08-191-1/+9
* * fix stack parameter handling for arm thumbflorian2013-04-071-43/+56
* + support of stackframesize for arm thumbflorian2013-04-071-2/+45
* * intial armv6m support, it is not working yet, constant pool insertation and...florian2013-03-031-5/+5
* * remove unused units from uses statementsflorian2013-01-031-2/+1
* o merge of the branch laksen/arm-embedded of Jeppe Johansen:florian2012-10-211-0/+8
* Handle po_nostackframe for arm cpupierre2012-10-181-0/+7
* * start with a qword aligned frame pointer to enable more ldrd/strd optimizat...florian2012-08-111-1/+1
* * moved definition of maxcpuregister and tcpuregisterset from cgbase tojonas2012-06-151-1/+1
* * use r7 instead of r11 as frame pointer on Darwin/iOS, and make sure r7jonas2012-03-291-2/+20
* + support for the ARM hard float EABI on Linux (patch by Peter Green):jonas2012-03-291-1/+2
* o added ARM VPFv2/VFPv3 support:jonas2009-12-031-12/+38
* * Fixed 'mixed signed/unsigned' and pointer conversion warnings.yury2008-07-231-1/+1
* * fixed ARM stackframe optimization when float registers are used.yury2007-07-121-1/+3
* * set temp. start properly when omitting stackframeflorian2007-03-091-1/+3
* * Implemented stackframe optimization for ARM CPU.yury2006-11-141-1/+2
* * settings refactoredflorian2006-10-301-3/+3
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-1/+1
* + support for passing parameters via pre-allocated stack space on i386jonas2006-03-101-8/+0
* * log and id tags removedfpc2005-05-211-8/+0
* initial importfpc2005-05-161-0/+113