Mattias Gaertner
|
9825d3b552
pastojs: filer export nameexpr
|
hace 4 años |
Mattias Gaertner
|
e911431ed4
fcl-passrc: parser: export unit.symbol, resolver: started library export
|
hace 4 años |
svenbarth
|
c96029ebd5
* Delphi does not allow a generic method to be overloaded by a non generic type of the same name (unlike for generic types and non generic routines); this is probably done to simplify the implementation of implicit specializations of generic methods so we do this as well. For this we change the dummy symbol for generic routines from a typesym to a procsym
|
hace 4 años |
svenbarth
|
7343e9c4a2
* correctly handle the case should the generic dummy symbol be a procsym instead of a typesym
|
hace 4 años |
svenbarth
|
e4eed4e259
* when only a symbol name is provided to generate_specialization_phase1 allow a symbol table to be provided as well
|
hace 4 años |
svenbarth
|
a65d778f73
* also handle call nodes when determining the generic symbol for inline specializations
|
hace 4 años |
svenbarth
|
f42b39a7b5
* use a case statement instead of nested if-then statements
|
hace 4 años |
svenbarth
|
43ba5b69d2
* ensure that the dummy symbol is registered if it's added due to a routine
|
hace 4 años |
svenbarth
|
9179f9d43b
* always add a generic dummy if it is a procsym
|
hace 4 años |
svenbarth
|
d854d18bd9
* instead of blindly consuming whatever comes next trigger an explicit error if the parsed expression does not match for "INDEX ordexpr" or "NAME strexpr"
|
hace 4 años |
nickysn
|
5524de3be8
- removed redundant comment
|
hace 4 años |
nickysn
|
8f376d1be9
+ added WASI to the main RTL makefile
|
hace 4 años |
nickysn
|
67206943e8
+ added WASI RTL makefile
|
hace 4 años |
nickysn
|
e7cd823692
* fixed -Sew warnings in agwat.pas
|
hace 4 años |
nickysn
|
5c4e4228f6
+ handle all cases in hlcgcpu.pas to avoid warning with -Sew
|
hace 4 años |
nickysn
|
5a98127ae6
+ added makefile.cpu for wasm32
|
hace 4 años |
nickysn
|
cf6c173653
* regenerated makefiles
|
hace 4 años |
nickysn
|
19b06cdf81
+ added wasi to the list of OSes in fpcmake
|
hace 4 años |
florian
|
3109005791
+ fold also (string const+(string const+string var))
|
hace 4 años |
nickysn
|
a84b091b5e
* makefiles regenerated after fpcmake update
|
hace 4 años |
nickysn
|
70f19c4a6e
* the 'wasm' CPU renamed 'wasm32' in fpcmake
|
hace 4 años |
nickysn
|
05d66eddfc
* synchronized with trunk
|
hace 4 años |
michael
|
b387dd8a94
* Fix AV
|
hace 4 años |
marco
|
bb8fd96eaa
* fix destructor
|
hace 4 años |
florian
|
9430436a24
+ include package/hash in regression tests
|
hace 4 años |
michael
|
33d7935b93
* Fix class tree & lists
|
hace 4 años |
florian
|
7de94e7a1d
* properly fold string+string const+string const., resolves #38267
|
hace 4 años |
florian
|
8b08079224
* fpc_AnsiStr_Concat: if one of the strings is empty and CP_NONE is passed, the code page
|
hace 4 años |
nickysn
|
4ea7d8dffb
+ enable the sign extension wasm32 instructions
|
hace 4 años |
nickysn
|
fc95e7f22d
* fixes in thlcgwasm.resize_stack_int_val
|
hace 4 años |