nickysn
|
aa102564c5
* fixed the break and continue br depth calculation
|
před 4 roky |
nickysn
|
3cc9ba9302
- don't push dummy zeros (they are useless and will be discarded), before branching for break/continue
|
před 4 roky |
nickysn
|
0a923963a9
* use the eqz instruction instead of "xor 1" in twasmwhilerepeatnode.pass_generate_code_condition for reversing the condition
|
před 4 roky |
nickysn
|
0fae32d2b7
* simplified if-then-else code generation, since we now support void 'if' instructions
|
před 4 roky |
nickysn
|
b6735179ed
* use a functype operand for a_if, instead of hardcoding
|
před 4 roky |
nickysn
|
07c1783e24
* refactored call_indirect to use a 'functype' operand type. This type will be reused for block instructions as well.
|
před 4 roky |
nickysn
|
6ef60815b8
* fixed the 'if' instruction syntax in the llvm-mc asm writer
|
před 4 roky |
nickysn
|
ade8003fb5
* thlcgwasm.blocks renamed br_blocks, to ensure searching for it in the compiler
|
před 4 roky |
nickysn
|
052d1bc38a
* synchronized with trunk
|
před 4 roky |
florian
|
7d5b0d2382
* handle rawbytestrings in Win32Ansi2UnicodeMove properly, resolves #38299
|
před 4 roky |
pierre
|
f2568e37e4
Add testing for single float type in trndmode.pp
|
před 4 roky |
pierre
|
57861c934d
Check also that SetRoundMode returns correctly previous rounding mode
|
před 4 roky |
pierre
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
před 4 roky |
florian
|
9592c033e5
* process fma intrinsic parameters in an order which takes care of multiple x87 stack parameters, resolves #38295
|
před 4 roky |
michael
|
743e7c1c1b
* Forgot to commit
|
před 4 roky |
marco
|
1332915a10
* still add files that start with ., just not to FTS
|
před 4 roky |
florian
|
12adb47d65
* clean up
|
před 4 roky |
michael
|
7ee4954b0b
* Refactor HTML engine so it can more easily be extended
|
před 4 roky |
michael
|
7be3d2f80c
* get rid of some warnings
|
před 4 roky |
svenbarth
|
b8578f804f
* fix compilation on targets that use Stabs debug information: ignore generic dummy symbols with no procdefs for generating stabs data
|
před 4 roky |
svenbarth
|
4a274cd63a
+ add a copyright/license header for the nullable unit
|
před 4 roky |
michael
|
1afca037c6
* Help for markdown
|
před 4 roky |
Mattias Gaertner
|
9825d3b552
pastojs: filer export nameexpr
|
před 4 roky |
Mattias Gaertner
|
e911431ed4
fcl-passrc: parser: export unit.symbol, resolver: started library export
|
před 4 roky |
svenbarth
|
c96029ebd5
* Delphi does not allow a generic method to be overloaded by a non generic type of the same name (unlike for generic types and non generic routines); this is probably done to simplify the implementation of implicit specializations of generic methods so we do this as well. For this we change the dummy symbol for generic routines from a typesym to a procsym
|
před 4 roky |
svenbarth
|
7343e9c4a2
* correctly handle the case should the generic dummy symbol be a procsym instead of a typesym
|
před 4 roky |
svenbarth
|
e4eed4e259
* when only a symbol name is provided to generate_specialization_phase1 allow a symbol table to be provided as well
|
před 4 roky |
svenbarth
|
a65d778f73
* also handle call nodes when determining the generic symbol for inline specializations
|
před 4 roky |
svenbarth
|
f42b39a7b5
* use a case statement instead of nested if-then statements
|
před 4 roky |
svenbarth
|
43ba5b69d2
* ensure that the dummy symbol is registered if it's added due to a routine
|
před 4 roky |