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
/
narmmat.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* patch by Marģers to unify internal error numbers, resolves #37888
florian
2020-10-13
1
-1
/
+1
*
* reworked usage of tcgnotnode.handle_locjump
florian
2020-08-05
1
-4
/
+1
*
* generate soft float code for arm vfp units which have no double operation...
florian
2020-07-17
1
-1
/
+4
*
tarmunaryminusnode.pass_1 must call inherited method for system_arm_wince
pierre
2020-07-10
1
-2
/
+3
*
Try to fix tarmunaryminusnode.pass_1
pierre
2020-07-09
1
-10
/
+1
*
Avoid invalid typecast in tarmunaryminusnode.pass_1 method
pierre
2020-04-15
1
-1
/
+1
*
* reorganized arm cpu flags
florian
2020-04-12
1
-2
/
+2
*
Fix code generated in tarmnotnode.second_boolean
pierre
2019-08-28
1
-1
/
+1
*
* fix building for targets with no vfp support
florian
2019-08-15
1
-1
/
+1
*
* reworked arm vfp capability handling to use fpu_capabilites
florian
2019-08-13
1
-20
/
+17
*
+ software handling of exceptions on arm
florian
2019-07-28
1
-0
/
+2
*
Fix division of constants on ARM thumb without long multiplication.
laksen
2019-06-01
1
-5
/
+7
*
* fix currency division on non x86 32 bit targets
florian
2018-03-17
1
-3
/
+3
*
* fixes not(<qwordbool>) on arm
florian
2018-02-16
1
-1
/
+10
*
* use an enum instead of integer constants to represent inline numbers
nickysn
2017-05-10
1
-1
/
+1
*
* fix VFPv4 support
florian
2016-03-06
1
-0
/
+1
*
* Removed lot of unused vars.
yury
2015-09-17
1
-1
/
+0
*
Fix ARMv3/ARMv2A support.
laksen
2015-09-06
1
-1
/
+2
*
* use handle_locjump() instead of local inlined version
jonas
2015-08-27
1
-19
/
+1
*
Merge from armiw branch.
laksen
2015-03-13
1
-5
/
+8
*
{ARM} Implement usage of generic division-by-const optimization
masta
2014-06-10
1
-4
/
+12
*
* ARM: Implemented floating-point negation and abs() for softfloat using inte...
sergei
2014-03-31
1
-0
/
+22
*
* completed thlcgobj.location_force_fpureg(), use it everywhere and removed
jonas
2014-03-10
1
-1
/
+1
*
Little cleanup after r26669, no functional changes
masta
2014-02-04
1
-5
/
+2
*
Don't reuse registers on ARM 64 bits shift
masta
2014-02-03
1
-67
/
+83
*
Changed debug information to dwarf for ARM_embedded, and set local minimum al...
laksen
2013-12-08
1
-3
/
+3
*
* don't transform div-by-power-of-2 into a shift when overflow checking is
jonas
2013-11-14
1
-7
/
+8
*
+ cpu flag CPUARM_HAS_THUMB_IDIV
florian
2013-10-05
1
-3
/
+3
*
+ arm: tsettings.instructionset
florian
2013-08-25
1
-3
/
+3
*
* first_moddivint should not change the return type if div/mul/add is used
florian
2013-08-23
1
-4
/
+10
*
Signed modulus by 2 on ARM with no division is optimized to a series of instr...
laksen
2013-06-02
1
-2
/
+16
*
+ support for LOC_(C)MMREGISTER in hlcg
jonas
2013-05-31
1
-2
/
+2
*
Merged r22903
florian
2013-03-09
1
-3
/
+3
*
* intial armv6m support, it is not working yet, constant pool insertation and...
florian
2013-03-03
1
-14
/
+16
*
* remove unused units from uses statements
florian
2013-01-03
1
-2
/
+2
*
o merge of the branch laksen/arm-embedded of Jeppe Johansen:
florian
2012-10-21
1
-1
/
+52
*
+ a lot missing flag allocs/deallocs added
florian
2012-08-23
1
-0
/
+12
*
+ track usage of flags by using a new register RS_/NR_DEFAULTFLAGS
florian
2012-08-22
1
-0
/
+1
*
* throw an internal error if code generation depends on expectloc but expectl...
florian
2012-08-13
1
-1
/
+5
*
Disable 64bit shifts for thumb2 - Fix for Mantis #22520
masta
2012-08-02
1
-1
/
+10
*
Fix for Mantis #22326
masta
2012-07-01
1
-3
/
+3
*
Support 64-bit shifts on ARM.
masta
2012-06-23
1
-0
/
+137
*
* moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for
jonas
2012-05-13
1
-6
/
+6
*
+ support for the ARM hard float EABI on Linux (patch by Peter Green):
jonas
2012-03-29
1
-1
/
+2
*
+ patch by Jeppe Johansen to make use of the div/udiv instruction on arm7m, r...
florian
2011-09-24
1
-25
/
+83
*
o added ARM VPFv2/VFPv3 support:
jonas
2009-12-03
1
-7
/
+31
*
* Fixed compiler cycling with enabled range and overflow checking.
yury
2008-07-29
1
-1
/
+1
*
* more div n^2 optimization
florian
2007-10-20
1
-1
/
+4
*
+ div 2^n optimization for arm
florian
2007-10-20
1
-9
/
+159
*
* Fixed Internal error 2003042401 in tw7379 for ARM CPU.
yury
2007-01-14
1
-1
/
+2
[next]