Commit History

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