Michaël Van Canneyt
|
8c5a48da2b
* Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews
|
4 months ago |
Michaël Van Canneyt
|
b58469a7bd
* Change pchar to dynamic array of ansichar
|
4 months ago |
Nikolay Nikolov
|
c515d45026
+ added new target to the compiler: wasm32-wasip2. Not working, yet.
|
5 months ago |
Nikolay Nikolov
|
d1dbbc0a35
+ also handle system_wasm32_wasip1threads in the compiler anywhere system_wasm32_wasip1 is handled
|
5 months ago |
Nikolay Nikolov
|
e20466ffd1
* system_wasm32_wasi renamed system_wasm32_wasip1
|
5 months ago |
florian
|
06f8ad2e3d
* write " as octal number as well in assembler output, it is more compatible
|
7 months ago |
florian
|
dc6057a112
* .toc sections do not need a .csect on powerpc-macosclassic
|
7 months ago |
florian
|
83f1d1eefb
* write sections/section names correctly for as-macos
|
7 months ago |
florian
|
bc3b68ae7e
+ as-macos for using as from Retro68
|
7 months ago |
florian
|
40f9d006d6
* write basic attributes for riscvXX-linux
|
7 months ago |
florian
|
a16f2ae35d
* tai_eabi_attribute -> tai_attribute so it can be used by other architectures
|
7 months ago |
florian
|
57da25581e
+ write .option pic directive if needed
|
7 months ago |
Nikolay Nikolov
|
b9ca30165c
* WebAssembly: refactored tai_local, so that it is a single directive,
|
10 months ago |
ccrause
|
d53a81e2d9
Exclude AW flags for sec_fpc data for embedded and freertos targets.
|
11 months ago |
Nikolay Nikolov
|
38100cd501
- don't generate .size directives for function symbols on WebAssembly, to avoid
|
11 months ago |
Nikolay Nikolov
|
5e327453a8
+ WebAssembly external asm writer: workaround for the 'missing functype' error,
|
11 months ago |
Karoly Balogh
|
11246aa5b4
m68k-palmos: do not try to write section attributes, they're not really useful, and lead to assembler warnings
|
1 year ago |
florian
|
4867d48e99
+ support for .debug_loc and .debuc_loclist sections
|
1 year ago |
Karoly Balogh
|
4a1db1dc79
m68k: initial compiler changes for Human68k (Sharp X68000) support
|
1 year ago |
Pierre Muller
|
f249987133
Fix usage of GNU assembler for i386-nativent target
|
1 year ago |
Nikolay Nikolov
|
3a85a5a9cf
+ also debug print structured try..catch and try..delegate blocks
|
1 year ago |
Nikolay Nikolov
|
1a26c0ccfe
+ for debug purposes print wasm structured instructions in the llvm-mc assembler output
|
1 year ago |
Dmytro Bogatskyy
|
327aac7f24
Add aarch64-iphonesim target
|
2 years ago |
Jinyang He
|
12c4290ffe
Add loongarch64 architecture support to compiler
|
2 years ago |
Pierre Muller
|
b9a8e6832f
Do not set usesectionprogbits and usesectionflags to true for solaris assembler
|
2 years ago |
Pierre Muller
|
d217a459aa
Fix bug report #39952.
|
2 years ago |
Nikolay Nikolov
|
c6af4df9b9
+ declare user-defined wasm globals in the llvm-mc assembly output
|
3 years ago |
Nikolay Nikolov
|
b821b9d502
+ WebAssembly multithreading: also declare threadvar sections as TLS and prefix their name with '.tbss' when using the external assembler
|
3 years ago |
Pierre Muller
|
f27b55e9b2
Also add a comment when a label has been optimized out when compiled DEBUG_LABEL
|
3 years ago |
Sven/Sarah Barth
|
088c746d45
* reset written source lines once a section is encountered
|
3 years ago |