Michael VAN CANNEYT
|
7b75729765
* If no subtarget file found, error out instead of hint/warn
|
2 years ago |
Michael VAN CANNEYT
|
f53ac13900
* Forgot some instances of arch instead of subtarget
|
2 years ago |
Michael VAN CANNEYT
|
13368ac5cc
* Rename architecture to more neutral subtarget
|
2 years ago |
Michael VAN CANNEYT
|
317064c473
* Implement -x and -t options for fpc executable
|
2 years ago |
Michael VAN CANNEYT
|
0438a64972
* Implement -t and -x options
|
2 years ago |
florian
|
f4d9082028
* copyright for 2023 updated
|
2 years ago |
Tomas Hajny
|
baf950bf76
* improved consistency as suggested in bug #40008
|
2 years ago |
Ondrej Pokorny
|
55629aeb19
do not publish enums with jumps
|
3 years ago |
Jonas Maebe
|
403292a131
LLVM backend: address sanitizer support
|
3 years ago |
Nikolay Nikolov
|
14dc066d6b
+ added check whether PPU and program are compiled in the same WebAssembly
|
3 years ago |
Jonas Maebe
|
3ef0db2404
LLVM: list supported LLVM/Xcode versions
|
3 years ago |
Sven/Sarah Barth
|
ea8e3cfc37
+ add an error message that a nested function variable can not be assigned to a function reference
|
3 years ago |
Nikolay Nikolov
|
1fce5121f3
+ added the 'wasmthreads' target switch (enabled via -CTwasmthreads)
|
3 years ago |
Sven/Sarah Barth
|
a0171e4335
+ add an error message for when a symbol can't be captured
|
3 years ago |
Sven/Sarah Barth
|
6a9b4a1b13
+ apply patch by Blaise.ru: allow initialisation of method pointers with class methods (when class types are
|
3 years ago |
Nikolay Nikolov
|
6ee4ee960e
+ added "(experimental)" to the compiler help screen for the WebAssembly compiler options that are still unstable/experimental
|
3 years ago |
Nikolay Nikolov
|
66b471e516
+ support different versions of llvm-mc (version 10 seems to be the earliest that works)
|
3 years ago |
Nikolay Nikolov
|
3994626cb1
* fixed the message in the previous commit
|
3 years ago |
Nikolay Nikolov
|
0c6287894b
* the WebAssembly internal assembler renamed WASM (previously it was OMF, which was the ID of the MS-DOS .obj writer, which I forgot to rename)
|
3 years ago |
Pierre Muller
|
e0de75224b
Add help for -Aomf option for wasm32 CPU and new message for ogwasm binary writer
|
3 years ago |
florian
|
6556d18bed
* better fix for #39634 which avoids breaking existing code
|
3 years ago |
florian
|
559fcdf736
* forbid cyclic pointer definitions, resolves #39634
|
3 years ago |
Pierre Muller
|
85c648e603
Check mf_symansistr is compatible with current compiler mode and issue a message before failing PPU loading
|
3 years ago |
florian
|
4718029fe0
* do not throw an error if syscall is used with a syntax not applicable for the current
|
3 years ago |
Karoly Balogh
|
e0599bb231
* z80-amstradcpc: fixed target naming mess, so -Tamstradcpc works now, also fixed the help text
|
3 years ago |
Karoly Balogh
|
cb959c2e6f
* z80-amstradcpc: add some initial files for the target (mostly just the clone of ZX Spectrum files for now)
|
3 years ago |
florian
|
ae89261008
* prevent that a absolute symbol references itself, resolves #39604
|
3 years ago |
florian
|
546455faca
* throw error properly if a target does not support sections
|
3 years ago |
Karoly Balogh
|
471a5eb4e0
help text: vlink is no longer default on MorphOS for a while now, remove from help text, add Atari and Sinclair QL where it is the default
|
3 years ago |
Thorsten Otto
|
073b48de82
atari: add -Wt<x> option to allow specifying the executable format
|
3 years ago |