Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe 23c8f29811 * fixed bug in "subl $2,%esp; .. ; pushw mem" optimization when the il y a 25 ans
  Jonas Maebe a48a8031b8 * changed "mov reg1, reg2; mov reg2, y" optimization that caused il y a 25 ans
  Jonas Maebe f648aaf986 * small regalloc fix il y a 25 ans
  Jonas Maebe 6c09cba112 * some more allocRegBetween fixes (-al didn't function previously il y a 25 ans
  Jonas Maebe a890c59e05 * fixed bug in regUsedAfterInstruction (it didn't convert the reg il y a 25 ans
  Jonas Maebe 3555239e29 * remove dealloc/alloc of reg1 between "movl %reg1,%reg2; il y a 25 ans
  Jonas Maebe 0ab87d5ed8 * modifications to make the compiler functional when compiled with il y a 25 ans
  Jonas Maebe 958d6dacef * fix for imul optimization in popt386 (exclude top_ref as first il y a 25 ans
  Jonas Maebe 0cbad4fe45 + change "mov reg1,reg2;imul x,reg2" to "imul x,reg1,reg2" in popt386 il y a 25 ans
  peter 4a4a24b6e8 * log truncated il y a 25 ans
  Jonas Maebe 245975562b * fpuloadstore optimizations are now done before and after the CSE il y a 25 ans
  florian b2098c4de5 * some improvemenst to cmov support il y a 25 ans
  florian 332c7a568f * CMOV support in optimizer (in define USECMOV) il y a 25 ans
  Jonas Maebe d6bcb83f95 + change "lea x(reg),reg" to "add x,reg" (-dnewoptimizations) il y a 25 ans
  pierre 86058ed342 * bug fix for bug #802 il y a 26 ans
  Jonas Maebe f8e779a438 * fixed a serious memory leak il y a 26 ans
  Jonas Maebe 23d69a5126 * changed edi allocation to use getexplicitregister32/ungetregister il y a 26 ans
  peter e525797c51 * updated copyright to 2000 il y a 26 ans
  peter 972ba5215a * fixed and;jmp being translated into test;jmp il y a 26 ans
  Jonas Maebe 8272526892 * CSE of constant loading in regs works properly again il y a 26 ans
  peter ad2b1fb278 * newoptimizations define added il y a 26 ans
  peter 0512ba80fb + ttype, tsymlist il y a 26 ans
  Jonas Maebe e250138c67 + change "mov var,reg; add/shr/... x,reg; mov reg,var" to il y a 26 ans
  Jonas Maebe 7d1b3066d9 * fixed some missed optimizations because 8bit regs were not always il y a 26 ans
  Jonas Maebe 9ffa216681 * don't remove align objects between JMP's and labels il y a 26 ans
  Jonas Maebe 621cecced4 * getfinaldestination works completely again (a lot of functionality il y a 26 ans
  peter 0887060ff2 * truncated log to 20 revs il y a 26 ans
  peter 6b1ab5eb31 * procinfo is now a pointer il y a 26 ans
  florian ac20c15ef4 + fld reg;fxxx to fxxxr reg optimization il y a 26 ans
  Jonas Maebe 5fc1435036 * changed pai386, paippc and paiapha (same for tai*) to paicpu (taicpu) il y a 26 ans