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
*
* synchronized with trunk
nickysn
2021-01-04
50
-1660
/
+2283
|
\
|
*
* handle rawbytestrings in Win32Ansi2UnicodeMove properly, resolves #38299
florian
2021-01-03
2
-0
/
+23
|
*
Add testing for single float type in trndmode.pp
pierre
2021-01-03
1
-0
/
+106
|
*
Check also that SetRoundMode returns correctly previous rounding mode
pierre
2021-01-03
1
-3
/
+32
|
*
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
pierre
2021-01-03
14
-8
/
+29
|
*
* process fma intrinsic parameters in an order which takes care of multiple...
florian
2021-01-03
2
-1
/
+22
|
*
* Forgot to commit
michael
2021-01-03
1
-0
/
+1060
|
*
* still add files that start with ., just not to FTS
marco
2021-01-03
1
-2
/
+9
|
*
* clean up
florian
2021-01-03
1
-4
/
+0
|
*
* Refactor HTML engine so it can more easily be extended
michael
2021-01-03
8
-1553
/
+554
|
*
* get rid of some warnings
michael
2021-01-03
1
-1
/
+1
|
*
* fix compilation on targets that use Stabs debug information: ignore generic...
svenbarth
2021-01-03
1
-0
/
+3
|
*
+ add a copyright/license header for the nullable unit
svenbarth
2021-01-03
1
-0
/
+14
|
*
* Help for markdown
michael
2021-01-03
2
-5
/
+23
|
*
pastojs: filer export nameexpr
mattias
2021-01-03
2
-0
/
+3
|
*
fcl-passrc: parser: export unit.symbol, resolver: started library export
mattias
2021-01-03
5
-29
/
+118
|
*
* Delphi does not allow a generic method to be overloaded by a non generic ty...
svenbarth
2021-01-02
5
-3
/
+110
|
*
* correctly handle the case should the generic dummy symbol be a procsym inst...
svenbarth
2021-01-02
2
-6
/
+33
|
*
* when only a symbol name is provided to generate_specialization_phase1 allow...
svenbarth
2021-01-02
2
-14
/
+20
|
*
* also handle call nodes when determining the generic symbol for inline speci...
svenbarth
2021-01-02
1
-0
/
+4
|
*
* use a case statement instead of nested if-then statements
svenbarth
2021-01-02
1
-10
/
+11
|
*
* ensure that the dummy symbol is registered if it's added due to a routine
svenbarth
2021-01-02
1
-1
/
+5
|
*
* always add a generic dummy if it is a procsym
svenbarth
2021-01-02
1
-2
/
+1
|
*
* instead of blindly consuming whatever comes next trigger an explicit error ...
svenbarth
2021-01-02
3
-2
/
+18
|
*
+ fold also (string const+(string const+string var))
florian
2021-01-02
2
-24
/
+92
*
|
- removed redundant comment
nickysn
2021-01-02
1
-1
/
+0
*
|
+ added WASI to the main RTL makefile
nickysn
2021-01-02
2
-0
/
+52
*
|
+ added WASI RTL makefile
nickysn
2021-01-02
2
-0
/
+2676
*
|
* fixed -Sew warnings in agwat.pas
nickysn
2021-01-02
1
-0
/
+10
*
|
+ handle all cases in hlcgcpu.pas to avoid warning with -Sew
nickysn
2021-01-02
1
-1
/
+9
*
|
+ added makefile.cpu for wasm32
nickysn
2021-01-02
1
-0
/
+6
*
|
* regenerated makefiles
nickysn
2021-01-02
451
-451
/
+7133
*
|
+ added wasi to the list of OSes in fpcmake
nickysn
2021-01-02
1
-4
/
+5
*
|
* makefiles regenerated after fpcmake update
nickysn
2021-01-02
452
-1890
/
+1890
*
|
* the 'wasm' CPU renamed 'wasm32' in fpcmake
nickysn
2021-01-02
1
-50
/
+50
*
|
* synchronized with trunk
nickysn
2021-01-02
15
-611
/
+3853
|
\
\
|
|
/
|
*
* Fix AV
michael
2021-01-02
1
-1
/
+0
|
*
* fix destructor
marco
2021-01-02
1
-0
/
+1
|
*
+ include package/hash in regression tests
florian
2021-01-02
3
-2
/
+4
|
*
* Fix class tree & lists
michael
2021-01-02
2
-30
/
+72
|
*
* properly fold string+string const+string const., resolves #38267
florian
2021-01-02
2
-3
/
+112
|
*
* fpc_AnsiStr_Concat: if one of the strings is empty and CP_NONE is passed,...
florian
2021-01-02
1
-5
/
+9
|
*
* Markdown support for fpdoc
michael
2021-01-02
9
-600
/
+3685
*
|
+ enable the sign extension wasm32 instructions
nickysn
2021-01-02
2
-2
/
+2
*
|
* fixes in thlcgwasm.resize_stack_int_val
nickysn
2021-01-02
5
-43
/
+35
*
|
- removed spurious decstack/incstack in thlcgwasm.resize_stack_int_val
nickysn
2021-01-02
1
-2
/
+0
*
|
* fixed thlcgwasm.a_load_loc_stack for LOC_REFERENCE
nickysn
2021-01-02
1
-1
/
+3
*
|
* more updates to attempt to get a larger part of the full RTL to compile for...
nickysn
2021-01-02
4
-0
/
+64
*
|
* simplified a_call_name and avoid internal errors, inherited from the jvm co...
nickysn
2021-01-02
1
-79
/
+2
*
|
* fixed formatting in wasm32 instr writer write instruction
nickysn
2021-01-02
1
-13
/
+7
[next]