nickysn
|
9fdc8c141c
+ implemented the boolean NOT node for WebAssembly
|
4 lat temu |
nickysn
|
af41eee9d1
+ support references with only index reg, and no base reg in thlcgwasm.prepare_stack_for_ref
|
4 lat temu |
nickysn
|
c4e8f091ec
* generate jumpless code for the IN node for WebAssembly. TODO: this needs to be
|
4 lat temu |
nickysn
|
c8e130d525
+ added WebAssembly invalid register check in op_reg when compiler is compiled with EXTDEBUG
|
4 lat temu |
nickysn
|
ec7fbcb271
* override the IN node for WebAssembly and avoid generating jump tables for the
|
4 lat temu |
nickysn
|
374882455b
- disallow (i.e. generate internal errors) the use of a_cmp_*_label functions
|
4 lat temu |
florian
|
16f201292c
+ remove try ... finally statements if the finally block is empty
|
4 lat temu |
nickysn
|
c781e03edf
+ implemented WebAssembly code generation for case statements
|
4 lat temu |
nickysn
|
039e2f20b7
+ override the case node for WASM. The actual code generation isn't implemented yet.
|
4 lat temu |
michael
|
92c3aedac4
* Fix typo
|
4 lat temu |
michael
|
005448f305
* Some restructuring by Andrey, add fallback link
|
4 lat temu |
michael
|
38b6bb7385
* Patch from Andrey Sobol to improve inheritance tree
|
4 lat temu |
florian
|
d4ad618a70
* similiar fix to r48167 for OptPass1SXTH
|
4 lat temu |
florian
|
14ddc59edb
* arm*: fix SxtbAndImm2Sxtb (now SxtbAndImm2Uxtb) optimization as proposed by Pierre and Gareth
|
4 lat temu |
florian
|
ecc3ce64ea
* x86: some fixes to enable 8 and 16 bit operations
|
4 lat temu |
michael
|
4c22d66aac
* Fix compilation
|
4 lat temu |
florian
|
8618a3b21f
* simplify tx8664shlshrnode.pass_generate_code, it should not mess with the result type, this
|
4 lat temu |
michael
|
b30d54b064
* Patches from Andrey Sobol, more control over warnings, improve class tree and resolving
|
4 lat temu |
florian
|
707bce74d7
* patch by J. Gareth Moreton: refactor OptPass2Jcc, resolves #38343
|
4 lat temu |
nickysn
|
a69f7094dd
+ override get_address_type for the i8086 code generator and return near pointer
|
4 lat temu |
nickysn
|
34d3d39dbe
+ introduced the tcgvecnode.get_address_type virtual method and use its result,
|
4 lat temu |
nickysn
|
2ee61e003d
* update revision.inc
|
4 lat temu |
nickysn
|
e0a1ce86fd
* synchronized with trunk
|
4 lat temu |
pierre
|
50a13b4df4
Function GetDefaultLibGCCDir adapted to case of Defaults not assigned (required for fpcmkcfg utility) reported by Andrew Kurushin
|
4 lat temu |
florian
|
9003114a8f
+ support R_X86_64_GOTPCRELX and R_X86_64_REX_GOTPCRELX
|
4 lat temu |
Mattias Gaertner
|
c21e777c85
pastojs: fixed freeing temp intf var if nil
|
4 lat temu |
florian
|
4e61867ce1
* modified (use IsManagedType to check if a for loop can be used for copying) patch by Bart Broersma to fix IncreaseCapacity of TQueue, resolves #38306
|
4 lat temu |
nickysn
|
b876c69bea
* synchronized with trunk
|
4 lat temu |
pierre
|
1fa5edd34e
Try to avoid use of native libgcc directory when cross-compiling.
|
4 lat temu |
florian
|
344aadebb9
* avoid widening of shl operations, this is not necessary for them either
|
4 lat temu |