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 |
Jonas Maebe
|
7949bebb8d
* synchronised with r28168 of trunk
|
11 years ago |
svenbarth
|
441e6c6083
Fix for Mantis #26177. Use the correct value for the method data when using a method pointer of a type or record helper.
|
11 years ago |
Jonas Maebe
|
bacd303208
* synchronized with trunk up to r27758
|
11 years ago |
nickysn
|
24bf272c69
* fixed the passing of array of const parameters in i8086 far data memory models
|
11 years ago |
nickysn
|
40a6a9c820
+ added i8086 specific implementation of thlcgcpu.a_load_loc_ref, which handles
|
11 years ago |
nickysn
|
02988023b7
* tcgloadnode.pass_generate_code: fixes for i8086 far data model fixes in the
|
11 years ago |
nickysn
|
68ff3fb1e2
* tcgloadnode.pass_generate_code: rm the ifdef'd i8086 code from the handling of
|
11 years ago |
nickysn
|
9ae26316e8
* fixed the handling of const resourcestrings in the i8086 far data memory models
|
11 years ago |
Jonas Maebe
|
4a79481c51
* isolated segment-related functionality of tabsolutevarsym into i386/i8086-
|
11 years ago |
nickysn
|
0082db46ea
* i8086 far data memory model fix in tcgloadnode.generate_nested_access.
|
11 years ago |
nickysn
|
d43d7e59b5
* partially converted the threadvar handling in tcgloadnode.pass_generate_code
|
11 years ago |
nickysn
|
7f014c5040
* replaced ifdef i8086 with hlcg.reference_reset_base in tcgloadnode.pass_generate_code
|
11 years ago |