Karoly Balogh
|
919b556049
m68k-human68k: fix installation of sysconts and heaptrc units
|
1 年之前 |
Nikolay Nikolov
|
fbcd90f286
+ generate DWARF debug info for WebAssembly locals
|
1 年之前 |
Pierre Muller
|
3edd92dab1
Examinc OPT and CROSSOPT instead of FPCOPT in [prerules] to check if syscall unit needs objpas dependency
|
1 年之前 |
Michaël Van Canneyt
|
82ac429954
* Fix missing escape for dollar sign
|
1 年之前 |
Sven/Sarah Barth
|
170c05592b
* ensure that the legacy method table has the correct alignment on platforms that require it (e.g. SPARC64)
|
1 年之前 |
Sven/Sarah Barth
|
98a25439c3
+ add a test that checks for correct working of the legacy method table
|
1 年之前 |
Sven/Sarah Barth
|
7163a893e9
* search using the real package name instead of the uppercased one so that an as-is cased package will be found as well
|
1 年之前 |
florian
|
7bb9638094
* copyright year updated
|
1 年之前 |
florian
|
f7bfa0e426
* range checking is already performed in pass_typecheck
|
1 年之前 |
florian
|
dbf6527508
* factor out pointer_dec
|
1 年之前 |
J. Gareth "Curious Kit" Moreton
|
1f178d381f
* x86: PostPeepholeOptMov attempts to convert mov $0,%reg to
|
1 年之前 |
J. Gareth "Curious Kit" Moreton
|
63879e74cd
* x86: Additional TEST/CMP optimisations to optimise CMOV blocks
|
1 年之前 |
J. Gareth "Curious Kit" Moreton
|
0b6faeba68
* x86: CMOV block optimisation overhauled
|
1 年之前 |
Pierre Muller
|
9dc75c3005
Avoid double declaration of seterrno
|
1 年之前 |
Pierre Muller
|
b1e1a107d3
Fix compilation of syscall unit for i386-beos target
|
1 年之前 |
Michaël Van Canneyt
|
859fa9fe8f
* Some fixes in code generation
|
1 年之前 |
mattias
|
c90503812a
fcl-js: fixed TBufferWriter on nodejs
|
1 年之前 |
mattias
|
20ac72e7aa
pastojs: fixed parsing multi line comment
|
1 年之前 |
mattias
|
03d7518b9b
pas2js: updated nodepas2js and compile with ecmascript6
|
1 年之前 |
Nikolay Nikolov
|
e3f4bad164
* fixed internal linker crash if no tags are defined (i.e. no WASM native exceptions used)
|
1 年之前 |
Nikolay Nikolov
|
9681378d37
+ enable the WASI internal linker
|
1 年之前 |
Nikolay Nikolov
|
93365f7e38
* wasm internal linker: produce an internal error on unknown relocations
|
1 年之前 |
Nikolay Nikolov
|
cd72a8910e
+ wasm internal linker: implemented RELOC_TAG_INDEX_LEB relocations
|
1 年之前 |
Nikolay Nikolov
|
4084da63ab
+ wasm internal linker: create the tag section (if not empty)
|
1 年之前 |
Nikolay Nikolov
|
033a2ae2e7
* wasm internal linker: set mempos of the .wasm_tags (and .wasm_globals) section to 0
|
1 年之前 |
Nikolay Nikolov
|
6b47a03cc9
* wasm internal object reader: handle tag symbol flags properly (support weak and local symbols)
|
1 年之前 |
Nikolay Nikolov
|
59c88f4c79
+ WASI internal linker: added the .wasm_tags exe section to the linker script
|
1 年之前 |
Nikolay Nikolov
|
1d48cd7eba
* wasm internal linker: treat exception symbols as AB_COMMON
|
1 年之前 |
Nikolay Nikolov
|
07677f4214
* wasm internal object reader: convert R_WASM_TAG_INDEX_LEB relocations to relocation objects
|
1 年之前 |
Nikolay Nikolov
|
3121f3f8a0
* wasm internal object reader: validate that R_WASM_TAG_INDEX_LEB relocations point to a SYMTAB_EVENT symbol
|
1 年之前 |