Jonas Maebe
|
b1b9894ae3
* initial Objective-C 1.0 support:
|
hace 16 años |
Jonas Maebe
|
d3cec25dce
* small indentation fix
|
hace 16 años |
Jonas Maebe
|
630aa5c493
* do not use voidtype for temporary parameter/result locations when
|
hace 16 años |
Jonas Maebe
|
da461c5154
* fixed calling static class methods from inside other static class methods
|
hace 16 años |
Jonas Maebe
|
5474004dcc
* fixed calling inherited class methods from a regular method (mantis
|
hace 16 años |
Jonas Maebe
|
7d459cf12a
* the compiler now explicitly keeps track of the minimally guaranteed
|
hace 16 años |
Jonas Maebe
|
060d81b8fa
Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,11938,12212,12304,12308-12310,12316,12330-12332,12334,12339-12340 via svnmerge from
|
hace 17 años |
peter
|
9086a2549d
* refactor overload collection in tcallcandidates. separate
|
hace 17 años |
peter
|
af437d5beb
* refactor the forward type declaration handling, remove
|
hace 17 años |
Jonas Maebe
|
1e178d324f
* explicitly check whether the methodpointer isn't the same as the result
|
hace 17 años |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
hace 17 años |
peter
|
060bdbcb47
* fix writing of goto node to ppu
|
hace 17 años |
florian
|
615619804a
+ set node complexity of const. string nodes to 1
|
hace 17 años |
Jonas Maebe
|
5feba9b3d7
* also free memory when a destructor is called without an explicit
|
hace 17 años |
Jonas Maebe
|
6d0326a55b
* don't call procvars passed to formal parameters (mantis #11861)
|
hace 17 años |
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.
|
hace 17 años |
yury
|
491f0fa1d8
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
|
hace 17 años |
yury
|
e25713515b
* Fixed memory leak.
|
hace 17 años |
Jonas Maebe
|
6ac63bcafe
* also process tcallnode.funcretnode in nutils.foreachnode*(),needed
|
hace 17 años |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
hace 17 años |
Jonas Maebe
|
59d9169bbd
* perform typechecking of callinit/callcleanup statements immediately when
|
hace 17 años |
peter
|
169516ffc0
* don't optimize funcret with assignment result if the value is also used
|
hace 17 años |
Jonas Maebe
|
3521d64f4b
- removed "do_count" parameter from tcallparanode.insert_typeconv
|
hace 17 años |
Jonas Maebe
|
482b83c3cb
* typecheckpass before calling do_simplify, as the siplify methods
|
hace 18 años |
Jonas Maebe
|
742ff35c48
+ also optimize assignments from calls to by-reference "results":
|
hace 18 años |
Jonas Maebe
|
f38e190892
* don't substitute the result variable of an inlined function with
|
hace 18 años |
Jonas Maebe
|
543faa46ad
* do not inline functions/procedures called with things like "nil^"
|
hace 18 años |
Jonas Maebe
|
8f187bf6e2
* fixed r9243: that change should only be applied in case both the
|
hace 18 años |
yury
|
4e3547c7bf
* Improved warning "Converting pointers to signed integers may result in wrong comparison results and range errors, use an unsigned type instead.":
|
hace 18 años |
Jonas Maebe
|
2e9db26750
* truncate constant shortstrings at the callee side if they are passed
|
hace 18 años |