florian
|
9fdd64e94c
* indention and new line fixes
|
11 years ago |
nickysn
|
f2763b98fa
+ implemented absolute seg:ofs vars on i8086
|
12 years ago |
nickysn
|
6aae88578c
+ getting the address of a label now returns a far pointer in i8086 far code memory models; this fixes the call to fpc_raiseexception in the raise node
|
12 years ago |
nickysn
|
c9096ef806
* far pointer fix in taddrnode.pass_typecheck
|
12 years ago |
florian
|
b734c17c4f
* formatting
|
12 years ago |
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 years ago |
paul
|
fe338013a5
compiler: calculate offset of record fields in taddrnode also for bitpacked structures (Jonas comment in bug #0019357)
|
12 years ago |
Jonas Maebe
|
583eb3f9a4
* re-enabled loadvmtaddrnode for records on JVM targets, fixes
|
12 years ago |
paul
|
65cbb4e9ba
compiler: calculate offset of record fields in taddrnode (based on patch of Jeppe Johansen, fixes bug #0019357)
|
12 years ago |
paul
|
4d79a44e4c
compiler: don't create loadvmtaddrnode for record references, they have no VMT (fixes bug #23130)
|
12 years ago |
florian
|
761fcca4ec
+ is_dynamicstring
|
12 years ago |
pierre
|
bc04e83b25
Add pi_needs_got to current_procinfo.flags in pass_1 method if a label reference is used
|
13 years ago |
Jonas Maebe
|
11e9f95580
* fixed (not harmless) class cast error when indexing an array[orddef] using
|
13 years ago |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 years ago |
Jonas Maebe
|
284210ad48
* hardcode offset of the ISA field in Objective-C (meta)classes to be
|
13 years ago |
Jonas Maebe
|
ab9b52a003
* truncate indices into arrays from 64 to 32 bit on 32 bit
|
13 years ago |
Jonas Maebe
|
ceee186f2f
* typecheck all array indices, not just integer and boolean types
|
13 years ago |
Jonas Maebe
|
faaa86238c
* enable support for creating loadvmtaddr nodes for Java interfaces, because
|
13 years ago |
paul
|
c6ca9e5091
compiler:
|
14 years ago |
Jonas Maebe
|
67c2c7c166
* renamed cchartype to cansichartype
|
14 years ago |
Jonas Maebe
|
979f55e1db
+ support for procedural variables for the JVM target
|
14 years ago |
Jonas Maebe
|
37aa2d8443
+ full support for sets on the JVM target
|
14 years ago |
Jonas Maebe
|
466f6751c8
+ getpointerdef() function that returns a pointerdef for the passed def.
|
14 years ago |
Jonas Maebe
|
1dca48bce5
* set reused left node to nil for JVM loadvmtaddrnodes that need to call a
|
14 years ago |
Jonas Maebe
|
f187128428
* allow addrnodes for procdef (and procvardef in TP/Delphi mode), and
|
14 years ago |
Jonas Maebe
|
6e0b73ad88
* handle string/jlstring/jlobject typecasts properly again after the reworked
|
14 years ago |
Jonas Maebe
|
fde622e050
* generate a loadvmtaddrnode wrapper around Java objectdef typenode arguments
|
14 years ago |
Jonas Maebe
|
c1abc4a275
* call cgmessage() instead of message() for errors in
|
14 years ago |
Jonas Maebe
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
14 years ago |
Jonas Maebe
|
0ee702b3a2
* tprocdef.mangledname now gets an extra boolean parameter indicating
|
14 years ago |