peter
|
060bdbcb47
* fix writing of goto node to ppu
|
17 лет назад |
florian
|
615619804a
+ set node complexity of const. string nodes to 1
|
17 лет назад |
Jonas Maebe
|
5feba9b3d7
* also free memory when a destructor is called without an explicit
|
17 лет назад |
Jonas Maebe
|
6d0326a55b
* don't call procvars passed to formal parameters (mantis #11861)
|
17 лет назад |
yury
|
d5c0ba9a1e
* Improved warning about constructing class instance with abstract methods. Warning is issued for each method and method name is specified in the message. It makes easy to find out which abstract methods still not overrode.
|
17 лет назад |
yury
|
491f0fa1d8
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
|
17 лет назад |
yury
|
e25713515b
* Fixed memory leak.
|
17 лет назад |
Jonas Maebe
|
6ac63bcafe
* also process tcallnode.funcretnode in nutils.foreachnode*(),needed
|
17 лет назад |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 лет назад |
Jonas Maebe
|
59d9169bbd
* perform typechecking of callinit/callcleanup statements immediately when
|
17 лет назад |
peter
|
169516ffc0
* don't optimize funcret with assignment result if the value is also used
|
17 лет назад |
Jonas Maebe
|
3521d64f4b
- removed "do_count" parameter from tcallparanode.insert_typeconv
|
17 лет назад |
Jonas Maebe
|
482b83c3cb
* typecheckpass before calling do_simplify, as the siplify methods
|
18 лет назад |
Jonas Maebe
|
742ff35c48
+ also optimize assignments from calls to by-reference "results":
|
18 лет назад |
Jonas Maebe
|
f38e190892
* don't substitute the result variable of an inlined function with
|
18 лет назад |
Jonas Maebe
|
543faa46ad
* do not inline functions/procedures called with things like "nil^"
|
18 лет назад |
Jonas Maebe
|
8f187bf6e2
* fixed r9243: that change should only be applied in case both the
|
18 лет назад |
yury
|
4e3547c7bf
* Improved warning "Converting pointers to signed integers may result in wrong comparison results and range errors, use an unsigned type instead.":
|
18 лет назад |
Jonas Maebe
|
2e9db26750
* truncate constant shortstrings at the callee side if they are passed
|
18 лет назад |
florian
|
a5ccf16016
+ disp. var. property setting, resolves #10133 and #9134
|
18 лет назад |
florian
|
7878f0feb3
* made all fpc_*_to_shortstr helpers a procedure, resolves #8580
|
18 лет назад |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 лет назад |
Jonas Maebe
|
b79e4ff3f0
* fixed typo that broke non-i386 compilation after r8603
|
18 лет назад |
Jonas Maebe
|
93aad97c22
* Also take into account the node complexity of parameters to determine
|
18 лет назад |
peter
|
4525df9ea0
* nf_is_funcret node flag added
|
18 лет назад |
Jonas Maebe
|
2146ad614c
* fixed toperator5 after r8558. The inlining logic did not take into
|
18 лет назад |
Jonas Maebe
|
4d1c4091ba
+ added pm_preprocess support to foreachnode
|
18 лет назад |
peter
|
e0cf015159
* refactor function result handling
|
18 лет назад |
Jonas Maebe
|
666d156e8e
* disabled inlining when passing a refcounted parameter typecasted to
|
18 лет назад |
Jonas Maebe
|
e1aefdbac5
* Improved escape analysis so the improved tretopt no longer fails.
|
18 лет назад |