florian
|
6b47d9d9ed
* safecall support is meanwhile generic, so enabled for all linux targets
|
5 years ago |
florian
|
8f707903df
* test fixed
|
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 |
svenbarth
|
c6a4d10f61
* for deciding whether to swap a generic's buffer use the module's flag instead of the def's
|
5 years ago |
svenbarth
|
84dc6621cb
* have the module keep track whether it was loaded from a PPU with a different endianess than the current host system
|
5 years ago |
svenbarth
|
7bcdc2b37f
* implement interface thunk for RISC V 32- and 64-bit
|
5 years ago |
florian
|
f1eccca3a6
* catch exceptions in all variants of TextToFloat properly
|
5 years ago |
Jonas Maebe
|
d9f4c85d2e
* llvm sometimes uses the AArch64 framepointer register as a regvar in the
|
5 years ago |
Jonas Maebe
|
254b85c352
+ new pio_inline_forbidden flag to indicate that while parsing the
|
5 years ago |
Jonas Maebe
|
b625afe800
* never inline routines that call get_frame (otherwise get_frame would return
|
5 years ago |
Jonas Maebe
|
08f9ec98e5
* use same Windows platform name as clang
|
5 years ago |
Jonas Maebe
|
592df7fa59
* disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM does
|
5 years ago |
Jonas Maebe
|
df6516c29f
* fix internalerror if adding the object info for LLVM requires creating new defs
|
5 years ago |
marcus
|
cfa50b20cf
AROS: TDosList structure fixed
|
5 years ago |
florian
|
43c83b3ae6
* improve LeaLea2Lea optimization
|
5 years ago |
florian
|
871136d4f2
* first couple of improvements propose by Stefan Kanthak at https://skanthak.homepage.t-online.de/division.html#fpc
|
5 years ago |
pierre
|
d1e4066477
Hopefully fix problems related to loading of ppufile generated with other endianess for generics
|
5 years ago |
florian
|
6a1c09bb43
* simplify type conversions of ordinal constants to currency
|
5 years ago |
yury
|
45ffa40b71
* Removed inline since it is not supported with open array parameters.
|
5 years ago |
yury
|
1b3a3a7983
* Removed lot of unused local vars. It is useful to turn on the notes in options. :)
|
5 years ago |
yury
|
4a756a2d30
* r42239 broke the tw13948b test for aarch64. Fixed this and improved the test.
|
5 years ago |
florian
|
1486ab7c70
* do not throw a warning about unreachable code if the responsible node was generated internally
|
5 years ago |
yury
|
405b01f116
* Skip the test for android.
|
5 years ago |
yury
|
797795e285
* Skip the test for aarch64.
|
5 years ago |
yury
|
3a31391c39
* tests: When cross-testing, if possible, use the "ppc" native compiler to build fpmake. It solves PPU incompatibility errors.
|
5 years ago |
Károly Balogh
|
2c12661a17
amunits: fixed position of dol_Name in the DosList struct. this also matches other Amiga-likes, and the RTL version of the header, where it was correct. also fixed a pointers vs. signedness warning.
|
5 years ago |
florian
|
56d64b007f
+ in some language modes the loop counter is undefined after the loop by language definition
|
5 years ago |
florian
|
3c18dee694
* take care of for loop counter read after loop
|
5 years ago |
florian
|
22197641b8
* last commit fixing calculation of do_loopvar_at_end was not complete,
|
5 years ago |
ondrej
|
965d94109d
fcl-db: allow 0 length in binary field (MSSQL can have a null/0 field length in a view)
|
5 years ago |