Jonas Maebe
|
489594f02f
* fixed copy/paste error in r28322
|
11 years ago |
Jonas Maebe
|
0def3629cc
* factored out adding a single field to a record based on a def
|
11 years ago |
Jonas Maebe
|
864b36fbe5
* create the recorddef at the start when building an anonymous recorddef,
|
11 years ago |
Jonas Maebe
|
b18ba8e85b
* syncrhonised with trunk up till r28471
|
11 years ago |
Jonas Maebe
|
63a3ff3c7f
* integrate the functionality to create an address-only procvardef from a
|
11 years ago |
Jonas Maebe
|
6f01bb56d6
* automatically call calcparas adter creating a procvardef from a procvdef,
|
11 years ago |
Jonas Maebe
|
83c7dbb7a6
* fixed copy/paste error that caused all warnings to be disabled after
|
11 years ago |
Jonas Maebe
|
ee76e8dbf5
* fixed warning about always-true comparison when compiling a 16 bit target
|
11 years ago |
Jonas Maebe
|
5c75b6dd6b
* synchronised with trunk up till r28402
|
11 years ago |
Jonas Maebe
|
6e1d370417
* split off the texceptaddr declaration into rtl/inc/excepth.inc, so it can
|
11 years ago |
Jonas Maebe
|
5a49727cdf
* moved functionality to create a global recorddef based on a tfplist of
|
11 years ago |
nickysn
|
e6c5c35d65
* tarraydef.create_from_pointer changed to require the actual pointerdef as a
|
11 years ago |
svenbarth
|
d46ae01589
Fix inlining of record methods across units if the unit with the method definitions is already compiled.
|
11 years ago |
nickysn
|
86726a5dc8
* return ptrsinttype instead of sinttype in pointerdef.pointer_arithmetic_int_type
|
11 years ago |
nickysn
|
33dac14554
* defutil.get_int_type_for_pointer_arithmetic replaced with a virtual method
|
11 years ago |
Jonas Maebe
|
bd09b88a5b
+ support for http://en.wikipedia.org/wiki/Blocks_(C_language_extension)
|
11 years ago |
Jonas Maebe
|
627c83e828
* when creating a bare procdef copy, don't copy the funcret parameter.
|
11 years ago |
nickysn
|
9b3d41d9c7
* the default value of tpointerdef.pointer_subtraction_result_type changed to
|
11 years ago |
nickysn
|
d86a8ebc99
* defutil.get_int_result_type_from_pointer_subtraction moved to a virtual
|
11 years ago |
nickysn
|
c8130843b2
* fixed 'cannot convert type' error when comparing two voidhugepointers with
|
11 years ago |
svenbarth
|
639a59df92
Added support for partial specialization. This should fix a few problems with generics, the tests for which will be added in the next days after I've verified them.
|
11 years ago |
nickysn
|
24fcac9f87
+ added support for nested procvars in the i8086 far data memory models
|
11 years ago |
nickysn
|
fc71081b74
* i8086 and i386-specific code from tabstractprocdef.is_pushleftright moved to
|
11 years ago |
nickysn
|
0a515311e6
* tabstractprocdef.address_type i8086-specific code moved to symcpu, ifdef i8086 removed
|
11 years ago |
nickysn
|
37168c8625
* use voidcodepointertype to determine tprocvardef.size; ifdef i8086 removed
|
11 years ago |
nickysn
|
89584164b1
+ added virtual methods tabstractprocdef.declared_far and .declared_near, which
|
11 years ago |
nickysn
|
b41892f048
* set po_far in the i8086-specific descendants of tprocdef and tprocvardef,
|
11 years ago |
nickysn
|
902d118ec8
* i8086 far data memory model fixes in tobjectdef.vmtmethodoffset
|
11 years ago |
nickysn
|
8d9fda9264
* use voidcodepointertype.size in tobjectdef.vmtmethodoffset, avoid ifdef i8086
|
11 years ago |
nickysn
|
542719c8f5
+ added symdef.voidcodepointertype
|
11 years ago |