florian
|
98226d33b7
* do not optimize inline nodes which are part of call node which has an init and/or cleanup block, resolves #36323
|
5 lat temu |
svenbarth
|
0a915e883e
* keep track of static symbols that a global function references, as those must now be exported from a dynamic package as well if the function can potentially be inlined
|
5 lat temu |
florian
|
60b3296594
* relax conditions in tcallnode.optimize_funcret_assignment, resolves #36279
|
5 lat temu |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
5 lat temu |
Jonas Maebe
|
a051b8d225
- remmoved doregister parameter from t*sym constructors, as the registration
|
6 lat temu |
Jonas Maebe
|
956aab3be0
* implement support for the Objective-C "related result type" convention
|
6 lat temu |
Jonas Maebe
|
d8903ce6b3
- removed maxcrecordalign parameter/field from recordsymtables, as this value
|
6 lat temu |
Jonas Maebe
|
3fee990218
* on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
|
6 lat temu |
pierre
|
243c967967
Commit of new debug feature implemented by J. Gareth Moreton
|
6 lat temu |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 lat temu |
svenbarth
|
307ff071e6
* allow any untyped parameter to be passed to a untyped constref parameter
|
6 lat temu |
yury
|
e5c2d13671
* Do not set pi_needs_got in current_procinfo.flags at the node level, since the GOT usage can only be estimated there. Instead set the pi_needs_got flag at places where the GOT register is accessed during the code generation. This eliminates generation of the unneeded initialization of the GOT register and fixes linker errors when the _GLOBAL_OFFSET_TABLE_ symbol is referenced but no actual GOT references are present.
|
6 lat temu |
Jonas Maebe
|
8b9e90dc7a
* keep track of whether a routine has a C-style variadic parameter in the
|
6 lat temu |
Jonas Maebe
|
ff8ccb06e5
* changed reverseparameters() from function into procedure: it does not make
|
6 lat temu |
Jonas Maebe
|
b840db7228
* addition to r40631: also force inline self parameters that are already in
|
6 lat temu |
Jonas Maebe
|
eb769e3859
* force pointer-based self parameters of inlined routines in temps for LLVM
|
6 lat temu |
Jonas Maebe
|
8845f4d1ce
* fixed type consistency in handler for array parameters on platforms where
|
6 lat temu |
pierre
|
cacd8f28eb
Try to avoid expectloc not set after first pass error for call node
|
6 lat temu |
yury
|
dd60397165
+ Added the pio_inline_not_possible flag to timplprocoption. It is set if a function can't be inline (contains an assembler block, etc). When calling such functions, no note "Call to subroutine "?" marked as inline is not inlined" is emitted.
|
6 lat temu |
florian
|
34d11046e0
* wrapcomplexinlinepara takes care of function results which need different temp. handling, resolves #34438
|
6 lat temu |
Jonas Maebe
|
011968e74b
* replaced "is" test with faster field value test
|
6 lat temu |
pierre
|
bb219cd05a
Add check about tloadnode.symtableentry type before typecast
|
6 lat temu |
Jonas Maebe
|
60277dda09
* fix crash when checking load nodes during inlining in case they don't
|
6 lat temu |
Jonas Maebe
|
0b246f3dbd
* converted Boolean8 to an internal type, and mapped Boolean to the
|
6 lat temu |
florian
|
a34d4e715c
Merged riscv_new branch
|
7 lat temu |
florian
|
7855b3cf1b
* relax formula for max. nodes to inline
|
7 lat temu |
florian
|
4f052e4f90
o fix several issues with floating point exceptions
|
7 lat temu |
svenbarth
|
c1cfd87b56
* the call node takes ownership of the specialization context, so free it in the destructor
|
7 lat temu |
Jonas Maebe
|
cb7730a423
* fixed execution order of implicit finalization and class destructors: first
|
7 lat temu |
florian
|
bd27b7635b
* also in case of constref make_not_regable with ra_addr_taken must be called, later on in pass_1 this happens anyways
|
7 lat temu |