index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
arm
/
cpupi.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
jonas
2020-07-10
1
-1
/
+1
*
* reworked arm vfp capability handling to use fpu_capabilites
florian
2019-08-13
1
-6
/
+3
*
* fix case completeness and unreachable code warnings in compiler that would
jonas
2019-05-12
1
-1
/
+5
*
+ initial work for tls-based threadvar support on arm-linux
florian
2018-11-07
1
-0
/
+8
*
* renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can
jonas
2016-12-16
1
-8
/
+8
*
* fix VFPv4 support
florian
2016-03-06
1
-0
/
+1
*
* ARM: Do not use R9 as a fixed GOT register.
yury
2015-09-16
1
-1
/
+1
*
* Big fix for ARM GOT support to make it work:
yury
2015-09-14
1
-1
/
+1
*
* Added virtual method tprocinfo.postprocess_code and moved target-specific p...
sergei
2014-04-02
1
-1
/
+9
*
* moved ARM-specific tprocdef.total_stackframe_size field to cpu-specific
jonas
2014-04-01
1
-2
/
+2
*
+ Support omitting the frame pointer on arm even in procedures with incoming ...
florian
2014-03-23
1
-2
/
+2
*
Fixed problem in estimation of stack size for thumb targets. Types passed by ...
laksen
2014-01-14
1
-4
/
+8
*
* fixes several issues which cause warnings by the dfa code when using it to ...
florian
2013-12-01
1
-0
/
+1
*
* correct ofset for saving floating point registers + explanation behind
jonas
2013-10-14
1
-2
/
+41
*
use a TSuperRegister instead of an aint
karoly
2013-08-28
1
-3
/
+3
*
save an extra reg if it's required to keep 64bit stack alignment on ARM
karoly
2013-08-27
1
-0
/
+1
*
+ arm: tsettings.instructionset
florian
2013-08-25
1
-3
/
+3
*
+ PIC support for Darwin/ARM:
jonas
2013-08-22
1
-1
/
+3
*
+ basic support for pic on arm-linux
florian
2013-08-19
1
-1
/
+9
*
* fix stack parameter handling for arm thumb
florian
2013-04-07
1
-43
/
+56
*
+ support of stackframesize for arm thumb
florian
2013-04-07
1
-2
/
+45
*
* intial armv6m support, it is not working yet, constant pool insertation and...
florian
2013-03-03
1
-5
/
+5
*
* remove unused units from uses statements
florian
2013-01-03
1
-2
/
+1
*
o merge of the branch laksen/arm-embedded of Jeppe Johansen:
florian
2012-10-21
1
-0
/
+8
*
Handle po_nostackframe for arm cpu
pierre
2012-10-18
1
-0
/
+7
*
* start with a qword aligned frame pointer to enable more ldrd/strd optimizat...
florian
2012-08-11
1
-1
/
+1
*
* moved definition of maxcpuregister and tcpuregisterset from cgbase to
jonas
2012-06-15
1
-1
/
+1
*
* use r7 instead of r11 as frame pointer on Darwin/iOS, and make sure r7
jonas
2012-03-29
1
-2
/
+20
*
+ support for the ARM hard float EABI on Linux (patch by Peter Green):
jonas
2012-03-29
1
-1
/
+2
*
o added ARM VPFv2/VFPv3 support:
jonas
2009-12-03
1
-12
/
+38
*
* Fixed 'mixed signed/unsigned' and pointer conversion warnings.
yury
2008-07-23
1
-1
/
+1
*
* fixed ARM stackframe optimization when float registers are used.
yury
2007-07-12
1
-1
/
+3
*
* set temp. start properly when omitting stackframe
florian
2007-03-09
1
-1
/
+3
*
* Implemented stackframe optimization for ARM CPU.
yury
2006-11-14
1
-1
/
+2
*
* settings refactored
florian
2006-10-30
1
-3
/
+3
*
Merged revisions 2921-2922,2925 via svnmerge from
peter
2006-03-16
1
-1
/
+1
*
+ support for passing parameters via pre-allocated stack space on i386
jonas
2006-03-10
1
-8
/
+0
*
* log and id tags removed
fpc
2005-05-21
1
-8
/
+0
*
initial import
fpc
2005-05-16
1
-0
/
+113