svenbarth
|
40ffb54129
* Currency and Comp are correctly handled by GetFloatProp/SetFloatProp, so use these instead of GetOrdProp/SetOrdProp
|
5 yıl önce |
svenbarth
|
3c4c206081
* correctly handle smaller enums on Big Endian systems
|
5 yıl önce |
svenbarth
|
f59eae4f81
* correctly handle local reference in the RISC V assembler readers (both 32 and 64 bit)
|
5 yıl önce |
svenbarth
|
4ad7d552a1
* increase support for multilib binutils for RISC V by passing the correct ABI to the linker
|
5 yıl önce |
svenbarth
|
114c27fb4e
* increase support for multilib binutils for RISC V by passing the ABI to the assembler
|
5 yıl önce |
michael
|
dd0d606a0a
* Remove some unused identifiers
|
5 yıl önce |
Jonas Maebe
|
1a9e246c29
* added is_normal_fieldvarsym() helper and use it
|
5 yıl önce |
Jonas Maebe
|
6d51c69dbe
* fixed writing of calling convention for function declarations/definitions
|
5 yıl önce |
Jonas Maebe
|
b89487e721
* fix paraloc def for vectors with vectorcall calling convention (was a single
|
5 yıl önce |
Jonas Maebe
|
96dfe3d03a
* LLVM support for writing vector types
|
5 yıl önce |
Jonas Maebe
|
f5833dc048
* support for marking arraydefs as vectors
|
5 yıl önce |
Jonas Maebe
|
1e3f72403e
* renamed getintparaloc to getcgtempparaloc
|
5 yıl önce |
svenbarth
|
9853ed53e8
* partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulbis to extend TRttiProperty.SetValue and TRttiProperty.GetValue
|
5 yıl önce |
svenbarth
|
be1439e93e
* partial fix for Mantis #36356: apply partial, adjusted patch by Imants Gulbis to add methods for TValue to retrieve a AnsiChar or WideChar (this is not Delphi compatible, but convenient)
|
5 yıl önce |
svenbarth
|
f782d3fe7a
* partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulbis to implement TValue.ToString for enumerations, AnsiChar and WideChar
|
5 yıl önce |
svenbarth
|
8ff14ed5d1
+ partial fix for Mantis #36358: apply partial patch by Imants Gulbis to add assignment operator for TValue from Comp and IUnknown
|
5 yıl önce |
svenbarth
|
5610f992b4
* if a CPU platform does not provide a FarPointer type then declare it as an alias to a mere Pointer
|
5 yıl önce |
svenbarth
|
abe6e740f5
* Delphi allows overloading based on Comp, so declare it as a type rename instead of a mere alias
|
5 yıl önce |
svenbarth
|
ad0d885880
* if a CPU platform doesn't explicitely provide the Comp type we declare it as an alias to Int64
|
5 yıl önce |
svenbarth
|
042bbdf613
* as long as the Comp type is declared, declare PComp as well
|
5 yıl önce |
svenbarth
|
12ae68f503
* also allow TValue.AsExtended for Integer types
|
5 yıl önce |
florian
|
a20209e691
+ tf_init_final_units_by_calls
|
5 yıl önce |
florian
|
e332c17bbd
* some inconsistency regarding FPC_NONE usage fixed
|
5 yıl önce |
florian
|
be0054eeb4
* fixed output of line numbers/columns with -vR
|
5 yıl önce |
florian
|
ef87879402
* common naming for fpu_none string
|
5 yıl önce |
florian
|
cbec738829
* last commit was not complete/earlier version committed
|
5 yıl önce |
florian
|
abb79553d2
* optimize case statements with a single branch into if statements (ord const only)
|
5 yıl önce |
florian
|
cb44d7d4e2
* some cleanup
|
5 yıl önce |
florian
|
4de6b3e6b9
* do not crash when an unsupported code page is encountered, resolves #35581
|
5 yıl önce |
michael
|
abeb00cd94
* Fix bug ID #34303, readability opimizations
|
5 yıl önce |