svenbarth
|
d46c015eb1
* when inlining a function we need to import symbols that were loaded from another unit (or the same unit if the inlined function is from another unit and uses another function in the same unit)
|
há 9 anos atrás |
Jonas Maebe
|
179c1ab328
* changed ttemp*node.tempinfo^.flags to a private field, and added setters
|
há 9 anos atrás |
Jonas Maebe
|
8e0ee6599c
* store parameters to inline routines that are already in a temp into a new
|
há 9 anos atrás |
Jonas Maebe
|
70b1b32722
* let inline parameter temps inherit the "const" property of const
|
há 9 anos atrás |
Jonas Maebe
|
a3ca471d32
* factored out all the tests for whether we need to put inline parameters
|
há 9 anos atrás |
Jonas Maebe
|
8d1e8ea203
* fixed indentation in nonlocalvars()
|
há 9 anos atrás |
Jonas Maebe
|
94f90895a6
* separated call to wrapcomplexinlinepara() from the method that puts
|
há 9 anos atrás |
Jonas Maebe
|
07856870bc
* factored out code to determine whether we should put an inline parameter
|
há 9 anos atrás |
Jonas Maebe
|
a0efde8167
* automatically generate necessary indirect symbols when a new assembler
|
há 9 anos atrás |
Jonas Maebe
|
1cb8c0d00c
* specify the def of assembler level symbols defined via
|
há 9 anos atrás |
Jonas Maebe
|
adef9340e6
* converted metadata generation for variant dispatch to high level typed
|
há 9 anos atrás |
svenbarth
|
1bd43d9e37
Fix regressions.
|
há 9 anos atrás |
Jonas Maebe
|
a29524800f
* converted variant dispatch parameter construction from a hacked temp
|
há 9 anos atrás |
Jonas Maebe
|
2f81c14ee9
* also print funcretnode for callnodes
|
há 9 anos atrás |
Jonas Maebe
|
130d9fee91
* don't take the address of element 0 of a dynamic array in
|
há 9 anos atrás |
Jonas Maebe
|
44682f9f4d
* ensure that if we create a temp for the funcretnode in a call node,
|
há 9 anos atrás |
florian
|
e1d4d167b4
* hidden high parameter must be of type ptrsinttype, resolves issue #29204
|
há 9 anos atrás |
Jonas Maebe
|
6fda08705b
* moved the generation of th ehidden self parameter from pass_1 to
|
há 9 anos atrás |
nickysn
|
e6d01eb3b5
* fixed a bug, which caused a function that returns a method pointer (or nested
|
há 9 anos atrás |
nickysn
|
e325cf1126
* fixed internconsts with two arguments. This allows compile time evaluation of ptr(const,const) on i8086 and i386.
|
há 9 anos atrás |
svenbarth
|
529677cc79
ncal.pas:
|
há 10 anos atrás |
svenbarth
|
2e24d6dffb
htypechk.pas:
|
há 10 anos atrás |
Jonas Maebe
|
4d0c42ee23
- removed double calling of handlemanagedbyrefpara() for managed targets,
|
há 10 anos atrás |
Jonas Maebe
|
6ffd8f0201
* finalize managed data passed to untyped "out" parameters after r31328
|
há 10 anos atrás |
Jonas Maebe
|
6be050b729
* fixed finalization of open array out parameters after r31328
|
há 10 anos atrás |
Jonas Maebe
|
0031e12bf3
* enable the code that determines the complexity of arguments to inline
|
há 10 anos atrás |
Jonas Maebe
|
ee3f89246c
* assume that compilerprocs never capture the addresses of their arguments
|
há 10 anos atrás |
Jonas Maebe
|
5c5935346a
* explain why we may have to search for the uppercase version of a symbol in
|
há 10 anos atrás |
Jonas Maebe
|
e06181749c
* guarantee the order of parameter pushes again after r31201 on platforms
|
há 10 anos atrás |
Jonas Maebe
|
c95a3f2cf7
* firstpass rather than typecheckpass statements added to the call node
|
há 10 anos atrás |