Historial de Commits

Autor SHA1 Mensaje Fecha
  florian 086ae4b999 Merge r22905 and r22906 hace 12 años
  florian 08bf826334 Merges 22828,22829 hace 12 años
  florian 9198630ce3 * fix armv7m compiler hace 12 años
  florian 1eeeb309c7 * intial armv6m support, it is not working yet, constant pool insertation and conditional branch fixup is not working yet hace 12 años
  yury d8902af3d6 * Do not replace ADD by SUB and vice-versa when overflow checking is enabled. Fixes tw15304 for ARM. hace 12 años
  Jonas Maebe 69c29a415f * pass the procdef to getintparaloc instead of only the proccalloption, so hace 12 años
  florian 47d43750e4 * remove unused units from uses statements hace 12 años
  florian 3143f0e1be * fix by Jeppe Johansen for bitscan which was broken by the last fix for normal arm code hace 13 años
  florian 1520bcc4f0 * fix bsf for armv7+ hace 13 años
  Jeppe Johansen 818b43c060 Updated localalign values, and changed the behaviour of alignment of load/stores to not break aligned half-word copies hace 13 años
  Jeppe Johansen 628d46f2d3 Fixed Bsf* functions on platforms that support RBIT hace 13 años
  Jeppe Johansen 4e84431dde Fix some optimizations which assume that there are 3 operands hace 13 años
  Jeppe Johansen a8f9b0dac4 Added initial support for the Cortex-M4F FPv4_S16 FPU hace 13 años
  Jonas Maebe 1a97e61619 * factored out fixref from handle_load_store, and handle indirect symbol hace 13 años
  florian 5facc6ad5e * BsrX(0) should return 255 instead of $ffffffff hace 13 años
  florian d67af82228 * patch by Jeppe Johansen: Thumb2-only targets don't support the BLX <label>, and have to use BL <label>, resolves #22770 hace 13 años
  florian d63ebe6464 * bsr implementation for armv5+ using clz hace 13 años
  florian 59012afe26 * better heuristics to decide when a mul by a constant shall be replaced by shift/add/sub sequences hace 13 años
  florian 2f8027c63f + more sophisticated code to optimize multiplications on arm hace 13 años
  florian 45383fd32d + a lot missing flag allocs/deallocs added hace 13 años
  florian d8161c185c + track usage of flags by using a new register RS_/NR_DEFAULTFLAGS hace 13 años
  florian 7588896775 * make use of cpuflags in the arm compiler hace 13 años
  masta aa21845cd9 Small optimization for OP_AND on ARM hace 13 años
  florian 7513291ad8 * generate different code for OS_S8 -> OS_16 conversion which might fold better, idea by Nico Erfurth hace 13 años
  masta 6529307d9e Don't emit useless AND/BICs in ARM CG hace 13 años
  florian f619a1aaf6 * fld/fst can have a base register+offset hace 13 años
  florian e81ba0f82e + make use of the armv6+ sign/zero extension instructions if appropriate hace 13 años
  florian 19ed835f2b * don't generate an extra indirection when loading vfp constants hace 13 años
  masta c16871e129 Generate better code in Tthumb2cgarm.g_flags2reg hace 13 años
  masta 57b67dfa30 Better SP adjustments on entry/exit for ARM hace 13 años