Commit History

Author SHA1 Message Date
  florian 2890927b10 * MovMov2MovMov1 requires that the allocation of the first register is extended 9 years ago
  Jonas Maebe cf6c7a0a1d * missing instruction type check 9 years ago
  florian 7f44774852 * i386 uses OptPass1And from aoptx86 9 years ago
  florian ff506eb219 * enabled And2Test optimization 9 years ago
  florian a5fc8b629a * factored out OptPass1AND from x86-64 and moved it to aoptx86 9 years ago
  florian 5e8e21c1be * factored out OpPass2MOV code, x86-64 uses it as well now 9 years ago
  florian 6609e8def2 * correctly set the size of the operation when carrying out Mov Op Mov optimizations 9 years ago
  florian b274599a47 * made some assembler optimizer methods class methods 9 years ago
  florian e56147ac6e * integrated mov op mov -> op optimization in aoptx86 9 years ago
  florian 9ed6638baa * moved MovAnd2Mov optimization to aoptx86 9 years ago
  florian dfe41db13f * call GetNextInstruction only once when carrying out mov optimizations 9 years ago
  florian ba54f7243e * moved all i386 mov peephole optimization code into OptPass1MOV 9 years ago
  florian 20807f4148 * factored out V<Op> optimizations into OptPass1VOP 9 years ago
  florian bd54a11f1c + TX86AsmOptimizer.OptPass1VMOVAP for i386 and x86-64 9 years ago
  florian ec92bc3390 * case of identifiers fixed 9 years ago
  florian 3c2dab9878 * i386 peephole assembler uses largely the common peephole optimizer infrastructure, the resulting code is besides a few improvements the same 9 years ago
  florian c40240990e * popt386 uses now also all routines of aoptx86 10 years ago
  florian 53ea4fb7d4 * unify x86 peephole optimizer helpers 10 years ago