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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Patch from Werner Pamler to fix count of digits in periods
HEAD
master
michael
2021-05-01
1
-3
/
+3
*
Avoid range/overflow error after commit #49290
pierre
2021-04-30
1
-2
/
+2
*
m68k: sinclair ql now requires vlink 0.16h or newer.
karoly
2021-04-29
3
-3
/
+3
*
m68k-sinclairql: apply the same hack as for amiga and atari to avoid vlink se...
karoly
2021-04-29
1
-1
/
+2
*
m68k: D2 is considered volatile on macosclassic
karoly
2021-04-29
1
-1
/
+1
*
Add -TFreeBSD target OS option to -h output for aarch64 compiler ppc64
pierre
2021-04-29
3
-52
/
+52
*
Also check *.pas and *.inc files inside sub-directories in msgused.pl
pierre
2021-04-29
1
-2
/
+2
*
+ patch by J. Gareth Moreton: improved tests for constant divisions includi...
florian
2021-04-29
6
-0
/
+2842
*
* patch by J. Gareth Moreton: AArch64 "magic division"
florian
2021-04-29
1
-84
/
+319
*
Use gdate/date -u option to get universal time for TEST_DATETIME variable
pierre
2021-04-29
2
-2
/
+2
*
Use as-clang as idtxt for as_aarch64_clang_gas_info
pierre
2021-04-28
1
-1
/
+1
*
Add several missing -AXXX options
pierre
2021-04-28
3
-138
/
+166
*
* avoid overflow during register allocation
florian
2021-04-28
1
-4
/
+8
*
Avoid warning with -O4 option
pierre
2021-04-28
1
-0
/
+1
*
+ added default parameters to InstallUserMode
nickysn
2021-04-27
1
-1
/
+2
*
* fix compilation of arm compiler on 32 bit hosts
florian
2021-04-27
1
-4
/
+12
*
Set string length before calling move to avoid problems with global data ana...
pierre
2021-04-27
2
-1
/
+5
*
Make sure nf_usercode_entry get transferred inside firstpass procedure
pierre
2021-04-27
1
-0
/
+1
*
Avoid range check error inside genitem_thumb2 by changing local variable i type
pierre
2021-04-27
1
-1
/
+1
*
* Forgot to include sslbase
michael
2021-04-27
1
-1
/
+1
*
* Make some properties public
michael
2021-04-27
1
-2
/
+12
*
m68k: fixed a comment. no functional change
karoly
2021-04-27
1
-2
/
+1
*
Disable overflow/range check in some part of the arm code
pierre
2021-04-26
2
-3
/
+7
*
Avoid invalid typecast if hp is not an instruction
pierre
2021-04-26
1
-4
/
+5
*
fcl-passrc: fixed (intf as tobject).ClassType, issue 38805
mattias
2021-04-26
1
-4
/
+9
*
Add .force_thumb pseudo-directive support forarm reader
pierre
2021-04-26
3
-1
/
+16
*
Add a second handling of NIL entries in deflist
pierre
2021-04-26
1
-7
/
+10
*
Add -march=XXX option for aarch64 external assemblers
pierre
2021-04-26
1
-3
/
+41
*
pastojs: fixed rtti method flags
mattias
2021-04-26
3
-50
/
+53
*
* patch by Christo Crause to fix #38789: writing of linker commands should ...
florian
2021-04-26
1
-2
/
+17
*
* Use FGeneralCriticalSection for LogIndent and LogUnindent.
pierre
2021-04-26
1
-30
/
+85
*
* decrease macro nesting counter early when expanding empty macro
florian
2021-04-25
2
-5
/
+38
*
* fix bootstrapping on aarch64-linux with 3.2.x
florian
2021-04-25
1
-26
/
+26
*
* makefile regenerated with latest fpcmake
nickysn
2021-04-25
1
-3
/
+46
*
* prevention of dangling pointers and use after free after free_unregistered_...
nickysn
2021-04-25
1
-0
/
+5
*
+ Aarch64: directly inline code for frac(...)
florian
2021-04-25
2
-12
/
+47
*
+ Aarch64: use frintz for int(...) instead of creating a helper call
florian
2021-04-25
2
-16
/
+38
*
* workaround for the raise node generating invalid WebAssembly code for
nickysn
2021-04-24
1
-4
/
+5
*
* override the raise node for WebAssembly and copy the generic pass_1
nickysn
2021-04-24
1
-2
/
+69
*
* fpsr and fpcr are 64 bit on aarch64
florian
2021-04-24
1
-8
/
+8
*
fcl-passrc: started specialize type reference a<b>.c
mattias
2021-04-24
4
-11
/
+49
*
pastojs: rtti of async function: pfAsync
mattias
2021-04-24
2
-12
/
+22
*
fcl-passrc: started example issue 38784
mattias
2021-04-24
1
-1
/
+29
*
pastojs: specialize try except on, issue 38795
mattias
2021-04-24
3
-1
/
+77
*
Fix gotpcrel relocation for TESTQ x86_64 instruction
pierre
2021-04-23
3
-1
/
+56
*
* improved system unit dependencies
florian
2021-04-23
2
-2
/
+2
*
* avoid rangecheck mantis 0038791
marco
2021-04-23
1
-1
/
+2
*
* use $IF DEFINED instead of $IFDEF for consistency (and is required for 3.2.2)
svenbarth
2021-04-23
1
-1
/
+1
*
* NDS: fix condition when to default to apptype arm9
svenbarth
2021-04-23
1
-1
/
+1
*
* fixed MSecsToTimeStamp by Lagunov Aleksey, resolves #38631
florian
2021-04-22
2
-5
/
+30
[next]