svenbarth
|
345d83c3e3
Merge RTTI changes from packages branch (including adjustments that were required due to changes in trunk since then). These changes favor source backwards compatibility in contrast to Delphi compatibility. Binary compatiblity is however drastically broken due to the indirect references that are platform independant!
|
9 years ago |
svenbarth
|
9d4e322cd0
Add AT_FUNCTION or AT_DATA to calls to (Weak)RefAsmSymbol. powerpc-macos needs them.
|
9 years ago |
svenbarth
|
e4feacf29d
Load global variables and typed constants from different units using indirect references if necessary.
|
9 years ago |
Jonas Maebe
|
4643913d58
- disable x86-specific workarounds when using LLVM (even when targeting x86)
|
9 years ago |
Jeppe Johansen
|
f21f9ab930
Fix issue with absolute offsets being sign extended from aint to asizeint.
|
9 years ago |
Jonas Maebe
|
0c4edd2aa9
* fixed getting address of interface methods after r32414: interfaces are not
|
9 years ago |
Jonas Maebe
|
554be0c301
* fixed hlcg type correctness when getting the address of a virtual method
|
9 years ago |
Jonas Maebe
|
a3cdf466e3
* fixed type of proc address when loading a complex procvar
|
9 years ago |
Jonas Maebe
|
eaeb9d8351
* renamed thlcgobj.g_set_addr_nonbitpacked_record_field_ref() to
|
9 years ago |
Jonas Maebe
|
7ce34ac7d2
* fixed code generator type correctness when loading a resourcestring
|
9 years ago |
Jonas Maebe
|
98c08dee1a
* fixed indentation
|
9 years ago |
Jonas Maebe
|
22d8b273bd
* the type of tvarrec fields that are passed by address is already a pointer
|
9 years ago |
Jonas Maebe
|
9914f02faa
* always set the resultdef for variant array constructors correctly, so we
|
9 years ago |
Jonas Maebe
|
2c5187cb97
* fixed size when storing arrayconstructor vtype field
|
9 years ago |
Jonas Maebe
|
af4d69f446
* always write the entire integer field when storing a value < integer in an
|
9 years ago |
nickysn
|
94a5364c2c
* fixed 'array of const' in the i8086 tiny/small/medium memory models
|
9 years ago |
Jonas Maebe
|
4670e0abc9
* converted "array of const" handling to the high level code generator
|
9 years ago |
Jonas Maebe
|
3b2bd718d8
* corrected the def of the temp for array constructor nodes in case of
|
10 years ago |
yury
|
374148b966
* fixed compilation of 8086 compiler.
|
10 years ago |
yury
|
47b316d0e2
* Removed unused vars for x86-64 compiler.
|
10 years ago |
nickysn
|
c7ecf84fc0
* fixed compilation of threadvars in i8086 far data memory models
|
10 years ago |
Jonas Maebe
|
19882aea7e
* converted threadvar loading to high level code generator and updated/added
|
10 years ago |
Jonas Maebe
|
3c6aa91a96
* factored out the loading of threadvars in its own method, and put the
|
10 years ago |
Jonas Maebe
|
0fc1fd6ac1
* replaced current_procinfo.currtrue/falselabel with storing the true/false
|
10 years ago |
Jonas Maebe
|
f402b0d7df
* changed getpointerdef() into a tpointerdef.getreusable() class method
|
10 years ago |
Jonas Maebe
|
388cef8a34
* fixed types for shortstring handling in tcgassignmentnode.pass_generate_code
|
10 years ago |
Jonas Maebe
|
61e4a1b811
+ added tasmlist parameter to getintparaloc() (needed for llvm)
|
10 years ago |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
10 years ago |
Jonas Maebe
|
290e3f5ff8
* fixed assigning one float loc_reference to another of a different size if a
|
10 years ago |
Jonas Maebe
|
ac02c92a0d
* disable cg64/cg128 special cases for high level targets
|
11 years ago |