florian
|
d772a42375
* arm: more fixes for fpu_fpv4_sp_d16
|
5 years ago |
florian
|
96a368fdf9
* building on non-x86/non-xtensa fixed
|
5 years ago |
florian
|
fa4cbc89a5
+ Xtensa: hard float support, i.e. make use of floating point extension if available
|
5 years ago |
Jonas Maebe
|
4ba19f5418
* add support for creating non-address-only procvars to
|
5 years ago |
svenbarth
|
41a6957f7d
* keep track of the fileposinfo for generic constraints
|
5 years ago |
svenbarth
|
cba43ebe1b
- remove generic_buf_needs_swapping again as that is now handled with tmodule.change_endian of the generic's module
|
5 years ago |
pierre
|
d1e4066477
Hopefully fix problems related to loading of ppufile generated with other endianess for generics
|
5 years ago |
florian
|
70a836c4a2
* first part of merging parts of Jeppe's intrinsics patch, mainly r31135
|
5 years ago |
Jonas Maebe
|
b355ba3d39
* record whether a function uses fastmath, and define the function as
|
5 years ago |
Jonas Maebe
|
f5833dc048
* support for marking arraydefs as vectors
|
5 years ago |
svenbarth
|
f2818bfe7a
* apply patch by Blaise.ru to remove last remnants of VMT regeneration which is no longer needed/used
|
5 years ago |
svenbarth
|
3ced30f816
* apply (adjusted) patch by Blaise.ru: vmtentries is always created since 2008, so treat it as such (also fixes a memory leak in tobjectdef.getcopy)
|
5 years ago |
svenbarth
|
ea75253926
* initialize the defid in trecorddef.create_global_internal as unique_id_str needs it
|
5 years ago |
svenbarth
|
06c1a17d13
* use tdef.unique_id_str to generate the unique internal name for anonymous record defs as using the count of the deflist is no longer correct
|
5 years ago |
Jonas Maebe
|
e775ecdc43
* cleaned up safecall support: use a hidden localvarsym instead of result
|
5 years ago |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
5 years ago |
Jonas Maebe
|
a051b8d225
- remmoved doregister parameter from t*sym constructors, as the registration
|
5 years ago |
pierre
|
5d9771d141
Suppress range check/invalid typecast errors when compiling with -CriotR option
|
6 years ago |
pierre
|
970ce7f243
Avoid error with -CR option in tobjectdef.vmt_def method
|
6 years ago |
florian
|
85edf1c1eb
* reworked arm vfp capability handling to use fpu_capabilites
|
6 years ago |
svenbarth
|
fc46b6c57c
* apply patch by Blaise.ru to pass the record name for an internal record more efficiently
|
6 years ago |
svenbarth
|
955ebf2f09
* applied patch by Blaise.ru to reduce code duplication in trecorddef.create_global_internal()
|
6 years ago |
Jonas Maebe
|
6eafee72d7
- fixed check for determining whether requesting the size of an array is
|
6 years ago |
florian
|
aac8559a8d
* some runtime errors fixed, if compiled with -CrR
|
6 years ago |
svenbarth
|
43b5dbf613
* fix for Mantis #23071: also store local symtable in the PPU if the procdef is generic as we need it to resolve genericdefs to nested types
|
6 years ago |
Jonas Maebe
|
d8903ce6b3
- removed maxcrecordalign parameter/field from recordsymtables, as this value
|
6 years ago |
svenbarth
|
90bec938f6
* don't free the constructor call in trtti_attribute_list as that is already freed in the destructor of trtti_attribute
|
6 years ago |
svenbarth
|
9dbd155131
* use two empty lines between method definitions (no code changes)
|
6 years ago |
svenbarth
|
b945e66e28
* store attribute information in PPU; this is less important for the compiler, but more for e.g. Lazarus when dealing with binary only units
|
6 years ago |
svenbarth
|
8ce4f9606d
* explicitely store the procdef of the picked constructor of the attribute
|
6 years ago |