Histórico de Commits

Autor SHA1 Mensagem Data
  nickysn 15cdc6b856 * fix for the wasm section directive writing há 5 anos atrás
  nickysn fc96ad5afd + write the end_function directive há 5 anos atrás
  nickysn 35e83d5524 * group tai_local directives, so that they are output as a single directive with comma separated types há 5 anos atrás
  nickysn 76f1b8cf60 + generate the .functype directive for the llvm-mc wasm assembler há 5 anos atrás
  nickysn f95d35340c + first attempt at writing the .local WASM directive há 5 anos atrás
  nickysn 2d39ddf85e + write the global procedures/functions in the llvm-mc assembler writer há 5 anos atrás
  yury 6e777d8967 * ait_comment,ait_regalloc,ait_tempalloc,ait_varloc instructions produce only comments in the external assembler output. Moved handling of these instructions to TExternalAssembler.WriteComments(). há 5 anos atrás
  yury 5ec489c018 * ait_varloc instructions are handled and removed by Trgobj.translate_registers() and never left for an assembler. há 5 anos atrás
  Jonas Maebe e7d1a77f9a * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS há 5 anos atrás
  pierre 87bf6a4b56 Do not use .hidden for systems_wince, as is done for systems_windows há 5 anos atrás
  pierre f71415a2de Extend ait_ua_elf_const2str to all aitconst_XXX to fix mips/mipsel RTTI generation há 5 anos atrás
  Károly Balogh 6cc818cbe3 m68k: avoid more vlink warnings regarding changed section attributes, when the target system has no write-protected sections há 5 anos atrás
  nickysn 3d81dd0b00 * ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because now it also applies the há 5 anos atrás
  svenbarth f150fc6b7c * at least clang can savely generate relocatable readonly sections, so use "r" for aarch64-win64 há 5 anos atrás
  svenbarth 329710f573 * use COFF sectionattrs for aarch64-win64 as well há 5 anos atrás
  svenbarth 3f62c5f5ef + introduce a virtual method for writing the section flags há 5 anos atrás
  svenbarth b5a4f8837c * rename the local sectionflags and sectionprogbits variables to the more clear usesectionflags and usesectionprogbits há 5 anos atrás
  svenbarth 3b1d5794e9 * Windows on AArch64 does not support ProgBits either há 5 anos atrás
  florian 8ac8c79a71 + initial support for arm-freertos largely based on patch by Michael Ring há 5 anos atrás
  Károly Balogh 56ad37133e m68k-amiga: hack to avoid a linker (vlink) warning about merging sections with different flags together. Amiga doesn't support true read only sections anyway há 5 anos atrás
  florian 40bbb28fd2 * do not write section flags/progbits for .data, .rodata .data.norel as the compiler will ignore them anyways and warn about it há 5 anos atrás
  svenbarth f481587bee * fix compilation on PE/COFF based systems with GNU AS as there the progbits are not supported há 5 anos atrás
  Jonas Maebe e3c6ef21d1 * fixed compilation for Darwin and AIX after addition of section attributes há 5 anos atrás
  florian 245b58c249 + support for arm attributes há 5 anos atrás
  florian 8ecdb2e9ca + dwarf support for tls threadvars há 5 anos atrás
  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) há 5 anos atrás
  florian 03dfc615dc + new relocations for arm tls há 5 anos atrás
  Jonas Maebe 3fee990218 * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ há 6 anos atrás
  florian 1ed0000ae8 + Encode(U/S)leb128 take now a third parameter to force that the constant has a certain minimum size há 6 anos atrás
  Jonas Maebe 9e9a982bfe * synchronised with trunk till r42095 há 6 anos atrás