Histórico de Commits

Autor SHA1 Mensagem Data
  florian 810acd82b2 * patch by J. Gareth Moreton that makes some improvements to the Peephole Optimizer for x86 and x86-64 code, as well as some cleanup with formatting, code syntax consistency, and debug messages. há 7 anos atrás
  florian 10ea652493 * fix for #32576 há 7 anos atrás
  florian 93353d8d79 * typo há 7 anos atrás
  florian 674398c5a5 * i8086 compilation fixed after r37572 há 7 anos atrás
  florian 73fda1ccb6 * factored out OptPass1Sub há 7 anos atrás
  florian 4da4b768ec * factored out PostPeepholeOptTest há 7 anos atrás
  florian 3097eaf8ee * made PostPeepholeOptMov a function há 7 anos atrás
  florian a7ea7fb569 * factored out PostPeepholeOptCmp há 7 anos atrás
  nickysn 80226e3af4 + added an optimization pass, that optimizes x86 references há 8 anos atrás
  florian ce7487b7de o patch by J. Gareth "Kit" Moreton, resolves partially issue #32037 há 8 anos atrás
  florian 15b617546e + call TX86AsmOptimizer.OptPass1VOP for logical operations as well há 8 anos atrás
  florian 05ecd784f2 * factored out OptPass1LEA and use it for x86-64 as well há 8 anos atrás
  florian 22956c4393 + TX86AsmOptimizer.OptPass1OP há 8 anos atrás
  florian c83e6991d5 * properly check number of operands há 8 anos atrás
  yury 884cb758e7 * Ensure the number of operands is 2 for MOVXX instructions in OptPass1MOVXX. Otherwise the classic MOVSD/W/B no-operand instructions (REP MOVSX) cause AV during checks of operands. The AV is thrown when trying to compile ucomplex.pp with -Cfsse3. há 8 anos atrás
  florian 3c5ec4e76c * allocate register correctly for "MovMov2Mov 2" há 8 anos atrás
  florian 1ffdf02b94 + Ch_*Op4 há 8 anos atrás
  florian 0f16f6d94d + OptPass1MOVXX há 8 anos atrás
  florian 535c990233 + OptPass1MOVAP há 8 anos atrás
  florian 3ade6ae9b8 + Mov2Nop optimization há 8 anos atrás
  florian f4a29bb75d * moved InstructionLoadsFromReg and RegReadByInstruction from TCpuAsmOptimizer (i386) to TX86AsmOptimizer há 8 anos atrás
  florian f93b784895 * make fullcycle for i8086 fixed há 8 anos atrás
  florian 52d3756c26 * factored out OptPass1Movx and merged i386 and x86-64 version há 8 anos atrás
  florian 06c4c651fd * factored out PrePeepholeOptSxx há 8 anos atrás
  florian 74b338266d * ifdef cmov optimization, as i8086 has no cpu_capabilities há 8 anos atrás
  florian f8d517be70 * make TX86AsmOptimizer.IsExitCode usable for x86-64 as well há 8 anos atrás
  florian 4a43d992f5 * unified usage of MatchOpType há 8 anos atrás
  florian 7afe762d22 * factored out OptPass2Jcc assembler optimization há 8 anos atrás
  florian e3f0b338d4 * SkipLabels moved to aoptutils há 8 anos atrás
  florian f985971a62 * apply mov reg1, mem1; cmp x, mem1 to mov reg1, mem1; cmp x, reg1 also for test há 8 anos atrás