Jeppe Johansen
|
5ec4d38231
Add support for ram-less AVR chips and simultanously optimize flash/ram size the initfinal calling sequence.
|
hace 9 años |
nickysn
|
7990b55a87
* use sizeof(aint) instead of sizeof(asizeint) to determine whether a record is
|
hace 9 años |
marco
|
b371c43c3e
* misc chm binindex logging (under ifdef)
|
hace 9 años |
Jeppe Johansen
|
49f8d574db
Save some space on ATTiny28 since it doesn't have any ram.
|
hace 9 años |
nickysn
|
62dadad93e
* reimplemented tppufile.getasizeint to use sizeof(asizeint), just like tppufile.putasizeint does
|
hace 9 años |
nickysn
|
0f6b5161e6
* the 'count' parameter of Move and FillChar on i8086 made 16-bit unsigned,
|
hace 9 años |
Jeppe Johansen
|
0046af39eb
Fixed #29025.
|
hace 9 años |
Jeppe Johansen
|
baae6ec169
Fix incorrect AVR optimization.
|
hace 9 años |
svenbarth
|
1d72397c19
Add tests for generic functions/procedures/methods
|
hace 9 años |
svenbarth
|
c81eda7a42
Fully enable generic functions, procedures and methods by allowing inline specializations in procedure bodies as well.
|
hace 9 años |
svenbarth
|
b2988ad8c0
pexpr.pas, sub_expr:
|
hace 9 años |
svenbarth
|
86f1ca2037
symtable.pas, is_visible_for_object:
|
hace 9 años |
svenbarth
|
2eeb59591a
pdecsub.pas, parse_proc_head:
|
hace 9 años |
nickysn
|
b9ca24d4df
+ added property to the omf object reader, specifying whether symbol names
|
hace 9 años |
nickysn
|
79336c59de
* fixed test for PIC code on i386
|
hace 9 años |
florian
|
c9204f6c5e
+ added explicit rules for the iso7186 unit for the bsd targets
|
hace 9 años |
svenbarth
|
fcae436177
Add test for Mantis #29053 to make sure it doesn't get broken by accident.
|
hace 9 años |
nickysn
|
82eb67cd24
* fixed test for PIC code on x86_64
|
hace 9 años |
Jonas Maebe
|
27219ae5ff
* actually assign the section name for end of the resourcestrings
|
hace 9 años |
florian
|
1142fdeccd
* initialize variables to avoid warnings
|
hace 9 años |
Jonas Maebe
|
f60a33f5af
* moved darwin/aix-specific code for resource string sections to
|
hace 9 años |
Jonas Maebe
|
72c7cb2770
* typecast second_proc_to_procvar() results for llvm if the generic code
|
hace 9 años |
Jonas Maebe
|
8cebb76572
* corrected llvm level type of interfaces
|
hace 9 años |
Jonas Maebe
|
be69fbef4f
* fixed type used to store copied open array value parameters
|
hace 9 años |
Jonas Maebe
|
423eb7ddb6
* fixed int_to_real() conversion llvm destination type when the result is
|
hace 9 años |
Jonas Maebe
|
a55e9a8b0a
* fixed type in second_class_to_intf if the class was in a LOC_REGISTER
|
hace 9 años |
Jonas Maebe
|
118f3c8049
* fixed type of stored exception class instance in on-node
|
hace 9 años |
Jonas Maebe
|
cc52730147
* typecast function results if an explicit type is forced
|
hace 9 años |
Jonas Maebe
|
83521e7d1f
* ensure that the def used when calling virtual methods matches the
|
hace 9 años |
Jonas Maebe
|
32796f4af9
* ensure that the def used when calling procvars matches the value in
|
hace 9 años |