michael
|
b7e52c632f
Hopefully fix compilation (bug ID 28994)
|
9 년 전 |
michael
|
d00d64021b
* Clear memory correctly when setting capacity (bug id 28928)
|
9 년 전 |
michael
|
e6b86d9b5b
* Made string in stringstream constructor optional
|
9 년 전 |
Károly Balogh
|
bc51cc1151
regenerated msgidx.inc and msgtxt.inc afer r32324
|
9 년 전 |
Károly Balogh
|
3675fc75cb
VLink Support:
|
9 년 전 |
svenbarth
|
017821f5db
* regenerated msgidx.inc and msgtxt.inc after r32322
|
9 년 전 |
svenbarth
|
dabde774c4
Fix for Mantis #29005.
|
9 년 전 |
michael
|
8db06c7878
* OwnsObjects must not be changed during lifetime of TFPObjectHashList, made it read-only (bugs ID 28910)
|
9 년 전 |
Jonas Maebe
|
cf925a108d
* support multiple paralocs, force the source to memory in
|
9 년 전 |
Jonas Maebe
|
d99de6d8f5
* support complex procvardefs in thlcgobj.location_force_mem() in case they
|
9 년 전 |
Jonas Maebe
|
d02eb7059b
+ pointerdef support in llvmgettemprecorddef()
|
9 년 전 |
Jonas Maebe
|
d444b365e1
* finished conversion of second_class_to_intf to the high level code
|
9 년 전 |
nickysn
|
78362ed6ae
* RELOC_ABSOLUTE32 made different than RELOC_ABSOLUTE on i8086 (and fixed all
|
9 년 전 |
nickysn
|
ad92f4e80a
+ implemented thlcgcpu.a_op_const_reg with far pointer support for i8086, so
|
9 년 전 |
Jonas Maebe
|
f0c6d40336
* converted loading for fpc_catches parameter to hlcg
|
9 년 전 |
Jonas Maebe
|
5de3785c0e
* fixed allocation of temps for empty arrays on llvm
|
9 년 전 |
Jonas Maebe
|
1675c27e59
* fixed writing of procvardef records (they're also written as tck_record)
|
9 년 전 |
Jonas Maebe
|
09c8c5eba0
* adjusted comment after previous commit
|
9 년 전 |
Jonas Maebe
|
a32605bd38
* don't force setelementn's into a 32 bit modifiable register if they were
|
9 년 전 |
nickysn
|
b744c83581
+ implemented support for omf fixup records with target group other than 'DGROUP' in the i8086-msdos internal linker
|
9 년 전 |
Jonas Maebe
|
175f4376bc
* give an internalerror if a setelementn is range in pass_generate_code,
|
9 년 전 |
Jonas Maebe
|
3e917f5889
* fixed llvm a_load_reg_ref() when storing a register to a record reference
|
9 년 전 |
michael
|
bc1248ceb7
* Non-Options, multiple identical options support (corrected)
|
9 년 전 |
nickysn
|
8046826e4e
+ also allow x86 call ref for references that contain only non-imaginary registers (no infinite spilling problems there either)
|
9 년 전 |
michael
|
8e063b5cef
* Undid last (wrong) patch
|
9 년 전 |
michael
|
60e0627704
* Non-Options, multiple identical options support
|
9 년 전 |
michael
|
f7cab410c5
* Single instance functionality by Ondrej Pokorny
|
9 년 전 |
nickysn
|
9de7830c8c
+ allow call ref on x86 for references that don't contain any registers, as the register allocator doesn't fail on them, if all registers are allocated
|
9 년 전 |
nickysn
|
ef2c6065b6
+ added support for word/smallint typed constants, initialized with ofs() on i8086
|
9 년 전 |
nickysn
|
1e7a0838d7
+ added test for the 'SEG @CODE' and 'SEG @DATA' i8086 inline assembler directives
|
9 년 전 |