summaryrefslogtreecommitdiff
path: root/compiler/aggas.pas
Commit message (Expand)AuthorAgeFilesLines
* * synchronized with trunknickysn2021-01-241-1/+0
|\
| * * Removed/ifdefed lots of unused variables.yury2021-01-241-1/+0
* | * system identifier system_wasm32_wasm renamed system_wasm32_embeddednickysn2021-01-241-1/+1
* | * fixed call_indirect for the llvm-mc asm writernickysn2021-01-021-34/+39
* | + introduced the TWasmFuncType class - used to hold a Wasm function signaturenickysn2021-01-021-8/+16
* | * synchronized with trunknickysn2020-11-071-0/+1
|\ \ | |/
| * i386-go32v2 also does not support progbits, as other COFF targetspierre2020-10-301-0/+1
* | + emit .type directives for ait_symbolpair on targets that have tf_needs_symb...nickysn2020-09-291-0/+14
* | + handle exports in the llvm-mc wasm32 assembler writernickysn2020-09-281-3/+12
* | * declare end_function as an instruction, instead of a directivenickysn2020-09-111-2/+0
* | * fix for the wasm section directive writingnickysn2020-09-111-0/+5
* | + write the end_function directivenickysn2020-09-111-0/+2
* | * group tai_local directives, so that they are output as a single directive w...nickysn2020-08-261-7/+6
* | + generate the .functype directive for the llvm-mc wasm assemblernickysn2020-08-261-0/+34
* | + first attempt at writing the .local WASM directivenickysn2020-08-261-1/+11
* | + write the global procedures/functions in the llvm-mc assembler writernickysn2020-08-261-0/+12
|/
* * ait_comment,ait_regalloc,ait_tempalloc,ait_varloc instructions produce only...yury2020-08-221-33/+2
* * ait_varloc instructions are handled and removed by Trgobj.translate_registe...yury2020-08-221-10/+0
* * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOSjonas2020-07-101-2/+3
* Do not use .hidden for systems_wince, as is done for systems_windowspierre2020-07-101-1/+1
* Extend ait_ua_elf_const2str to all aitconst_XXX to fix mips/mipsel RTTI gene...pierre2020-07-021-6/+7
* m68k: avoid more vlink warnings regarding changed section attributes, when th...karoly2020-05-231-2/+4
* * ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because ...nickysn2020-04-261-29/+29
* * at least clang can savely generate relocatable readonly sections, so use "r...svenbarth2020-04-211-1/+4
* * use COFF sectionattrs for aarch64-win64 as wellsvenbarth2020-04-211-1/+1
* + introduce a virtual method for writing the section flagssvenbarth2020-04-211-10/+20
* * rename the local sectionflags and sectionprogbits variables to the more cle...svenbarth2020-04-211-12/+12
* * Windows on AArch64 does not support ProgBits eithersvenbarth2020-04-211-1/+2
* + initial support for arm-freertos largely based on patch by Michael Ringflorian2020-04-191-1/+1
* m68k-amiga: hack to avoid a linker (vlink) warning about merging sections wit...karoly2020-04-171-0/+4
* * do not write section flags/progbits for .data, .rodata .data.norel as the...florian2019-11-091-4/+9
* * fix compilation on PE/COFF based systems with GNU AS as there the progbits ...svenbarth2019-11-011-23/+43
* * fixed compilation for Darwin and AIX after addition of section attributesjonas2019-10-201-3/+13
* + support for arm attributesflorian2019-10-091-16/+37
* + dwarf support for tls threadvarsflorian2019-10-051-0/+15
* + support for the gnu2 general-dynamic tls model on arm, use it instead of th...florian2019-10-051-0/+5
* + new relocations for arm tlsflorian2019-10-051-0/+12
* * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/jonas2019-07-071-9/+31
* + Encode(U/S)leb128 take now a third parameter to force that the constant has...florian2019-06-201-3/+3
* * synchronised with trunk till r42095jonas2019-05-181-2/+14
|\
| * * don't double-define function aliases for Darwin defined via ".set" directivejonas2019-05-181-2/+14
* | * synchronised with trunk till r42049jonas2019-05-121-4/+6
|\ \ | |/
| * * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-4/+6
* | + support for generating Dwarf CFI using .cfi_* directivesjonas2019-03-031-1/+39
* | + gcc_except_table sectionflorian2019-02-101-3/+6
|/
* + initial work for tls-based threadvar support on arm-linuxflorian2018-11-071-3/+12
* + new fields for more precise control of alignmentflorian2018-11-011-8/+28
* * GAS readers and writers can handle section flagsflorian2018-10-201-51/+81
* Merged riscv_new branchflorian2018-09-261-1/+1
* palmos: no .rodata section here eitherkaroly2018-01-041-1/+1