Ionut Stoica
|
5233473748
Fix memory leak - avoid handler allocation when not needed
|
3 years ago |
florian
|
f21f7f0f50
* handle result type of unsigned ordinal operations in ISO/Extpas mode similiar to TP, solves
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
29625c7112
Fixed registers in references not being tracked properly in MovMovXX2MovXX 1 optimisation
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
f8e04aad03
CMOV now modifies rather than writes to the destination register so RegUsedAfterInstruction behaves properly
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
69fff102af
Added correct flag tracking for JccMov2CMov optimisations
|
3 years ago |
Michaël Van Canneyt
|
4d5d1c8e10
* Demo authenticator app
|
3 years ago |
Michaël Van Canneyt
|
2391d317bc
* Sample to demonstrate generating/showing/checking a TOTP
|
3 years ago |
florian
|
d5d9716916
* fix thlcgxtensa.g_intf_wrapper as proposed by Anton in #39326, resolves #39326
|
3 years ago |
Sergey Larin
|
ee2d313aa0
Added TranslatePlaceholderCP in fpc_Read_Text_AnsiStr procedure.
|
3 years ago |
Sergey Larin
|
a8b0e0ed65
Added TranslatePlaceholderCP before Wide2AnsiMoveProc call.
|
3 years ago |
Nikolay Nikolov
|
68cd1c3973
+ define USE_NOTHREADMANAGER in the WASI system unit
|
3 years ago |
Nikolay Nikolov
|
9579759f01
+ added wasi to the list of targets without thread support
|
3 years ago |
Ionut Stoica
|
bef4da339a
fphttpclient - only handle Unix in conditional compilation for UnixSocketPath feature
|
3 years ago |
Karoly Balogh
|
f12fcc9e06
* rtl/atari: do not default to tinyheap for now. the compiler itself doesn't work with tinyheap for some reason
|
3 years ago |
Karoly Balogh
|
1e90a4db3e
* rtl/atari: get rid of the old prt0.as startup code, which is not in use any more. this way, we do not require GAS any more for a build
|
3 years ago |
Karoly Balogh
|
6010ece532
* m68k-atari: make vasm the default assembler. also don't claim we have an internal linker
|
3 years ago |
Karoly Balogh
|
a87b38f753
* m68k-atari: make the Atari target always default to VLink, even for crosscompilers
|
3 years ago |
Karoly Balogh
|
ed2dca9a9b
* m68k-atari: make the Atari target use 68000 CPU as default
|
3 years ago |
Karoly Balogh
|
9739a88e11
* regenerated message includes
|
3 years ago |
Karoly Balogh
|
b3cbf07f27
+ m68k-atari: fixed bogus TOS program flags passed to VLink. added -WF argument to allow the user to specify their own flags if needed
|
3 years ago |
Pierre Muller
|
ca8a94e693
Disable utils tply package for all wasm32 targets as it uses goto's
|
3 years ago |
Pierre Muller
|
91f29419a5
Avoid use of fastmath optimization inside compiler
|
3 years ago |
Ionut Stoica
|
54efcc4bbb
Client support of HTTP over unix socket
|
3 years ago |
Karoly Balogh
|
88959bdda7
* m68k-sinclairql: fix the inclusion of the target proper
|
3 years ago |
Nikolay Nikolov
|
c4f9ec91c9
+ fix support for 8-byte records, held in a register pair on the WebAssembly target. This fixes #39524
|
3 years ago |
Pierre Muller
|
40cf71c9a5
Disable h2pas utils package for wasm32 as this CPU does not support goto
|
3 years ago |
Pierre Muller
|
140fe74efb
Add possibility to pass jvm target compilation parameters and clean up if no problem is detected
|
3 years ago |
Pierre Muller
|
9c20a033e0
Fix fullinstall make target
|
3 years ago |
Florian Klämpfl
|
773babd45d
+ test for already fixed bug so this avoids that is is reintroduced
|
3 years ago |
florian
|
2a7744df80
* check also for 64 bit registers in TX86AsmOptimizer.RegModifiedByInstruction
|
3 years ago |