nickysn
|
da5c9a978e
+ write procdef for imports
|
5 years ago |
nickysn
|
fe4f041436
* procdef directive code generation moved to a separate method
|
5 years ago |
nickysn
|
8fee0f6130
+ partial implementation of imports
|
5 years ago |
nickysn
|
1da89c6259
- removed the --export-dynamic linker option
|
5 years ago |
nickysn
|
0a5655955c
+ declare the stack pointer global type
|
5 years ago |
nickysn
|
e5b0d9cf32
* __stack_top renamed __stack_pointer (which seems to follow the C ABI correctly)
|
5 years ago |
nickysn
|
e96faf0a76
+ readded the --no-entry option when linking wasi executables
|
5 years ago |
nickysn
|
ceeb614473
+ handle exports in the llvm-mc wasm32 assembler writer
|
5 years ago |
nickysn
|
697bd6d586
* synchronized with trunk
|
5 years ago |
florian
|
1a2b99bc09
* correctly reset fpu on x86_64-linux after a floating point exception, resolves second part of #37468
|
5 years ago |
michael
|
202976b457
* Fix windows compilation
|
5 years ago |
Jonas Maebe
|
322d04cdee
* regenerated after adding unixtype dependencies
|
5 years ago |
Jonas Maebe
|
de095258a7
* add missing unixtype dependencies
|
5 years ago |
Jonas Maebe
|
f3e140fc50
* test for mantis #34543 (already fixed)
|
5 years ago |
michael
|
ce3335affe
* LibreSSL support
|
5 years ago |
Mattias Gaertner
|
a66b6cd7c7
pastojs: classname=typeinfoname
|
5 years ago |
michael
|
7c238c24e8
* Fix bug ID #37824
|
5 years ago |
michael
|
b9158ed311
* Fix bug #37830, always append dot even if signature empty
|
5 years ago |
nickysn
|
b9375d2d76
+ allow exports from programs for wasm targets
|
5 years ago |
nickysn
|
60762dbfee
* use the .set directive for procedure aliases
|
5 years ago |
nickysn
|
f17af139d3
+ defined systems_wasm (the set of all WebAssembly systems)
|
5 years ago |
Károly Balogh
|
9f8417ba52
z80: added handling of sections provided by the startup code to the vlink linker script. this fixes executable building, but the resulting executables still don't work at this point
|
5 years ago |
Károly Balogh
|
aa745e0319
z80: re-enabled af_smartlink_sections for vasm which is required for the vasm + vlink combo, partially reverting r46916
|
5 years ago |
Károly Balogh
|
7c195d2062
z80: cleaned up some tabs vs. spaces indentation mess in the vasm writer. no functional change.
|
5 years ago |
nickysn
|
38c4c93cee
* synchronized with trunk
|
5 years ago |
florian
|
bb92fbafa0
patch by J. Gareth Moreton: GetNextInstructionUsingReg drops out earlier, second part of #37526
|
5 years ago |
florian
|
eec51afadd
* patch (with little modification) by J. Gareth Moreton: refactor ARM/Aarch64 peephole optimizer, first part of #37526
|
5 years ago |
florian
|
e1536bdf26
* when implicit try...finallys are turned off, do not throw an error if a procedure
|
5 years ago |
florian
|
a628c1c3dd
* if an array constructor is passed to a formaldef parameter, it is passed as a set (if the conversion is possible), resolves #37796
|
5 years ago |
florian
|
4c1978c131
* reported by Bart on the mailing list: insert empty line to make clear to which function the comment applies
|
5 years ago |