Nikolay Nikolov
|
d36e239f45
+ enabled the exception handling instructions in the llvm-mc command line
|
4 lat temu |
Nikolay Nikolov
|
619a27cbfc
+ insert try and end_try instructions in the try..finally code in native
|
4 lat temu |
Nikolay Nikolov
|
45e53ddc16
* cloned the WASM no exceptions mode code generation for try..finally blocks
|
4 lat temu |
Nikolay Nikolov
|
65a5b299c6
+ introduced twasmraisenode.pass_1_no_exceptions
|
4 lat temu |
Nikolay Nikolov
|
6c213137a9
- cleaned up twasmtryexceptnode.pass_generate_code_no_exceptions
|
4 lat temu |
Nikolay Nikolov
|
c992566201
+ introduced twasmtryexceptnode.pass_generate_code_no_exceptions,
|
4 lat temu |
Nikolay Nikolov
|
848098c63b
* improvements to the handling of try..finally in WebAssembly no exceptions
|
4 lat temu |
Nikolay Nikolov
|
3601d61b81
+ introduced twasmtryfinallynode.pass_generate_code_no_exceptions,
|
4 lat temu |
Nikolay Nikolov
|
2bcc8d65ff
+ introduced twasmexceptionstatehandler_nativeexceptions and
|
4 lat temu |
Nikolay Nikolov
|
3ca9475bde
* twasmexceptionstatehandler renamed twasmexceptionstatehandler_noexceptions
|
4 lat temu |
Nikolay Nikolov
|
9526b939a2
+ implemented thlcgwasm.g_unreachable, emits the 'unreachable' WebAssembly instruction
|
4 lat temu |
Nikolay Nikolov
|
4064694a5e
+ support writing the new tai_tagtype directive in the asm output
|
4 lat temu |
Nikolay Nikolov
|
3022f59ff4
+ introduced ait_tagtype and tai_tagtype
|
4 lat temu |
Nikolay Nikolov
|
10d8332563
+ added the new WebAssembly instructions, added by the exception handling proposal
|
4 lat temu |
J. Gareth "Curious Kit" Moreton
|
6b26fa0f9a
Added correction to AllocRegBetween
|
4 lat temu |
Nikolay Nikolov
|
bdbdf26168
+ added validation to ensure no more than one WebAssembly exception support
|
4 lat temu |
Nikolay Nikolov
|
08b07122f8
+ added usage info to the compiler help screen for the WebAssembly
|
4 lat temu |
Nikolay Nikolov
|
cd244cbf7d
* fixed compilation of ppudump
|
4 lat temu |
Nikolay Nikolov
|
3a242a17f4
* increased size of ttargetswitchinfo.define to fit the string added in my
|
4 lat temu |
Nikolay Nikolov
|
eda6b105b7
+ added target flags for the different WebAssembly exception modes that I'm
|
4 lat temu |
Nikolay Nikolov
|
3bf5b0c395
- avoid useless typecasts for accessing members in self in thlcgwasm.a_load_subsetref_regs_index
|
4 lat temu |
Nikolay Nikolov
|
4120825f50
+ implemented thlcgwasm.a_load_regconst_subsetref_intern
|
4 lat temu |
Nikolay Nikolov
|
7af6e628c8
+ implemented thlcgwasm.a_load_subsetref_regs_index
|
4 lat temu |
Nikolay Nikolov
|
c41516399b
+ implemented thlcgwasm.a_load_subsetref_stack
|
4 lat temu |
florian
|
81e83ffa67
* release temp
|
4 lat temu |
Yuriy Sydorov
|
4a7a113a30
* x86: Fixed attributes of the LEAVE instruction - it reads EBP.
|
4 lat temu |
Florian Klämpfl
|
e121a753e1
* mark temps as deallocated
|
4 lat temu |
Yuriy Sydorov
|
b2165570de
* Fixed missing assignments with the strength reduction optimization.
|
4 lat temu |
Yuriy Sydorov
|
bd4c206472
* Fixed the strength reduction optimization for loops containing 'continue'.
|
4 lat temu |
Yuriy Sydorov
|
b8befe3d1f
* Fixed a typo in the condition, though it seems this code path is not used now.
|
4 lat temu |