florian
|
417d444376
* do not crash with an internal error if an indexed access is done on a constant pointer node
|
11 anni fa |
Jonas Maebe
|
bacd303208
* synchronized with trunk up to r27758
|
11 anni fa |
nickysn
|
de1b8cf5d6
* use def_cgsize(parentfpvoidpointertype) instead of OS_ADDR in
|
11 anni fa |
nickysn
|
cb33e51425
* tcgloadparentfpnode.pass_generate_code converted to the high level code
|
11 anni fa |
florian
|
701cdf8ea2
* fix for #25956: left is not necessarily the array load node when accessing an open array/array of const element
|
11 anni fa |
Jonas Maebe
|
338c064beb
* moved x86-specific tpointerdef functionality to architecture-specific
|
11 anni fa |
nickysn
|
75f29aacc3
* i8086 far data memory model fixes in tcgsubscriptnode.pass_generate_code
|
11 anni fa |
nickysn
|
409b047b59
* i8086 far data memory model fixes for the handling of dynamic (ansi/wide/
|
11 anni fa |
nickysn
|
891ab86254
* fixed ncgutil.gen_load_vmt_register and tcgloadvmtaddrnode.pass_generate_code
|
11 anni fa |
nickysn
|
e465ab355b
* converted tcgaddrnode.pass_generate_code to use the high level code generator,
|
11 anni fa |
Jonas Maebe
|
73a3f5ced4
* moved ncgutil.maybechangeloadnodereg() to hlcg.maybe_change_load_node_reg()
|
11 anni fa |
Jonas Maebe
|
46e7caef7d
* converted tcgaddrnode.pass_generate_code to the high level code generator
|
11 anni fa |
Jonas Maebe
|
81427523ab
* pass a list of (pointers to) the paralocs to hlcgobj.a_call/g_call*, as
|
11 anni fa |
Jonas Maebe
|
e9268a0a14
* synchronised with trunk up till r26975
|
11 anni fa |
nickysn
|
2908fa9123
+ added type parentfpvoidpointertype, which is a void pointer with the same size
|
11 anni fa |
florian
|
cd6f4d4469
* fix tsubscriptnode to handle left.location being an fpu or mm register as well.
|
11 anni fa |
florian
|
546f4a5d46
* force records with LOC_CONSTANT into memory when they are subscripted
|
11 anni fa |
florian
|
1d73f49330
* do not force the index location to a register for vec. nodes if the index is already in a register
|
11 anni fa |
Károly Balogh
|
5e15e4b07d
add basic constant handling to subscript nodes, avoid ie20060521 when building rgobj.pas with -O3/-O4
|
11 anni fa |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
11 anni fa |
Jonas Maebe
|
25fab5b0b6
+ support for array vecnodes on the llvm target, both for regular and for
|
11 anni fa |
Jonas Maebe
|
b47cc22d66
* separated JVM-specific subscripting code in virtual method
|
11 anni fa |
nickysn
|
bf07fc077b
* specify AT_DATA in all references to the tobjectdef.vmt_mangledname symbol.
|
11 anni fa |
florian
|
963a488ca2
* handle also LOC_CREGISTER/LOC_CMMREGISTER in tcgvecnode.pass_generate_code, resolves #24705
|
12 anni fa |
florian
|
6ab95815d8
* try to optimze (p-/+const)^ by putting const into the offset of the generated reference
|
12 anni fa |
florian
|
be2ab84474
* make actualtargetnode a normal procedure using pointers to node so it can be used also when replacing nodes
|
12 anni fa |
nickysn
|
b0f7786782
+ added support for special versions of near data pointers associated with a x86 segment register. They are supported on all x86 platforms: i8086, i386 and x86_64
|
12 anni fa |
nickysn
|
a5c5b05362
* initial support for system procs that use calling conventions that push left to right on i8086 or i386
|
12 anni fa |
florian
|
77bbb8b5bc
* type casting could force class variables into sub registers, so handle them in subscript nodes as well
|
12 anni fa |
Jonas Maebe
|
69c29a415f
* pass the procdef to getintparaloc instead of only the proccalloption, so
|
12 anni fa |