Histórico de commits

Autor SHA1 Mensagem 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. 12 anos atrás
  nickysn 125a6a8720 * register id of (e)flags changed, so it doesn't overlap with dr0 12 anos atrás
  florian 283ff05127 * merged avx support in inline assembler developed by Torsten Grundke 13 anos atrás
  florian 4dee21c60e + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 13 anos atrás
  florian 87da67129c * rtl compilation with x86_64 binary writer fixed 19 anos atrás
  florian 588e2c38bf * dwarf branch merged 21 anos atrás
  peter e487793919 * %st is st0 in nasm 22 anos atrás
  peter 6a8d5eb25d * NEWRA branch merged 22 anos atrás