florian
|
7e73e0dd23
+ support reading of .p2align with op code and/or max. bytes in the gas assembler reader
|
3 yıl önce |
Nikolay Nikolov
|
cdf1ceca76
* emit a weak symbol for the exception tag, since that's what the LLVM linker
|
3 yıl önce |
Nikolay Nikolov
|
8226233aa3
* introduced the tai_globaltype asm directive, use that to declare the stack
|
3 yıl önce |
Nikolay Nikolov
|
346b57e238
* tai_impexp renamed tai_export_name
|
3 yıl önce |
Nikolay Nikolov
|
83f2f7bf37
+ introduced TObjData.SymbolPairDefine, to allow custom handling of symbol
|
3 yıl önce |
Nikolay Nikolov
|
a6e75d52f7
+ introduced tai_import_module and tai_import_name that represent the
|
3 yıl önce |
florian
|
bee87583de
* avoid warnings
|
3 yıl önce |
Nikolay Nikolov
|
3022f59ff4
+ introduced ait_tagtype and tai_tagtype
|
3 yıl önce |
pierre
|
f1d30a5bc6
Add .force_thumb pseudo-directive support forarm reader
|
4 yıl önce |
nickysn
|
07c1783e24
* refactored call_indirect to use a 'functype' operand type. This type will be reused for block instructions as well.
|
4 yıl önce |
nickysn
|
8c79c1fe15
* synchronized with trunk
|
4 yıl önce |
florian
|
482698e566
+ add endsym to ConcatConstSymbol
|
4 yıl önce |
nickysn
|
578750a646
* synchronized with trunk
|
4 yıl önce |
Jonas Maebe
|
9376f5a43a
* AArch64: added SIMD instructions (only plain ARMv8-A for now)
|
4 yıl önce |
nickysn
|
5ee6e9d593
* declare end_function as an instruction, instead of a directive
|
4 yıl önce |
nickysn
|
fc96ad5afd
+ write the end_function directive
|
4 yıl önce |
nickysn
|
76f1b8cf60
+ generate the .functype directive for the llvm-mc wasm assembler
|
4 yıl önce |
nickysn
|
62cb7c2d12
* synchronized with trunk
|
5 yıl önce |
nickysn
|
62e1f516ca
[PATCH 39/83] adding local instruction
|
5 yıl önce |
nickysn
|
952f2db4a7
[PATCH 21/83] adding assembly instruction to support import/export for wasm
|
5 yıl önce |
nickysn
|
95bed362ba
[PATCH 02/83] updating common FPC sources for WASM target
|
5 yıl önce |
florian
|
84a1f614d9
* fix several double ;
|
5 yıl önce |
svenbarth
|
2b59000d56
+ implement compiler support for SEH on Win64
|
5 yıl önce |
svenbarth
|
3e29742fd9
* for PE+ specific checks use a constant in systems.pas instead of an explicit list (easier to extend this way)
|
5 yıl önce |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
5 yıl önce |
svenbarth
|
e251c8e2ab
* fix for Mantis #36174: correctly initialize secprocbits and secflags given the section type
|
5 yıl önce |
florian
|
245b58c249
+ support for arm attributes
|
5 yıl önce |
florian
|
8ecdb2e9ca
+ dwarf support for tls threadvars
|
5 yıl önce |
florian
|
16163b74ec
+ support for the gnu2 general-dynamic tls model on arm, use it instead of the gnu one as the gnu2 one can be relaxed (access optimizations by the linker)
|
5 yıl önce |
florian
|
03dfc615dc
+ new relocations for arm tls
|
5 yıl önce |