Commit History

Autor SHA1 Mensaxe Data
  sergei 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. %!s(int64=12) %!d(string=hai) anos
  nickysn 125a6a8720 * register id of (e)flags changed, so it doesn't overlap with dr0 %!s(int64=12) %!d(string=hai) anos
  florian 283ff05127 * merged avx support in inline assembler developed by Torsten Grundke %!s(int64=13) %!d(string=hai) anos
  Jonas Maebe f7dbe6d7a6 * use a different register constant for EIP and RIP (fixes external %!s(int64=13) %!d(string=hai) anos
  florian 4dee21c60e + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added %!s(int64=13) %!d(string=hai) anos
  florian 5d243f665a * fixed <instr> reg,reg with regs>=r8 %!s(int64=19) %!d(string=hai) anos
  peter 4ace790492 * remove $Log %!s(int64=20) %!d(string=hai) anos
  florian ebcb69478f * fixed a lot of stuff for fpu/mm register variables %!s(int64=20) %!d(string=hai) anos
  fpc 50778076c3 initial import %!s(int64=20) %!d(string=hai) anos
  florian b1c8bfc478 + x86_64 pic draft %!s(int64=20) %!d(string=hai) anos
  florian 588e2c38bf * dwarf branch merged %!s(int64=21) %!d(string=hai) anos
  peter e487793919 * %st is st0 in nasm %!s(int64=22) %!d(string=hai) anos
  florian 0b48a6a3ec * x86-64 adaptions %!s(int64=22) %!d(string=hai) anos
  peter 6a8d5eb25d * NEWRA branch merged %!s(int64=22) %!d(string=hai) anos