Histórico de Commits

Autor SHA1 Mensagem Data
  florian 2ea6979277 * handle Movzl/Op/Mov optimization correctly, resolves #23431 há 12 anos atrás
  florian df01717c38 * mov x, %treg; mov %treg, y might be only optimized if y does not use treg há 13 anos atrás
  Jonas Maebe dd03bc3e66 * i386 version of fix from r21113 há 13 anos atrás
  florian a6b2fcfe22 * fixes breakage of r17766, should resolve #19598 há 14 anos atrás
  florian b00a610aec * optimize andb/w const,reg andw/l const,reg sequences as well há 14 anos atrás
  Jonas Maebe d10f46ec59 * skip instructions containing a reference with a segment prefix (fixes há 14 anos atrás
  Jonas Maebe 8f22a5d224 * perform simple imul->lea transformations also for Pentium 3-class target há 15 anos atrás
  Jonas Maebe ffc9e07275 * only don't perform the complex mul->lea optimizations for the Pentium3 há 15 anos atrás
  Jonas Maebe 7d459cf12a * the compiler now explicitly keeps track of the minimally guaranteed há 16 anos atrás
  Jonas Maebe 7bfe1f7865 * fixed indentation há 17 anos atrás
  florian e27937106f - removed obsolete USECMOV define há 17 anos atrás
  yury 491f0fa1d8 * Replaced all user defined warnings by TODO comments to reduce compiler noise. há 17 anos atrás
  yury fd0ed50331 * Removed/commented more unused variables. há 17 anos atrás
  Jonas Maebe 3b72bf98b0 * fixed short/smallint add/sub peephole in case of operations with há 17 anos atrás
  Jonas Maebe a3b877247c * don't perform call/jmp into push/jmp in case we're generating há 17 anos atrás
  daniel 459382faa8 + Teach peephole optimizer the cmc/adc trick I used in int_str. há 17 anos atrás
  peter cbac667753 * check for eax,edx,ecx,ebx that support 8,16 bit registers in shortint add/sub peephole há 18 anos atrás
  peter fcb37c4fa4 * peephole added for non-longint:=non-longint+X há 18 anos atrás
  florian c219b1f753 * fixed/enabled andl/addl/... xx,reg1 orl reg1,reg1 setxx/jxx/cmovxx optimization há 18 anos atrás
  Jonas Maebe 20206500aa * don't change a sequence of shifts and sub/adds into a lea() in case há 18 anos atrás
  daniel c23bbe24bf + Add peoplehole optimization to optimize "smallset+[x]" and "smallset-[x]". há 18 anos atrás
  florian 85d63d9fa9 * settings refactored há 19 anos atrás
  Jonas Maebe 01cf70d354 * don't change "mov const,ref; mov ref,reg" into "mov const,reg; mov reg,ref" há 19 anos atrás
  peter b7fe6797bf Merged revisions 2921-2922,2925 via svnmerge from há 19 anos atrás
  peter d8dc5679e3 * aktcputype and aktoptimizecputype was missing in the previous optimization commits há 19 anos atrás
  peter b6e35a200e * rewrite of optimizer options há 19 anos atrás
  peter 785550d7e3 Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,2722-2723,2728-2730,2740,2769 via svnmerge from há 19 anos atrás
  peter 5ac78d1ec3 * fix range error há 19 anos atrás
  daniel e138c9c081 + Add nice little peephole trick há 19 anos atrás
  Jonas Maebe a68ca7eb2a * fixed web bug #4768 + test há 19 anos atrás