Histórico de Commits

Autor SHA1 Mensagem Data
  nickysn 1f8a9c708e * use RegistersInterfere instead of SuperRegistersEqual in TAoptBase.RegInOp and TAoptBase.RegInRef há 5 anos atrás
  nickysn 531cc0ab0d + introduced TAOptBase.RegistersInterfere (which might not always be equivalent to SuperRegistersEqual) há 5 anos atrás
  nickysn 5947adcd7b + added a correct implementation of TAOptBase.SuperRegistersEqual for the Z80 há 5 anos atrás
  florian 872c22842e * do prefetching correctly há 5 anos atrás
  Jonas Maebe ebd674d40e * fixed TAOptBase.SkipEntryExitMarker() not initialising out parameter in há 5 anos atrás
  florian 7e6eeebdf0 o patch by J. Gareth Moreton, seeks to improve maintainability, safety and efficiency há 5 anos atrás
  florian 59d300fc6e * optimize TAOptBase.SuperRegistersEqual há 5 anos atrás
  florian 9230ae5aab o overhaul-base.patch by J. Gareth Moreton, base for further patches há 6 anos atrás
  florian 7f286eb54e + define cpudelayslot: set during compiler compilation for CPUs having branch instructions with delay slot (MIPS, SPARC) há 8 anos atrás
  florian f4718c0969 * made nop handling generic for sparc, so it is used by sparc64 as well há 8 anos atrás
  florian b1dff29cbf * removed unused units há 8 anos atrás
  nickysn 9b7a8f0da5 + take into account the x86 segment register in TAOptBase.RegInRef há 8 anos atrás
  florian bc73d0914e * TAOptBase.RegInRef compares using SuperRegistersEqual as TAOptBase.RegInOp does for top_reg already há 8 anos atrás
  florian e6cea6622e * when checking if a register is used by an operand, compare the super registers há 8 anos atrás
  florian b274599a47 * made some assembler optimizer methods class methods há 9 anos atrás
  florian cfd49ec708 + TAOptBase.SuperRegistersEqual há 9 anos atrás
  florian 8b4a392863 * compilation fixed há 9 anos atrás
  florian 5aabe71aee * better throw an internalerror in TAoptBase.RegLoadedWithNewValue instead of trying to make a safe approximation há 9 anos atrás
  florian 1266491085 o refactored some peephole optimizer code: há 9 anos atrás
  Jonas Maebe 3c7ad95f7d * simplified RegInInstruction() and fixed range errors há 11 anos atrás
  sergei a5ae26da7e * Moved SkipEntryExitMarker method from ARM optimizer to the base one, since it is not target-dependent. Now it can be reused by other targets. há 12 anos atrás
  sergei 1c84c3edbf * Fixed label optimizer to work with MIPS, and enabled level 1 optimization for MIPS targets. há 12 anos atrás
  florian ca5078f9cf + RegModifiedBetween há 13 anos atrás
  florian 0c08ae8553 + RegUsedBetween há 13 anos atrás
  masta 9825fbf554 Support top_shifterop and top_regset for arm in RegInOp há 13 anos atrás
  florian d4c120cb34 * fix comment so it does not confuse lazarus há 13 anos atrás
  florian 748694a325 * fixes some issues with reg. allocation information há 13 anos atrás
  florian 2a6a4831ea * basics for generic register usage information há 13 anos atrás
  florian 2f5ce095ce * RefsHaveIndexReg -> cpurefshaveindexreg há 13 anos atrás
  florian 8278271b4e * fix RegInInstruction há 13 anos atrás