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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Avoid writing characters after sym.value.len for conststring constant symbols
pierre
2021-02-16
1
-4
/
+8
*
+ (safe) heuristics to use DW_CFA_advance_loc1 in CFI
florian
2021-02-16
1
-1
/
+30
*
* generate advance_loc records only if there was code/data since the last a...
florian
2021-02-15
1
-0
/
+17
*
* arm: better cfi
florian
2021-02-15
1
-6
/
+6
*
* initial implementation of CFI support for arm (non-thumb)
florian
2021-02-15
2
-17
/
+16
*
* arm thumb: generate proper cfi
florian
2021-02-14
3
-7
/
+32
*
* ARM: NR_RETURN_ADDRESS_REG is R14
florian
2021-02-14
1
-1
/
+1
*
* initialize current_settings as early as possible so cs_debugswitch is set...
florian
2021-02-14
1
-3
/
+4
*
* 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
4
-31
/
+54
*
+ throw an error if hardware floating point operations are used in thumb(-1...
florian
2021-02-13
4
-273
/
+280
*
* 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
*
* handle -Ca (as proposed by Michael Ring) and -Cf in the first option pass...
florian
2021-02-13
1
-1
/
+1
*
* correctly handle multiple codesign binaries in the PATH
jonas
2021-02-13
2
-4
/
+4
*
+ patch by Dimitrios Chr. Ioannidis: include dwar-3 sections in avr-embedde...
florian
2021-02-12
1
-0
/
+6
*
* Fixed r48650.
yury
2021-02-12
1
-10
/
+10
*
- armv5 never existed (without extension), removed
florian
2021-02-11
3
-17
/
+13
*
* more helpful message if an unknown field is accessed in the assembler rea...
florian
2021-02-11
4
-311
/
+313
*
* Fixed expectloc of local variables passed as a formal parameter. This issue...
yury
2021-02-11
1
-0
/
+10
*
* do not initialize unncessary register allocators
florian
2021-02-10
1
-7
/
+6
*
+ throw a warning in ISO mode if a constant string is assigned to a char an...
florian
2021-02-09
4
-556
/
+571
*
m68k: write inline floating point immediates as hex consts, instead of scient...
karoly
2021-02-08
1
-6
/
+10
*
m68k: fix a_loadfpu_ref_reg to call a_loadfpu_reg_reg instead of a_load_reg_r...
karoly
2021-02-08
1
-9
/
+11
*
m68k: do not use OS_NO for FPU locations, but properly promote location sizes...
karoly
2021-02-08
2
-4
/
+4
*
* strip codesignature when comparing compiler binaries on Darwin
jonas
2021-02-07
2
-2
/
+43
*
* create \index entries in the messages.inc for an index of message texts a...
florian
2021-02-06
1
-0
/
+3
*
* allow sub/add nodes in constant pointer expressions, resolves #34027
florian
2021-02-05
2
-5
/
+43
*
* the size of the CIE_pointer in an FDE is always 32 bit
florian
2021-02-03
1
-1
/
+2
*
* removed accidently committed printnode
florian
2021-01-31
1
-1
/
+0
*
* additional fix for r48449
florian
2021-01-30
1
-3
/
+14
*
* handle generic with ord call of sub-range and enumeration data excluding ...
florian
2021-01-29
1
-1
/
+1
*
* fix type conversion for array indicies if the ordinal ranges of the invol...
florian
2021-01-28
1
-1
/
+10
*
* updated copyright year to 2021
florian
2021-01-26
21
-24
/
+24
*
m68k: revert r48224, the fix proposed in that patch was just hiding an underl...
karoly
2021-01-25
1
-13
/
+8
*
m68k: take rounding requirements into account in a_loadfpu_reg_reg and a_load...
karoly
2021-01-25
1
-3
/
+35
*
m68k: do not optimize away fmove fpureg0, intreg0; fmove intreg0; fpureg0; co...
karoly
2021-01-25
1
-20
/
+24
*
* properly mangle interface wrapper names to avoid duplicate label errors, ...
florian
2021-01-24
1
-1
/
+1
*
* use generic VFP type instead of VFP list prone to changes
florian
2021-01-24
14
-190
/
+190
*
* compiler utils cannot depend on StrUtils
florian
2021-01-24
2
-3
/
+120
*
* rgobj: ungetiftemp can't be used here since it frees only temps of the tt_n...
yury
2021-01-24
1
-1
/
+5
*
+ write message number to docs
florian
2021-01-24
1
-22
/
+38
*
* missing programs added to rules, so make clean works better
florian
2021-01-24
2
-105
/
+105
*
* fix linker map generation on Darwin
jonas
2021-01-24
1
-1
/
+1
*
Add cs_generate_uf2 entry into ppudump
pierre
2021-01-24
1
-1
/
+2
*
* do not output error numbers for options
florian
2021-01-24
1
-1
/
+1
*
* Fixed value of the LF_PAD13 enum element.
yury
2021-01-24
1
-1
/
+1
*
* Removed in_x86mm_last (the duplicate no and unused) from the tinlinenumber ...
yury
2021-01-24
1
-2
/
+2
*
+ modified patch by Christo Crause: if the target support, the switch -Xu c...
florian
2021-01-24
7
-4
/
+127
[prev]
[next]