Yuriy Sydorov
|
122ed4b76a
* Support for sleb128 and uleb128 constants in the NASM writer.
|
4 жил өмнө |
florian
|
464730dc44
+ patch by J. Gareth Moreton: New label debugging feature, resolves #38980
|
4 жил өмнө |
florian
|
e9b3db0d78
* more fixes to support vasm on arm
|
4 жил өмнө |
Károly Balogh
|
f76bb5fc5e
m68k-sinclairql: apply the same hack as for amiga and atari to avoid vlink section attribute warning
|
4 жил өмнө |
nickysn
|
64bb0359d2
* synchronized with trunk
|
4 жил өмнө |
yury
|
64c586b86d
* Removed/ifdefed lots of unused variables.
|
4 жил өмнө |
nickysn
|
807c743e35
* system identifier system_wasm32_wasm renamed system_wasm32_embedded
|
4 жил өмнө |
nickysn
|
35489718f3
* fixed call_indirect for the llvm-mc asm writer
|
4 жил өмнө |
nickysn
|
763ca253c1
+ introduced the TWasmFuncType class - used to hold a Wasm function signature
|
4 жил өмнө |
nickysn
|
d3d51d2f7e
* synchronized with trunk
|
4 жил өмнө |
pierre
|
7966b29b2f
i386-go32v2 also does not support progbits, as other COFF targets
|
4 жил өмнө |
nickysn
|
b230e295fa
+ emit .type directives for ait_symbolpair on targets that have tf_needs_symbol_type
|
4 жил өмнө |
nickysn
|
ceeb614473
+ handle exports in the llvm-mc wasm32 assembler writer
|
4 жил өмнө |
nickysn
|
5ee6e9d593
* declare end_function as an instruction, instead of a directive
|
4 жил өмнө |
nickysn
|
15cdc6b856
* fix for the wasm section directive writing
|
4 жил өмнө |
nickysn
|
fc96ad5afd
+ write the end_function directive
|
4 жил өмнө |
nickysn
|
35e83d5524
* group tai_local directives, so that they are output as a single directive with comma separated types
|
4 жил өмнө |
nickysn
|
76f1b8cf60
+ generate the .functype directive for the llvm-mc wasm assembler
|
4 жил өмнө |
nickysn
|
f95d35340c
+ first attempt at writing the .local WASM directive
|
4 жил өмнө |
nickysn
|
2d39ddf85e
+ write the global procedures/functions in the llvm-mc assembler writer
|
4 жил өмнө |
yury
|
6e777d8967
* ait_comment,ait_regalloc,ait_tempalloc,ait_varloc instructions produce only comments in the external assembler output. Moved handling of these instructions to TExternalAssembler.WriteComments().
|
5 жил өмнө |
yury
|
5ec489c018
* ait_varloc instructions are handled and removed by Trgobj.translate_registers() and never left for an assembler.
|
5 жил өмнө |
Jonas Maebe
|
e7d1a77f9a
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
|
5 жил өмнө |
pierre
|
87bf6a4b56
Do not use .hidden for systems_wince, as is done for systems_windows
|
5 жил өмнө |
pierre
|
f71415a2de
Extend ait_ua_elf_const2str to all aitconst_XXX to fix mips/mipsel RTTI generation
|
5 жил өмнө |
Károly Balogh
|
6cc818cbe3
m68k: avoid more vlink warnings regarding changed section attributes, when the target system has no write-protected sections
|
5 жил өмнө |
nickysn
|
3d81dd0b00
* ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because now it also applies the
|
5 жил өмнө |
svenbarth
|
f150fc6b7c
* at least clang can savely generate relocatable readonly sections, so use "r" for aarch64-win64
|
5 жил өмнө |
svenbarth
|
329710f573
* use COFF sectionattrs for aarch64-win64 as well
|
5 жил өмнө |
svenbarth
|
3f62c5f5ef
+ introduce a virtual method for writing the section flags
|
5 жил өмнө |