yury
|
64c586b86d
* Removed/ifdefed lots of unused variables.
|
4 سال پیش |
marco
|
185f20b9ec
* fix comment typo mentioned by Bart
|
4 سال پیش |
Jonas Maebe
|
5d51a788f7
- revert r47208
|
4 سال پیش |
florian
|
00af340feb
* cleanup
|
4 سال پیش |
yury
|
8b7c5666a2
* Renamed fc_block_with_exit to fc_no_direct_exit to expand its usage.
|
4 سال پیش |
pierre
|
a7232669ff
* Adapted from patch node-dump-pass-1.patch submitted by J. Gareth Moreton from bug report 38156.
|
4 سال پیش |
florian
|
9c6bdcfbb7
* fix in r47632 should be enabled for all targets as it is a stack tainting
|
4 سال پیش |
pierre
|
af17e9460b
Apply patch proposed by J. Gareth Moreton in:
|
4 سال پیش |
florian
|
c47d6d7af0
* check if an invisible parameter for the result occupies parameter space
|
4 سال پیش |
florian
|
fbb2e63fea
+ #QLvember work: stack frame optimization for m68k
|
4 سال پیش |
florian
|
3baddff71e
+ inline subroutines with formal parameters as well
|
4 سال پیش |
florian
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
4 سال پیش |
florian
|
93eef547ae
* improve call0 calling conventions
|
4 سال پیش |
florian
|
250c0750a2
* Xtensa: several issues with parameter passing of the windowed api fixed
|
5 سال پیش |
svenbarth
|
c2c7ac634a
* fix for Mantis #37616: apply patch by Kai Burghardt to complain about the correct type used by setjmp/longjmp
|
5 سال پیش |
yury
|
aefc1be555
* Reverted accidentally committed files.
|
5 سال پیش |
yury
|
7b65f85a0b
* Accidental commit.
|
5 سال پیش |
yury
|
e63c03125a
* Reworked tprocdef.is_implemented to fix a bug with the parentfp optimization. The bug was detected when using the llvm backend.
|
5 سال پیش |
svenbarth
|
c45c543faa
* fix typo (no code changes)
|
5 سال پیش |
yury
|
2808873d1b
* Reworked the optimization of unused $parentfp for nested routines.
|
5 سال پیش |
florian
|
af0ba7be83
* when auto-inlining is used, do not require that inlining is explicitly turned on
|
5 سال پیش |
florian
|
2a2ec77b10
* improved heuristics for auto-inlining
|
5 سال پیش |
yury
|
254d0c0e2c
* Do not perform optimization of nested procedures for:
|
5 سال پیش |
yury
|
40504a6f9d
* If a nested procedure does not access its parent's frame pointer, optimize it by removing the hidden $parentfp parameter.
|
5 سال پیش |
svenbarth
|
2b59000d56
+ implement compiler support for SEH on Win64
|
5 سال پیش |
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 سال پیش |
svenbarth
|
12ef066897
+ add functionality to store a node tree's required temp nodes and their flag upon entering the tree
|
5 سال پیش |
svenbarth
|
068f0d2ec8
* fix for Mantis #36935: apply patch by J. Gareth Moreton to fix a typo in cs_opt_remove_empty_proc
|
5 سال پیش |
florian
|
aca9727418
+ OptimizeForLoop: convert for-loops into zero-based backward for-loops if possible, for most architectures, this results in simpler code
|
5 سال پیش |
svenbarth
|
147559349b
* fix for Mantis #36652: gracefully handle the error if one tries to implement a method of a type from another unit
|
5 سال پیش |