Historique des commits

Auteur SHA1 Message Date
  florian 42e54c1ad5 * max_operands needs only to be 2 on avr il y a 6 ans
  pierre 92acd38f40 Fix for bug report #34380 il y a 6 ans
  nickysn 518cdf9674 * replaced the saved_XXX_registers arrays with virtual methods inside il y a 7 ans
  nickysn ddba821561 * GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved il y a 7 ans
  nickysn 1476b5168d + added F_PL and F_MI to TResFlags for avr. This allows generating the BRPL and il y a 8 ans
  florian c86bac021b + xch instruction for avr il y a 8 ans
  Jeppe Johansen ffe67a93b4 Fix is_calljmp to include call instructions. This was breaking some optimizations previously. il y a 10 ans
  florian 40dc34b9d8 * several issues with the avr instruction table fixes, resolves issue #27963 il y a 10 ans
  florian b84657980d * make OS_INT/OS_SINT 8 Bit on avr, should work better on avr, resolves #27840 il y a 10 ans
  florian 2b9c0ef3b4 - jmp_instructions shouldn't include call/ret instructions il y a 10 ans
  Jeppe Johansen e33550b67d Added support for X,Y,and Z register aliases plus low/high forms, and post-incrementation in AVR assembler reader. il y a 11 ans
  svenbarth c48d572996 Implement support for saving and restoring address registers. il y a 11 ans
  florian d1b2a7732a + GetOffsetReg64 il y a 12 ans
  masta e327b4581c Use TRegNameTable instead of array[tregisterindex] of string[10] il y a 12 ans
  Jeppe Johansen 0087661fb5 Added FPv4_d16 FPU instructions, and a few extra registers il y a 12 ans
  florian 4dee21c60e + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added il y a 13 ans
  Jonas Maebe 708a2532fc * consistently define empty saved_mm_registers arrays as containing a single il y a 13 ans
  Jonas Maebe 85a3fd3357 + ossinttype/osuinttype defs that correspond to OS_SINT/OS_INT for use in il y a 13 ans
  Jonas Maebe ac43eb9b70 + generic implementation of ReplaceForbiddenAsmSymbolChars() instead il y a 13 ans
  florian f1f0cb033a * move ReplaceForbiddenChars to cpubase of avr so it can be used in dbgstabs as well il y a 14 ans
  florian ff5f311b34 - removed no more used constants il y a 14 ans
  pierre 37b98917e0 * Handle invalid register correctly il y a 14 ans
  florian 8d960cb608 + implementation of shifting operations for avr il y a 14 ans
  florian 86f587b02f + added more avr instructions il y a 14 ans
  florian b870a6eff5 * started to fix parameter passing il y a 14 ans
  florian dc0638c4d2 * corrected volatile registers for avr il y a 14 ans
  florian ef699b1864 + avr flag and condition handling il y a 14 ans
  florian db2600d40b + first primitive concatcopy implementation il y a 14 ans
  florian fd97ce0109 * removed some arm overlefts il y a 14 ans
  florian 26ce3cef00 * compilation fixes il y a 14 ans