michael
|
0cdf941fed
* Fix wrong ReadInt64 return type. bug ID #30579
|
9 gadi atpakaļ |
michael
|
b8b96f0c8c
* Patch from Laco to limit growth of TFPList
|
9 gadi atpakaļ |
svenbarth
|
c2fec2e819
* if the objecttype of the forward declaration mismatches use the objecttype previously parsed; fixes access violation of webtbf/tw11970.pp
|
9 gadi atpakaļ |
svenbarth
|
7dd0130ac2
* generate_specialization_phase2() might also return an errordef, so check for that instead of simply using the symbol; fixes access violations of tgenconstraint{38,39,40}.pp
|
9 gadi atpakaļ |
svenbarth
|
0df57b3c87
* forward declarations of helper types are not allowed, so enforce them by trying to parse a "for"; fixes access violation of thlp9.pp
|
9 gadi atpakaļ |
svenbarth
|
6b93f09567
* fix test
|
9 gadi atpakaļ |
svenbarth
|
f889891466
* fix Delete() for dynamic arrays
|
9 gadi atpakaļ |
svenbarth
|
ed144a6535
* fix for Mantis #30567; the method only needs to be left with nothing to do if both method and thread are Nil
|
9 gadi atpakaļ |
svenbarth
|
26a2ddd3d6
+ extend Delete() intrinsics with Delphi compatible support for dynamic arrays. Also fixes Mantis #30306
|
9 gadi atpakaļ |
Jonas Maebe
|
2f41434284
* fix crash while compiling webtbf/tw14849
|
9 gadi atpakaļ |
Jonas Maebe
|
1e506ce1d5
* call beforedestruction if an exception happens in afterconstruction
|
9 gadi atpakaļ |
Jonas Maebe
|
94eb087aa2
* fixed typo (obcj -> objc)
|
9 gadi atpakaļ |
Jonas Maebe
|
90f09a599e
* simplified flow while adding afterconstruction code
|
9 gadi atpakaļ |
Jonas Maebe
|
adcf07aabb
* fixed line information for constructor code added to new block while
|
9 gadi atpakaļ |
Jonas Maebe
|
d22b83ee73
* renamed afterconstructionblock to constructionblock
|
9 gadi atpakaļ |
pierre
|
17ba06f7c8
Regenerated after: Add missing -Tlinux help line for mipsel compiler
|
9 gadi atpakaļ |
pierre
|
270d5bedec
Add missing -Tlinux help line for mipsel compiler
|
9 gadi atpakaļ |
Jonas Maebe
|
388c047c8a
- removed the code to check whether a parameter to an inline routine is
|
9 gadi atpakaļ |
Jonas Maebe
|
5ffd06392d
* don't optimize "x:=f(x)" whereby the function result of f() is passed
|
9 gadi atpakaļ |
Jonas Maebe
|
997a958f72
* fixed r34439 for big endian
|
9 gadi atpakaļ |
Jonas Maebe
|
473cec9d85
* converted tnodeutils.InsertRuntimeInits() to the high level typed const
|
9 gadi atpakaļ |
Jonas Maebe
|
8957d7b364
- regenerated after disabling the textmode ide for Darwin again
|
9 gadi atpakaļ |
Jonas Maebe
|
35e20ed4b8
- disabled the textmode IDE for Darwin again: I don't want to support it,
|
9 gadi atpakaļ |
Jonas Maebe
|
2d051f89f7
* don't increase refcounts for variants assigned to (ti_)const nodes, fixes
|
9 gadi atpakaļ |
Jonas Maebe
|
26f6d2f39d
* emit smallsets as a single byte/word/cardinal, since that is how they
|
9 gadi atpakaļ |
pierre
|
2f79e6147b
Makefile's regenerated after:
|
9 gadi atpakaļ |
pierre
|
c3957a0f79
Set GDBMI Makefile environment variable for targets that support
|
9 gadi atpakaļ |
Károly Balogh
|
de6d7be8df
powerpc: converted some partial tabs indentation to spaces. no functional changes.
|
9 gadi atpakaļ |
Károly Balogh
|
7a6f18c496
powerpc: reworked syscall generation once more. instead of making various assumptions on the syscallib location based on the calling convention, simply search for the lib and use its location. also unified the call generation itself
|
9 gadi atpakaļ |
pierre
|
95520ea767
+ Add handling of multiline GDBVersion string,
|
9 gadi atpakaļ |