negelef
|
cbf41a32c4
Removed obsolete section fields
|
před 7 roky |
negelef
|
2e484d2f6e
Added proper reflection of procedure variables
|
před 7 roky |
felixf
|
9f4660486b
|
před 7 roky |
eth.negelef
|
9a608fcad2
Fixed loop termination
|
před 7 roky |
eth.negelef
|
5925150e89
Removed padding for set values
|
před 7 roky |
eth.negelef
|
12731370b8
Fixed reflection of set values
|
před 7 roky |
eth.negelef
|
6768131975
Added proper type definition for evaluating constant integer expressions
|
před 7 roky |
eth.negelef
|
4065854ddd
Added proper type definition for evaluating constant set expressions
|
před 7 roky |
felixf
|
3490093614
Moved platform calling convention to the frontend (as an important side effect, platform calling convention is appearing translated in the symbol file)
|
před 7 roky |
felixf
|
0db92cf8d3
cc --> callingConvention
|
před 7 roky |
felixf
|
d7e0caff9c
Added Platform Calling Convention
|
před 7 roky |
felixf
|
872ae13a67
cleanup and documentation
|
před 7 roky |
felixf
|
129a7c0ffe
Patched Alignment for 64-bit SysVABI (C- Calling Convention on LInux64)
|
před 7 roky |
eth.negelef
|
e1f7b6c4cb
Fixed alignment of complex numbers passed as parameters
|
před 7 roky |
negelef
|
ba8b34e304
Fixed parameter types when calling FoxArrayBase.AllocateTensorX with 64-bit sizes
|
před 7 roky |
eth.negelef
|
5c03854ad7
Fixed missing conditional check
|
před 7 roky |
eth.negelef
|
942b4efbd7
Added proper support for System V AMD64 ABI for callback functions
|
před 7 roky |
negelef
|
9a4b34eb7d
Fixed designated operand type
|
před 7 roky |
eth.negelef
|
05bd002c6b
Added support for set types of different sizes
|
před 7 roky |
felixf
|
cd19ccf638
Implemented release lock upon trap in exclusive region (and raise a trap again).
|
před 7 roky |
felixf
|
dcdc7ecf36
Patched handling of FINALLY in an exclusive section: he exclusive section is unlocked at the end of FINALLY (not before).
|
před 7 roky |
felixf
|
be1615c3db
Patched issues with loader (entry code and exit code sections were not treated correctly)
|
před 7 roky |
felixf
|
dd3d5477c3
patched all method visibility conflicts: extending methods keep visibility of super method.
|
před 7 roky |
felixf
|
522e854ed9
made sure that the references section is included in object files, and particular that it is linked to the static image
|
před 7 roky |
felixf
|
2bc31288e1
added support for returning enumeration from procedure (added test in compilation test)
|
před 7 roky |
felixf
|
a4cc6260a9
Improved temporary variable use: decreased number of variables considerably
|
před 7 roky |
felixf
|
81fc79f11e
Improved and simplified parameter register handling:
|
před 7 roky |
negelef
|
900eb35aa3
Removed duplicated semicolons
|
před 7 roky |
felixf
|
4e4e439576
Removed priority from generic sections (replaced by section types)
|
před 7 roky |
felixf
|
252996767c
Activated Option "AliasOnlyExported" such that only aliases appear in object files that are required to link or load object files
|
před 7 roky |