提交历史

作者 SHA1 备注 提交日期
  Jonas Maebe d99d1f1f30 * let the ARM code generator use the generic tcg.a_load_ref_cgpara() instead 6 年之前
  florian 9f16c34329 + initial work for tls-based threadvar support on arm-linux 6 年之前
  yury 2b459b30d2 * Optimized generic implementations of tcg.a_op_const_ref() and tcg.a_op_reg_ref() for PIC and CPUs which need 2 or more instructions to load a symbol's value by reference. 6 年之前
  florian 3c69f9a066 + basic infrastructure to generate code for floating point exception 7 年之前
  Jonas Maebe d69ad8fa41 * removed temppos field again from parameter locations: they're not allocated 7 年之前
  Jonas Maebe 4686f61002 * keep track of the temp position separately from the offset in references, 7 年之前
  nickysn 518cdf9674 * replaced the saved_XXX_registers arrays with virtual methods inside 7 年之前
  florian f08d3fdf8f * moved execution weight calculation into a separate pass, so the info is available already available before the code generation pass if needed 7 年之前
  florian d86ffb9bfb + tcg.a_op_loc_reg 7 年之前
  pierre c63981e5b5 Fix msdos failure due to copy/paste error in previous commit 7 年之前
  florian 010a6f5016 + shift by 8 and 16 on 8 and 16 bit cpus by simple register moves 7 年之前
  florian f0c237a159 + let a_load_loc_reg handle also LOC_*MMREGISTER as we have loadmm_*intreg* 7 年之前
  florian 9ef646e3c5 * fix avr for new GetNextReg behaviour 7 年之前
  nickysn c8b351fb67 + added check in GetNextReg(), so it halts with an internal error, if called on 7 年之前
  nickysn db09759763 * also integrated the getnextreg() implementation for 8-bit and 16-bit alus from 7 年之前
  nickysn cf28b202eb * integrated the getintregister() implementation for 8-bit and 16-bit alus from 7 年之前
  nickysn ddba821561 * GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved 7 年之前
  florian 4d5a94644f * do not call a_load_reg_reg with tosize=OS_NO 8 年之前
  florian 99ce914a61 * fix tcg.a_load_cgparaloc_ref for ref. sizes of 7 on little endian systems 8 年之前
  florian 4a54a88cca + implement tcg.a_load_cgparaloc_ref for un-even sizes and little endian systems as well 8 年之前
  florian 43b017bde0 * tcg.a_load_cgparaloc_ref checks the size of the ref exactly to avoid overwriting of adjacent data 8 年之前
  florian bccc2f6863 + tcg.a_loadfpu_intreg_reg, make use of it in tcg.a_load_cgparaloc_anyreg 8 年之前
  florian b1dff29cbf * removed unused units 8 年之前
  nickysn e79f49a2b4 + mask only the low bits that matter for the const of OP_ROL and OP_ROR in 8 年之前
  nickysn 9a1812dfd9 + optimize OP_XOR by 0 to OP_NONE in optimize_op_const 8 年之前
  nickysn 9187825e3a * fixed tnegnotassign1.pp on powerpc and other RISC cpus 8 年之前
  Jonas Maebe a25ebbba3e + added volatility information to all memory references 8 年之前
  Jonas Maebe aa1be3276f - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 9 年之前
  Jonas Maebe 1cb8c0d00c * specify the def of assembler level symbols defined via 9 年之前
  Jonas Maebe a5dba44fd3 * fixed sign extension for unaligned loads (mantis #29891, although that 9 年之前