Jonas Maebe
|
47812c8a3d
* don't double-define function aliases for Darwin defined via ".set" directive
|
6 years ago |
Jonas Maebe
|
1b6425176b
* synchronised with trunk till r42049
|
6 years ago |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 years ago |
Jonas Maebe
|
3fa6838815
* basic llvm metadata support
|
6 years ago |
Jonas Maebe
|
a0f850d57f
* synchronised with trunk till r41885
|
6 years ago |
Jeppe Johansen
|
2b78a8fd3d
- Add support for .option directive in riscv assembler.
|
6 years ago |
Jonas Maebe
|
5d28e2156b
+ support for generating Dwarf CFI using .cfi_* directives
|
6 years ago |
Jonas Maebe
|
ac883969a9
* synchronised with trunk till r41423
|
6 years ago |
pierre
|
d4e059bd41
Fix bug report #35065 using provided patch by J. Gareth Moreton
|
6 years ago |
Jonas Maebe
|
8eb07ed7b1
* add support for custom calling conventions to LLVM function declarations
|
6 years ago |
Károly Balogh
|
1d7486748a
tabs to spaces cleanup. no functional change
|
6 years ago |
florian
|
9f16c34329
+ initial work for tls-based threadvar support on arm-linux
|
6 years ago |
florian
|
a092da723a
+ new fields for more precise control of alignment
|
6 years ago |
florian
|
64e8557180
+ introduce tai_align_abstract.create_max which limits the maximal number of bytes being inserted for alignment
|
6 years ago |
florian
|
0cc3be49fa
* GAS readers and writers can handle section flags
|
6 years ago |
Jeppe Johansen
|
29ea4ed07d
Add rounding mode operands.
|
7 years ago |
Jeppe Johansen
|
f781c8942e
Write real atomic operations, and add memory barrier operations.
|
7 years ago |
tg74
|
867d145e50
support vector operand bcst,{sae},{er} + k-register
|
7 years ago |
tg74
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
florian
|
4f5f3c4a09
+ support for vmov.xx vreg,#imm on arm
|
7 years ago |
nickysn
|
61e6d2afec
+ introduce asd_omf_linnum_line directives; they will be used for writing LINNUM
|
7 years ago |
nickysn
|
2cee948b72
+ support segment overrides in inline asm references to local variables or parameters on x86
|
7 years ago |
florian
|
3b779278e2
+ (slightly) patch by Emelyanov Roman to add support of SEH directive in FPC internal assembler with INTEL syntax, resolves #29894
|
7 years ago |
nickysn
|
44e29debee
+ introduce tai_const.Createname_near and .Createname_far on i8086
|
7 years ago |
svenbarth
|
d50848174a
+ add putboolean and getboolean convenience methods to tentfile
|
7 years ago |
nickysn
|
2af5c9d508
* changed type used for section alignment from byte/shortint to longint, so the
|
7 years ago |
nickysn
|
67a0e9bdae
+ added x86 helper function get_default_segment_of_ref, which returns the
|
7 years ago |
nickysn
|
baf492c7a5
+ another helper function: x86_parameterized_string_op_param_count
|
7 years ago |
nickysn
|
4c75b15afe
* shortened the names of the is_x86_string_instruction_op,
|
7 years ago |
nickysn
|
2f28768d2d
* simplify some code, by using is_x86_parameterized_string_instruction_op
|
7 years ago |