Michael VAN CANNEYT
|
9e5ee68887
* Check that system unit is actually loaded before using it to search for system symbols
|
2 years ago |
Michael VAN CANNEYT
|
391fdcac08
* Forbid use of string alias in system unit
|
2 years ago |
Michael VAN CANNEYT
|
e220bcfadf
* Add message that widechar set is reduced to ansichar set
|
2 years ago |
Michael VAN CANNEYT
|
13bafac2fe
* Forgot some instances of arch instead of subtarget
|
2 years ago |
Michael VAN CANNEYT
|
4e066c130e
* Implement -t and -x options
|
2 years ago |
Michael VAN CANNEYT
|
43ed225315
* Rename architecture to more neutral subtarget
|
2 years ago |
Michael VAN CANNEYT
|
6532790e2a
* Implement -t and -x options
|
2 years ago |
florian
|
c46bcbb8e6
+ exec_e_cant_call_linker shows now the error message
|
2 years ago |
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 |