Nikolay Nikolov
|
d9eb8d75b9
+ return a small, fake backtrace for WebAssembly, so that in case of a runtime
|
3 anni fa |
Nikolay Nikolov
|
c0cec218d6
+ added unhandled exception handling code for the branchful exceptions mode
|
3 anni fa |
Nikolay Nikolov
|
a01a602140
- removed commented out code from the WASI startup code
|
3 anni fa |
Nikolay Nikolov
|
f7b1ec2435
+ call g_checkexceptions after calls to fpc_reraise and fpc_raise_nested in
|
3 anni fa |
Nikolay Nikolov
|
464b3ebbed
+ implemented the 'on' node code generation (try except 'on' ...) for the
|
3 anni fa |
Nikolay Nikolov
|
a5dcd1c44d
+ initial implementation of try..except in branchful exceptions mode
|
3 anni fa |
Nikolay Nikolov
|
7ce19c1ad7
+ implemented try..finally in branchful exceptions mode
|
3 anni fa |
Nikolay Nikolov
|
7afb665c92
+ insert exception flag check and branch after each function call, when
|
3 anni fa |
Nikolay Nikolov
|
5be1bfeeca
+ added comment that states that raiseBr is only used in branchful exceptions mode
|
3 anni fa |
Nikolay Nikolov
|
d02921d66b
+ introduced raiseBr, similar to exitBr, but will point to the current
|
3 anni fa |
Nikolay Nikolov
|
6599f1d898
- don't generate any WebAssembly native exception handling instructions, nor
|
3 anni fa |
Nikolay Nikolov
|
30b503abc4
* instead of using the 'throw' intrinsic, set a boolean flag, in the branchful
|
3 anni fa |
Nikolay Nikolov
|
5124ab2521
* cloned the WebAssembly native exceptions code generation and rtl support into
|
3 anni fa |
Pierre Muller
|
7778d20003
Avoid range check error in TCpuAsmOptimizer.OptPostAnd method
|
3 anni fa |
florian
|
1e136b0cc7
* bail out early in MatchInstruction
|
3 anni fa |
florian
|
01a449c807
+ debug msg added
|
3 anni fa |
Jonas Maebe
|
c745ae4836
AArch64 popt: don't replace registers with X/WZR
|
3 anni fa |
Yuriy Sydorov
|
e9d318e7e2
* x86: Fixed update of used registers in the CMOV optimizations.
|
4 anni fa |
Nikolay Nikolov
|
3989a01968
- removed msg2inc. Stupid git added it without my consent.
|
4 anni fa |
Nikolay Nikolov
|
9a85ac204c
+ fixed compilation of ppudump
|
4 anni fa |
florian
|
494dac5db5
+ x86: MovOp2Op optimization
|
4 anni fa |
Nikolay Nikolov
|
1011c31a80
+ increase string type to avoid const string truncation
|
4 anni fa |
Nikolay Nikolov
|
2577180b93
+ introduced WebAssembly branchful exceptions
|
4 anni fa |
Jonas Maebe
|
ab01b0ebd7
Typed constants: no internalerror on failure
|
4 anni fa |
J. Gareth "Curious Kit" Moreton
|
190c77e863
Fixed bug where hp1 object was used after being freed
|
4 anni fa |
florian
|
2e8c99947a
* define DEBUG_AOPTCPU if EXTDEBUG is used
|
4 anni fa |
Nikolay Nikolov
|
890b899842
+ support the <= and >= operators for smallsets on the Z80
|
4 anni fa |
Nikolay Nikolov
|
b00c0e44a5
+ support equality comparison of smallsets on the Z80
|
4 anni fa |
Jonas Maebe
|
3fb0fab410
Fix bitpacking 62/63 bit fields on 64 bit targets
|
4 anni fa |
Nikolay Nikolov
|
41db71c21c
+ implemented the <= operator for smallsets for WebAssembly
|
4 anni fa |