Nikolay Nikolov
|
e959422753
* wasm32 obj writer: do the relocations before writing the code, data and debug sections
|
3 years ago |
Nikolay Nikolov
|
edf5fce7e3
* wasm32 obj writer: determine the section number for the datacount, code, data and debug sections ahead of time (before writing the sections)
|
3 years ago |
Nikolay Nikolov
|
b5a71086e8
* wasm32 obj writer: moved the writing of the data sections ahead
|
3 years ago |
Nikolay Nikolov
|
2a196899bc
* wasm32 obj writer: writing the debug section symbols to the symbol table moved before the writing of the debug sections themselves
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
89605f47c2
* x86: Correct fileinfo for PostPeepholeOptCall
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
f7dcb68c5a
* x86: Correct fileinfo for OptPass2MOV
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
6eede0f71f
* x86: Correct fileinfo and some refactoring for OptPass1CMP
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
e9b394a550
* x86: Correct fileinfo and some refactoring for OptPass1SHLSAL
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
0c62ac9f16
* x86: Correct fileinfo and some refactoring for OptPass1LEA
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
f19b390c68
* x86: Correct fileinfo and some refactoring for imul2leashl optimisation
|
3 years ago |
Pierre Muller
|
fecdaeed0d
Fix searching of gstrip binary in cross-environment for solaris OS target
|
3 years ago |
florian
|
59811090e1
* captured variables cannot be in registers typically
|
3 years ago |
kamischi
|
d13a867127
Update reference
|
3 years ago |
kamischi
|
dd5c2ea6e9
Update errord*.msg
|
3 years ago |
florian
|
899981f318
+ forgotten comments for new optimizations
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
f5d76c5593
* x86: Reference count fix in CMP/Jcc and TEST/Jcc redirect optimisations
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
8ba76f7d0a
* New test to catch i39851
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
b1e65ca49f
* x86: Fixed bug where redirected jump has its condition changed (fixes i39851)
|
3 years ago |
Nikolay Nikolov
|
99074a5578
* .lpi version update
|
3 years ago |
Nikolay Nikolov
|
8c9a07a3e8
+ added test for wasmglobals, where the globals are declared in the implementation section of a unit
|
3 years ago |
Nikolay Nikolov
|
6d23d22d50
+ added wasm dir to test dirs
|
3 years ago |
Nikolay Nikolov
|
6d3da83611
+ added test for wasm globals
|
3 years ago |
Nikolay Nikolov
|
65b4425672
+ support declaring wasm globals in the WebAssembly internal object writer
|
3 years ago |
florian
|
77e350b6b8
+ VPXor2VPXor optimization
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
06cbb6edc7
* a64: Updated debug messages to follow standard.
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
d6ff4ed967
* arm/a64: New sbfx/ubfx -> mov optimisation
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
637645b6d6
* a64: New movz reg,#0 -> mov reg,xzr (or wzr) optimisation
|
3 years ago |
florian
|
6c47f8f4d7
* do not warn on anonymous functions without captured variables about being not used, resolves #39853
|
3 years ago |
Sven/Sarah Barth
|
c122e16beb
* fix #39849: it's an error when the file (or string) parameter of a Read*/Write* is followed by a ":"
|
3 years ago |
mattias
|
e1312deafe
pas2js: fixed array push records/sets
|
3 years ago |