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 d8ef5aa3c4 * mkx86reg.pp updated to support i8086 %!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
  pierre b2608f326e Fix error in final output %!s(int64=13) %!d(string=hai) anos
  pierre 9598baa179 Use out untyped parameter to avoid warnings %!s(int64=13) %!d(string=hai) anos
  pierre cdd4b0297a * Show usage and halt with error if unknown parameters are given %!s(int64=14) %!d(string=hai) anos
  pierre 73b1fa667c * use dwarf64 numbers for x86_64 stabs registers %!s(int64=15) %!d(string=hai) anos
  peter d07f470b71 * remove ifdef fpc %!s(int64=19) %!d(string=hai) anos
  florian f378d688d4 * fixed reading of registers in intel assembler mode on x86-64 %!s(int64=19) %!d(string=hai) anos
  florian 21ae782854 * fixed more xmm stuff %!s(int64=20) %!d(string=hai) anos
  fpc 790a4fe2d3 * log and id tags removed %!s(int64=20) %!d(string=hai) anos
  fpc 50778076c3 initial import %!s(int64=20) %!d(string=hai) anos
  peter e417e34496 * truncate log %!s(int64=20) %!d(string=hai) anos
  florian 588e2c38bf * dwarf branch merged %!s(int64=21) %!d(string=hai) anos
  peter 1367e342db * reg allocations for imaginary register are now inserted just %!s(int64=21) %!d(string=hai) anos
  florian 88a3541c80 * x86_64 support; turn on by passing x86_64 %!s(int64=22) %!d(string=hai) anos
  peter 6a8d5eb25d * NEWRA branch merged %!s(int64=22) %!d(string=hai) anos