florian
|
4ccc75e2e8
+ be able to specify endianess in the assembler command line
|
9 년 전 |
Jonas Maebe
|
110a5642c0
- removed ait_weak/tai_weak, and replaced it with the previously existing
|
9 년 전 |
florian
|
37cb35d780
+ support for the .code directive in arm inline assembler
|
9 년 전 |
nickysn
|
995ca4fb12
+ implemented the 'SEG @DATA' inline assembler directive for i8086
|
9 년 전 |
nickysn
|
bb47eb4a2a
+ support aitconst_seg in the i8086 internal assembler as well
|
9 년 전 |
pierre
|
90ff332b49
Add -Aas-sol to use native Solaris assembler
|
9 년 전 |
Jonas Maebe
|
0ebee6a825
* enabled assembling via a pipe for clang
|
9 년 전 |
Jonas Maebe
|
7c594b0288
+ added support for using Clang as an assembler, and make it the default
|
9 년 전 |
Jonas Maebe
|
8155d759dc
- reverted r31806, it breaks building on non-Darwin (mantis #28716)
|
10 년 전 |
Jonas Maebe
|
c0b451e788
- removed as_darwin, since there is no difference with as_gas (there is no
|
10 년 전 |
Jonas Maebe
|
ff4847f685
* also write out the assembler invocation when using pipes
|
10 년 전 |
yury
|
432248cbf1
* Removed lot of unused vars.
|
10 년 전 |
Jonas Maebe
|
839482751d
* when generating code for a pure assembler routine with LLVM, instantiate
|
10 년 전 |
Jonas Maebe
|
55e84df094
+ GetExternalAssemblerWithAsmInfoWriter() to get a GNU-style external
|
10 년 전 |
Jonas Maebe
|
991e1f49bd
* store a pointer to the used tasminfo record in every assembler writer, so
|
10 년 전 |
Jonas Maebe
|
4bb82b0a3f
- removed unused OnlyAsm procedure
|
10 년 전 |
Jonas Maebe
|
e1f78cb774
* added decorator support to the external assembler writers so the LLVM
|
10 년 전 |
Jonas Maebe
|
b3d0197f98
* factored out the output file handling (mostly writing data) from the
|
10 년 전 |
nickysn
|
4a855b140a
+ support mixing initialized and bss data in the same object section (only in
|
10 년 전 |
nickysn
|
046a4e4114
* allow using a TObjSymbol subclass via using a "class of" type
|
10 년 전 |
nickysn
|
d204aaab72
* refactored "ar" object writer creation in the internal assembler to allow
|
10 년 전 |
nickysn
|
cebd3de630
+ added unit owomflib (empty for now), which is going to contain the internal
|
10 년 전 |
nickysn
|
7315175c32
* keep the proper original section name and order (and not just the type) of the
|
10 년 전 |
nickysn
|
f66d8cfb7f
* create normal object files, instead of using the internal "ar" writer in TInternalAssembler.writetreesmart in case the af_needar flag is set on an internal assembler
|
10 년 전 |
nickysn
|
3840db5457
* handle aitconst_farptr with a constant (nil) directly in the internal asm
|
10 년 전 |
nickysn
|
393b9b54a8
+ handle aitconst_farptr in the internal asm writer as a new relocation type (RELOC_FARPTR)
|
10 년 전 |
Jeppe Johansen
|
e2272c8a7e
Added aitconst_gs for AVR pointer references to Flash.
|
10 년 전 |
Jonas Maebe
|
bd203a5b57
* synchronised with trunk till r30240
|
10 년 전 |
Jeppe Johansen
|
60f24739fc
Fixed typo
|
10 년 전 |
Jeppe Johansen
|
2bcef2daee
Fix break caused by r30233
|
10 년 전 |