svenbarth
|
557f74cdbd
(Note to self: always include the root of the working copy in the commit when dealing with merges -.-)
|
%!s(int64=9) %!d(string=hai) anos |
Jonas Maebe
|
8164d5aaf4
* don't make all procdef symbols global if we are using section-based
|
%!s(int64=9) %!d(string=hai) anos |
Jonas Maebe
|
31bd38c45b
* only add the procdef's parentfpinitblock if there are any statements in it
|
%!s(int64=9) %!d(string=hai) anos |
Jonas Maebe
|
7a8079cfb4
* removed DLLsource global variable and replaced its uses with
|
%!s(int64=9) %!d(string=hai) anos |
svenbarth
|
8bd79f95be
Fix a few typos discovered by Blaise
|
%!s(int64=9) %!d(string=hai) anos |
yury
|
17358aa3ed
* Removed unused local vars.
|
%!s(int64=9) %!d(string=hai) anos |
svenbarth
|
3c41e50f2f
Implement generation of method bodies for generic functions.
|
%!s(int64=9) %!d(string=hai) anos |
svenbarth
|
d3660fec31
Implement support for parsing "generic [class] procedure" and "generic [class] function" in non-Delphi modes. Since "generic" is a prefix it is quite ugly to implement, but from a Pascal language point of view it fits better than "procedure generic xyz".
|
%!s(int64=9) %!d(string=hai) anos |
Jonas Maebe
|
1e1e4b96e0
* don't store node trees for inline generic routines, as they contain
|
%!s(int64=9) %!d(string=hai) anos |
svenbarth
|
529677cc79
ncal.pas:
|
%!s(int64=10) %!d(string=hai) anos |
yury
|
11a9ff4a43
* Removed unused vars for mipsel compiler.
|
%!s(int64=10) %!d(string=hai) anos |
yury
|
432248cbf1
* Removed lot of unused vars.
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
2205549316
* changed fix for webtbs/tw20075 so that we don't check the need for
|
%!s(int64=10) %!d(string=hai) anos |
svenbarth
|
e8fca1c9c0
* move tspecializationstate from pgenutil.pas into a new unit named pgentype.pas which contains types related to generics with as few dependencies as possible.
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
a58504990a
* fixed llvm handling of routines that are normally declared in the
|
%!s(int64=10) %!d(string=hai) anos |
florian
|
9a55e8fa3c
* do not call typecheckpass unncessarily in generic definitions, it might cause only errors, resolves #28058
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
b39bc5888a
* moved the import name handling entirely to hlcgobj so it can be
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
2cdf969649
* don't define asmsymbols for weak external functions as local/global
|
%!s(int64=10) %!d(string=hai) anos |
florian
|
420309ec59
* reduce dependencies of the procinfo unit
|
%!s(int64=10) %!d(string=hai) anos |
florian
|
f972398a8c
+ main program never returns
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
%!s(int64=10) %!d(string=hai) anos |
florian
|
932b68310e
* do not warn about internally generated parameters, resolves #25914
|
%!s(int64=10) %!d(string=hai) anos |
sergei
|
adeb8c93e9
* Set pi_do_call flag explicitly when procedure has a parameter or local var that require finalization. Normally it is set by implicit try..finally node, but this node is absent when compiling in {$implicitexceptions off} mode. This may cause internal errors in pass 2 if pi_do_call has not been set by other means.
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
eb419b58c5
- disable inlining of routines that contain a call to a C-style varargs
|
%!s(int64=10) %!d(string=hai) anos |
florian
|
69ac7dd7ef
* limit initialization to register variables which really need to be initialized
|
%!s(int64=10) %!d(string=hai) anos |
svenbarth
|
af43e5e3e9
Fix for Mantis #24872.
|
%!s(int64=10) %!d(string=hai) anos |
florian
|
f1eb00a450
* do not issue a hint about uninitialized var-parameters, resolves #25916
|
%!s(int64=10) %!d(string=hai) anos |
sergei
|
0b4d54fcb9
- Delete all position markers from assembler code before optimization. Markers of this kind are not used by optimizer and are expected to be ignored, but ignoring them requires numerous checks in all target-specific optimizers and currently isn't done correctly. In turn, failure to ignore markers prevents optimization of procedure prologues and epilogues.
|
%!s(int64=11) %!d(string=hai) anos |
Jonas Maebe
|
bacd303208
* synchronized with trunk up to r27758
|
%!s(int64=11) %!d(string=hai) anos |
Jonas Maebe
|
362ff5ad01
* only check for _PROPERTY as a regular token, so that
|
%!s(int64=11) %!d(string=hai) anos |