Jonas Maebe
|
bacdd8be81
* don't ever mark the function result as vs_initialised, also not when
|
13 years ago |
Jonas Maebe
|
74e721517d
* keep track of the type of symbolic floating point constants rather
|
13 years ago |
florian
|
20b1e3af78
Merging of generics branch of Sven Barth
|
13 years ago |
sergei
|
270fc39432
* An open array/array of const parameter passed by value and requiring a local copy on heap (currently all targets except non-Darwin i386 ones) should not be placed into register and should force procedure to have an implicit finally block.
|
13 years ago |
svenbarth
|
9f44f36348
Removed another leftover from my overloaded symbol approach. Thanks to Florian for pointing it out.
|
13 years ago |
Jonas Maebe
|
f62e118f8e
* when looking for a procdef matching a procvardef in an objectdef,
|
13 years ago |
svenbarth
|
4419dc3d34
Rebase to revision 19673
|
13 years ago |
svenbarth
|
461d231daa
Rebase to revision 19078 (directly before the merge of cpstrnew)
|
13 years ago |
paul
|
a1e0b833b2
compiler: fix ppu read/write of property parameters symtable (bug #0020454)
|
13 years ago |
paul
|
62b4ef3d1a
compiler: don't create a parasymtable for property if property has no parameters
|
13 years ago |
Jonas Maebe
|
d8b008b0b0
* require that "overload" is present in the interface if it's used in the
|
14 years ago |
paul
|
ceb141523d
compiler: store property parameters in a parasymtables together with property. restore those parameters for descendant properties (fixes mantis #0020421 but maybe not very optimal)
|
14 years ago |
paul
|
de21de2024
compiler: implement delphi like namespaces
|
14 years ago |
florian
|
79a96ab287
+ ttypesym.prettyname
|
14 years ago |
svenbarth
|
b0eb13cc3f
Removed the remaining traces of the type overloads and increased PPU version to differ from trunk.
|
14 years ago |
pierre
|
cfdc7c861d
* Use public/global name 'name' section 'section' without semicolon for Windows TLS support
|
14 years ago |
pierre
|
4ad2707674
Windows TLS callback code testable by using -dTEST_TLS_DIRECTORY
|
14 years ago |
pierre
|
eb90591ea9
TLS directory requires some labels in specific sections
|
14 years ago |
svenbarth
|
39d702f79d
Extend ttypesym by a list that will contain all generic "overloads" of this symbol.
|
14 years ago |
florian
|
f328b6d635
+ user section type
|
14 years ago |
florian
|
26fbfaf5a7
+ introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer)
|
14 years ago |
paul
|
a39733a0a2
compiler: extend enumerator support for records:
|
14 years ago |
joost
|
07bf44517c
* Merged XPCom branch into trunk, added support for constref and changed
|
15 years ago |
mazen
|
b127fc154a
* Fixed spell error revealed by lintian.
|
15 years ago |
paul
|
4718c88f8d
compiler: compare enumerator operator "current" return type with the loop variable while searching for enumerator
|
15 years ago |
florian
|
bacd6fb71b
* disable reg. vars in subroutines with interprocedural used labels
|
15 years ago |
florian
|
24fea58b92
+ initial implementation of iso style gotos in iso mode
|
15 years ago |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 years ago |
paul
|
1b614b526a
compiler:
|
15 years ago |
Jonas Maebe
|
45d25bbe77
* fixed storing/loading widestring constant nodes into/from ppu files
|
15 years ago |