florian
|
93eef547ae
* improve call0 calling conventions
|
4 years ago |
florian
|
250c0750a2
* Xtensa: several issues with parameter passing of the windowed api fixed
|
5 years ago |
svenbarth
|
c2c7ac634a
* fix for Mantis #37616: apply patch by Kai Burghardt to complain about the correct type used by setjmp/longjmp
|
5 years ago |
yury
|
aefc1be555
* Reverted accidentally committed files.
|
5 years ago |
yury
|
7b65f85a0b
* Accidental commit.
|
5 years ago |
yury
|
e63c03125a
* Reworked tprocdef.is_implemented to fix a bug with the parentfp optimization. The bug was detected when using the llvm backend.
|
5 years ago |
svenbarth
|
c45c543faa
* fix typo (no code changes)
|
5 years ago |
yury
|
2808873d1b
* Reworked the optimization of unused $parentfp for nested routines.
|
5 years ago |
florian
|
af0ba7be83
* when auto-inlining is used, do not require that inlining is explicitly turned on
|
5 years ago |
florian
|
2a2ec77b10
* improved heuristics for auto-inlining
|
5 years ago |
yury
|
254d0c0e2c
* Do not perform optimization of nested procedures for:
|
5 years ago |
yury
|
40504a6f9d
* If a nested procedure does not access its parent's frame pointer, optimize it by removing the hidden $parentfp parameter.
|
5 years ago |
svenbarth
|
2b59000d56
+ implement compiler support for SEH on Win64
|
5 years ago |
svenbarth
|
fed17122f8
* as a variant for SEH exception filters we allow them to be *duplicated* instead of being extracted; this can be done unconditionally as for extracted ones their code is set to Nil after they're done and thus won't be picked up by generate_code_exceptionfilters
|
5 years ago |
svenbarth
|
12ef066897
+ add functionality to store a node tree's required temp nodes and their flag upon entering the tree
|
5 years ago |
svenbarth
|
068f0d2ec8
* fix for Mantis #36935: apply patch by J. Gareth Moreton to fix a typo in cs_opt_remove_empty_proc
|
5 years ago |
florian
|
aca9727418
+ OptimizeForLoop: convert for-loops into zero-based backward for-loops if possible, for most architectures, this results in simpler code
|
5 years ago |
svenbarth
|
147559349b
* fix for Mantis #36652: gracefully handle the error if one tries to implement a method of a type from another unit
|
5 years ago |
Jonas Maebe
|
254b85c352
+ new pio_inline_forbidden flag to indicate that while parsing the
|
5 years ago |
Jonas Maebe
|
b625afe800
* never inline routines that call get_frame (otherwise get_frame would return
|
5 years ago |
florian
|
931d4dcfee
* ensure the rtl and the packages for embedded compile with features exceptions and classes disabled
|
5 years ago |
florian
|
2f2b378c03
* moved conversion of for into while loops in a separate pass, so node optimizations on the node tree can be
|
5 years ago |
florian
|
6f87a572af
* factored out tcgprocinfo.OptimizeNodeTree
|
5 years ago |
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 years ago |
svenbarth
|
f13200d68b
* restore localswitch settings after the initialization and finalization code was generated
|
5 years ago |
florian
|
af8783e8d2
* i386: with a fixed stack, exception handling does not need a frame pointer
|
5 years ago |
florian
|
7ee889d4ec
* it must be decided in allocate_tls_register if a tls register is allocated
|
5 years ago |
florian
|
c3f4ad39a3
* it must be decided in g_maybe_tls_init if a tls is loaded
|
5 years ago |
florian
|
11319353fd
* loading a got depends only on the fact if a got is needed and not if pic shall be generated
|
5 years ago |
Jonas Maebe
|
9678542ba6
+ add "thunk" attribute for stubs/thunks and emit it for LLVM
|
5 years ago |