提交历史

作者 SHA1 备注 提交日期
  florian 490c431bf9 * make use of not_zero in tbasecgarm.a_bit_scan_reg_reg 7 月之前
  florian b2f6214b33 + a_bit_scan_reg_reg gets a flag if src cannot be zero: this simplifies the generated code 7 月之前
  florian bea36238e7 * generate fmrx instruction only if the cpu has the vfp extension, resolves #40985 11 月之前
  florian f49da05633 * unified g_concatcopy_move 1 年之前
  florian c87213085f * overflow checking for generic abs(<int64>) 1 年之前
  florian a71cc71585 + function needs_check_for_fpu_exceptions to unify fpu exception handling 1 年之前
  florian be401422fd * more warnings after last commit fixed 2 年之前
  florian 2a93e65511 * seperator => separator 3 年之前
  florian 356afdd25b * ARM (thumb): do not save registers in routines marked as noreturn 4 年之前
  florian 3f8aeadb91 * do not generate exit code for arm (thumb and thumb-2) if a routine is marked as noreturn 4 年之前
  florian 695665c393 + optimized multiplication for "symmetric" bit patterns on arm 4 年之前
  florian 09d6398942 * arm: better cfi 4 年之前
  florian e694897bb3 * initial implementation of CFI support for arm (non-thumb) 4 年之前
  florian a3d68e6839 * arm thumb: generate proper cfi 4 年之前
  florian 0316a7697f * arm thumb1: several fixes for the internal assembler writer 4 年之前
  florian dda9f83dfe * factored out tbasecgarm.init_mmregister_allocator 4 年之前
  florian 87e1dc159d * do not mess with FPA registers if they are not available 4 年之前
  florian 3b49e95415 * do not initialize unncessary register allocators 4 年之前
  florian 637976e83f * patch by Marģers to unify internal error numbers, resolves #37888 5 年之前
  Jonas Maebe e7d1a77f9a * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS 5 年之前
  florian 497ff94cb0 + fpu_fpv4_sp_d32 5 年之前
  Jonas Maebe 1e3f72403e * renamed getintparaloc to getcgtempparaloc 5 年之前
  florian 29bdbdba95 * reduce amount of software floating point exception checking, VSTR, VMOV, VLDR do not raise those 6 年之前
  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) 6 年之前
  florian 03dfc615dc + new relocations for arm tls 6 年之前
  florian ba0768b6a6 * building with -Cfvfpv2 hopefully fixed 6 年之前
  florian 867df5362c + basic Neon support in the assembler writer 6 年之前
  florian 85edf1c1eb * reworked arm vfp capability handling to use fpu_capabilites 6 年之前
  florian 99f92ce5dd * insert FPC_THROWFPUEXCEPTION call into the correct assembler list 6 年之前
  florian 46bac33a2d + fpu_capabilities for arm 6 年之前