florian
|
a34d4e715c
Merged riscv_new branch
|
6 years ago |
svenbarth
|
10886d8cef
* fix for Mantis #34206: when specializing nested routines of a generic routine we don't need access to their genericdef (which isn't available anyway in other units when loading from PPU) as their definition is completely contained in the token stream
|
7 years ago |
Jeppe Johansen
|
76dda5813e
Updated dynlinker filename.
|
7 years ago |
Jeppe Johansen
|
ceb38833f2
Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk.
|
7 years ago |
nickysn
|
966564aade
- removed 'if assigned(code)' before calling code.free in tcgprocinfo.destroy,
|
7 years ago |
svenbarth
|
5510b13975
* ensure that sto_has_generic is set when a generic routine has been parsed
|
7 years ago |
florian
|
f08d3fdf8f
* moved execution weight calculation into a separate pass, so the info is available already available before the code generation pass if needed
|
7 years ago |
florian
|
1497b64804
* the temp. locations created by cse were not properly cleanup up, this patch fixes this
|
7 years ago |
svenbarth
|
dffe423b10
* fix for Mantis #31945: two fixes for nested routines inside generic methods
|
8 years ago |
florian
|
b1dff29cbf
* removed unused units
|
8 years ago |
nickysn
|
012153201a
* moved the conversion of "x:=x op k" to inline nodes to a separate optimization
|
8 years ago |
maciej-izak
|
48b149acd4
New tokens for new management operators: Initialize, Finalize, AddRef and Copy. Small code adjustment for parser (pdecobj.pas, pstatmnt.pas, psub.pas, ptype.pas) was required because few of old token has from now value which is outside range of set: _CONSTRUCTOR, _FINALIZATION.
|
8 years ago |
Jonas Maebe
|
7013a879c3
- disabled check for existence for texceptaddr/tguid/tjmpbuf in the system
|
8 years ago |
florian
|
668b198d7c
* fix for issue #29936: check if the internal needed types are available
|
8 years ago |
svenbarth
|
109dff8b56
* allow nested procedures and functions in generic routines (and get rid of an untranslated error message :P )
|
8 years ago |
svenbarth
|
779799c406
* only record tokens for real generic routines or those that belong to a generic class/record
|
8 years ago |
svenbarth
|
a76fd967b2
* inherit df_generic and df_specialization from the parent routine and correctly set the genericdef for a specialization
|
8 years ago |
florian
|
b527bab087
* better check if we are in the main program which never returns
|
8 years ago |
pierre
|
89c1b68b14
* Delete regvars unit.
|
8 years ago |
nickysn
|
e1792e712a
* changed the 'size' parameter of fpc_zeromem and fpc_fillmem from ptruint to sizeuint
|
8 years ago |
nickysn
|
cc234e7de9
+ when the -vp option is specified, also print the node tree in tree.log right
|
8 years ago |
Jonas Maebe
|
1e506ce1d5
* call beforedestruction if an exception happens in afterconstruction
|
9 years ago |
Jonas Maebe
|
90f09a599e
* simplified flow while adding afterconstruction code
|
9 years ago |
Jonas Maebe
|
adcf07aabb
* fixed line information for constructor code added to new block while
|
9 years ago |
Jonas Maebe
|
d22b83ee73
* renamed afterconstructionblock to constructionblock
|
9 years ago |
Jonas Maebe
|
eb2ce85269
* correctly set the line info for the implicitly generated entry code nodes,
|
9 years ago |
svenbarth
|
f69b365b77
* declare various symbols as external assembler symbols: RTTI references, parent VMT, FPC_EMPTYMETHOD (all three only if it's used from a different unit), threadvar lists and symbols declared as "external"
|
9 years ago |
Jonas Maebe
|
1cb8c0d00c
* specify the def of assembler level symbols defined via
|
9 years ago |
Jonas Maebe
|
cd5817a689
* also emit a tai_varloc() when regvars are initially assigned
|
9 years ago |
Jonas Maebe
|
98ac6c4797
* converted gen_stack_check_call() to the high level code generator
|
9 years ago |