nickysn
|
23c1ed57d2
* synchronized with trunk
|
5 vuotta sitten |
florian
|
69fcacc948
* use fld/fst on i386 to copy doubles
|
5 vuotta sitten |
florian
|
e124b07e86
+ evaluate typeinfo(<type1>)=/<>typeinfo(<type2>) at compile time, resolves #30260
|
5 vuotta sitten |
svenbarth
|
a624348692
* when removing a method from the synchronization queue using TThread.RemoveQueuedEvent then both the Code and the Data need to match (Delphi does the same)
|
5 vuotta sitten |
michael
|
218ce57b5b
* More strict behaviour for identifiers, patch by Benito van der Zander (bug ID 37841)
|
5 vuotta sitten |
michael
|
130d9ccdc3
* Fix more strict handling of numbers (bug ID 37840, patch by Benito van der Zander)
|
5 vuotta sitten |
nickysn
|
8ba562a41e
* also create the PASCALMAIN alias for WASI programs, now that function aliases work
|
5 vuotta sitten |
nickysn
|
b230e295fa
+ emit .type directives for ait_symbolpair on targets that have tf_needs_symbol_type
|
5 vuotta sitten |
nickysn
|
da5c9a978e
+ write procdef for imports
|
5 vuotta sitten |
nickysn
|
fe4f041436
* procdef directive code generation moved to a separate method
|
5 vuotta sitten |
nickysn
|
8fee0f6130
+ partial implementation of imports
|
5 vuotta sitten |
nickysn
|
1da89c6259
- removed the --export-dynamic linker option
|
5 vuotta sitten |
nickysn
|
0a5655955c
+ declare the stack pointer global type
|
5 vuotta sitten |
nickysn
|
e5b0d9cf32
* __stack_top renamed __stack_pointer (which seems to follow the C ABI correctly)
|
5 vuotta sitten |
nickysn
|
e96faf0a76
+ readded the --no-entry option when linking wasi executables
|
5 vuotta sitten |
nickysn
|
ceeb614473
+ handle exports in the llvm-mc wasm32 assembler writer
|
5 vuotta sitten |
nickysn
|
697bd6d586
* synchronized with trunk
|
5 vuotta sitten |
florian
|
1a2b99bc09
* correctly reset fpu on x86_64-linux after a floating point exception, resolves second part of #37468
|
5 vuotta sitten |
michael
|
202976b457
* Fix windows compilation
|
5 vuotta sitten |
Jonas Maebe
|
322d04cdee
* regenerated after adding unixtype dependencies
|
5 vuotta sitten |
Jonas Maebe
|
de095258a7
* add missing unixtype dependencies
|
5 vuotta sitten |
Jonas Maebe
|
f3e140fc50
* test for mantis #34543 (already fixed)
|
5 vuotta sitten |
michael
|
ce3335affe
* LibreSSL support
|
5 vuotta sitten |
Mattias Gaertner
|
a66b6cd7c7
pastojs: classname=typeinfoname
|
5 vuotta sitten |
michael
|
7c238c24e8
* Fix bug ID #37824
|
5 vuotta sitten |
michael
|
b9158ed311
* Fix bug #37830, always append dot even if signature empty
|
5 vuotta sitten |
nickysn
|
b9375d2d76
+ allow exports from programs for wasm targets
|
5 vuotta sitten |
nickysn
|
60762dbfee
* use the .set directive for procedure aliases
|
5 vuotta sitten |
nickysn
|
f17af139d3
+ defined systems_wasm (the set of all WebAssembly systems)
|
5 vuotta sitten |
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 vuotta sitten |