Historial de Commits

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