J. Gareth "Curious Kit" Moreton
|
90e0b426ef
* SkipInstr now includes ait_align
|
1 年之前 |
Nikolay Nikolov
|
cf21365a21
* fixed and enabled the is_pascal_goto_target check
|
1 年之前 |
Nikolay Nikolov
|
c48a8ad31f
+ added ait_wasm_structured_instruction to the SkipLineInfo set
|
1 年之前 |
Nikolay Nikolov
|
df2488ea6e
* shorten the string for ait_wasm_structured_instruction in taitypestr to fit in string[24]
|
1 年之前 |
Nikolay Nikolov
|
dec6255a19
+ introduced classes for WebAssembly structured form of instructions
|
1 年之前 |
Nikolay Nikolov
|
da2649fade
+ added wasm32-specific flag tai_label.is_pascal_goto_target
|
2 年之前 |
ccrause
|
a135940cf5
Mark .noinit section with nobits flag.
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
94c87243ca
* Reference counts are now properly incremented on duplicated taicpu objects
|
3 年之前 |
Jonas Maebe
|
8817e896db
Add missing reference increases for ait_jvar labels
|
3 年之前 |
Jonas Maebe
|
ac89cfc6c7
aasmtai: added tai_string.Create(ansistring)
|
3 年之前 |
florian
|
0ae45bd2cf
+ AVR: track flag usage
|
3 年之前 |
ccrause
|
738a0a35de
Add section directive for subroutines for embedded and freertos systems.
|
3 年之前 |
florian
|
7e73e0dd23
+ support reading of .p2align with op code and/or max. bytes in the gas assembler reader
|
3 年之前 |
Nikolay Nikolov
|
cdf1ceca76
* emit a weak symbol for the exception tag, since that's what the LLVM linker
|
3 年之前 |
Nikolay Nikolov
|
8226233aa3
* introduced the tai_globaltype asm directive, use that to declare the stack
|
3 年之前 |
Nikolay Nikolov
|
346b57e238
* tai_impexp renamed tai_export_name
|
3 年之前 |
Nikolay Nikolov
|
83f2f7bf37
+ introduced TObjData.SymbolPairDefine, to allow custom handling of symbol
|
3 年之前 |
Nikolay Nikolov
|
a6e75d52f7
+ introduced tai_import_module and tai_import_name that represent the
|
3 年之前 |
florian
|
bee87583de
* avoid warnings
|
3 年之前 |
Nikolay Nikolov
|
3022f59ff4
+ introduced ait_tagtype and tai_tagtype
|
3 年之前 |
pierre
|
f1d30a5bc6
Add .force_thumb pseudo-directive support forarm reader
|
4 年之前 |
nickysn
|
07c1783e24
* refactored call_indirect to use a 'functype' operand type. This type will be reused for block instructions as well.
|
4 年之前 |
nickysn
|
8c79c1fe15
* synchronized with trunk
|
4 年之前 |
florian
|
482698e566
+ add endsym to ConcatConstSymbol
|
4 年之前 |
nickysn
|
578750a646
* synchronized with trunk
|
4 年之前 |
Jonas Maebe
|
9376f5a43a
* AArch64: added SIMD instructions (only plain ARMv8-A for now)
|
4 年之前 |
nickysn
|
5ee6e9d593
* declare end_function as an instruction, instead of a directive
|
4 年之前 |
nickysn
|
fc96ad5afd
+ write the end_function directive
|
4 年之前 |
nickysn
|
76f1b8cf60
+ generate the .functype directive for the llvm-mc wasm assembler
|
5 年之前 |
nickysn
|
62cb7c2d12
* synchronized with trunk
|
5 年之前 |