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
Commit message (
Expand
)
Author
Age
Files
Lines
*
+ optimized multiplication for "symmetric" bit patterns on arm
florian
2021-04-13
1
-2
/
+36
*
* don't generate high-level CFI statements when the selected assembler
jonas
2021-04-08
1
-1
/
+1
*
Use value $00000F00 instead of $F0000000 for IF_FPMASK, and adapt all floatin...
pierre
2021-03-31
1
-7
/
+7
*
* Add SAMD51P19A controller type. Unit generated by Michael Ring and slightly...
laksen
2021-03-22
1
-0
/
+6
*
* arm: better cfi
florian
2021-02-15
1
-6
/
+6
*
* initial implementation of CFI support for arm (non-thumb)
florian
2021-02-15
1
-1
/
+13
*
* arm thumb: generate proper cfi
florian
2021-02-14
1
-6
/
+11
*
* ARM: NR_RETURN_ADDRESS_REG is R14
florian
2021-02-14
1
-1
/
+1
*
* arm thumb1: several fixes for the internal assembler writer
florian
2021-02-14
6
-38
/
+50
*
* forgotten part of last commit
florian
2021-02-14
1
-1
/
+1
*
* arm: taicpu uses set instead of boolean to store instruction states
florian
2021-02-14
2
-28
/
+36
*
* factored out tbasecgarm.init_mmregister_allocator
florian
2021-02-13
1
-31
/
+31
*
* do not mess with FPA registers if they are not available
florian
2021-02-13
1
-51
/
+60
*
- armv5 never existed (without extension), removed
florian
2021-02-11
3
-17
/
+13
*
* do not initialize unncessary register allocators
florian
2021-02-10
1
-7
/
+6
*
* Corrected method's visibility.
yury
2021-01-24
1
-1
/
+1
*
* Removed/ifdefed lots of unused variables.
yury
2021-01-24
1
-3
/
+2
*
Avoid internalerror in RemoveCurrentP for arm compiler
pierre
2020-12-05
1
-1
/
+1
*
* patch by J. Gareth Moreton: fixes crash on ARM with -CriotR, resolves #38116
florian
2020-11-22
1
-452
/
+460
*
Move explicit typecast to after check to avoid RTE when compiled with -CR
pierre
2020-11-09
1
-1
/
+1
*
Change CLZ support for arm32 minimal CPU to armv5t according to ARM document...
pierre
2020-10-26
2
-2
/
+2
*
+ Add new LastCommonAsmOp constant to arm and aarch64 CPU targets.
pierre
2020-10-19
1
-4
/
+8
*
* patch by Marģers to unify internal error numbers, resolves #37888
florian
2020-10-13
13
-51
/
+51
*
* patch (with little modification) by J. Gareth Moreton: refactor ARM/Aarch...
florian
2020-09-27
1
-1257
/
+1383
*
* reworked usage of tcgnotnode.handle_locjump
florian
2020-08-05
1
-4
/
+1
*
* mark all external assemblers using an LLVM tool using af_llvm
jonas
2020-07-19
2
-4
/
+55
*
* generate soft float code for arm vfp units which have no double operation...
florian
2020-07-17
1
-1
/
+4
*
* Handle R_SUBMMWHOLE in reg_cgsize for R_MMREGISTER type
pierre
2020-07-17
1
-2
/
+5
*
Also issue -mfpu option when calling GNU assembler for fpu_fpa family
pierre
2020-07-15
1
-0
/
+6
*
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
jonas
2020-07-10
5
-8
/
+8
*
tarmunaryminusnode.pass_1 must call inherited method for system_arm_wince
pierre
2020-07-10
1
-2
/
+3
*
Only try to use softfpu functions when fputype is fpu_soft
pierre
2020-07-09
1
-2
/
+2
*
Try to fix tarmunaryminusnode.pass_1
pierre
2020-07-09
1
-10
/
+1
*
* ARM: factor out TARMAsmOptimizer.OptPass1And
florian
2020-05-30
1
-190
/
+2
*
* ARM: get rid of more unneeded sxtb/h uxtb/h instructions
florian
2020-05-29
1
-2
/
+23
*
* ARM: (V)LDM do not load from the registers in the reg. set
florian
2020-05-28
1
-1
/
+5
*
Do not use inherited first_int_to_real when arm FPU_HAS_FPA is in fpu_capabi...
pierre
2020-05-05
1
-1
/
+2
*
* merged the z80 branch
nickysn
2020-04-27
2
-0
/
+4
|
\
|
*
+ introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSym...
nickysn
2020-04-25
2
-0
/
+4
*
|
* patch by J. Gareth Moreton: refactor RemoveCurrentP
florian
2020-04-27
1
-4
/
+1
|
/
*
+ initial support for arm-freertos largely based on patch by Michael Ring
florian
2020-04-19
4
-4
/
+14
*
* factored out and improved TARMAsmOptimizer.RedundantMovProcess
florian
2020-04-18
1
-52
/
+6
*
* factored out TARMAsmOptimizer.OptPass1SXTH
florian
2020-04-16
1
-89
/
+1
*
* factored out TARMAsmOptimizer.OptPass1SXTB
florian
2020-04-16
1
-111
/
+1
*
* factored out TARMAsmOptimizer.OptPass1UXTH
florian
2020-04-16
1
-90
/
+2
*
Avoid invalid typecast in tarmunaryminusnode.pass_1 method
pierre
2020-04-15
1
-1
/
+1
*
* factored out TARMAsmOptimizer.OptPass1UXTB
florian
2020-04-15
1
-270
/
+1
*
+ common assembler optimizer base class for arm and aarch64
florian
2020-04-13
1
-2
/
+5
*
Handle all existing possible values for init_settings.fputype to set Tag_FP_...
pierre
2020-04-13
1
-3
/
+7
*
* get rid of fpu_vfp_first/last hack
florian
2020-04-13
4
-14
/
+11
[next]