Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  pierre d8b0ded10c Marge of more trunk fixes into fixes branch. 6 vuotta sitten
  florian 11ef1d17c2 * fix register allocation for MovOp2Op and PushPushPopPop2MovMov 7 vuotta sitten
  florian 9fc0f28ae4 * handle movw in TCpuAsmOptimizer.RegInInstruction 7 vuotta sitten
  florian 61660375ce + AVR PeepHoleOptPass1Cpu makes use of TAOptObj.RemoveCurrentP to track register usage properly 7 vuotta sitten
  florian 63ffb02b34 + Mov2Nop 7 vuotta sitten
  florian 93a0cef65d * improved OpCp2Op 7 vuotta sitten
  florian 52cb8fbb98 + AddAdc2Add 7 vuotta sitten
  florian 5b16a84de1 + RCallReg2RJmp optimization 7 vuotta sitten
  florian 46ab35edb3 * apply MovOpMov2Op also to inc and dec 7 vuotta sitten
  florian 366360d36c * LdiMov/Cp2Ldi/Cpi may not be performed if reg0=reg1 7 vuotta sitten
  florian ad01f059e8 * after a LdiMov/Cp2Ldi/Cpi optimization, the compiler should not continue to optimize this instruction because then reg. alloc info is wrong 7 vuotta sitten
  florian 4a43d992f5 * unified usage of MatchOpType 8 vuotta sitten
  florian 39b7f1bffe * do not write assembler optimizer debug output in avr assembler files 8 vuotta sitten
  florian 8e7101a65a * proper naming of the optimziation in the DebugMsg 8 vuotta sitten
  florian e33b2920dc + CallReg2Jmp optimization 8 vuotta sitten
  florian e49a826837 + PushPushPopPop2MovMov optimization 8 vuotta sitten
  florian 0520d246d0 * changed LdiCp2Cpi into LdiMov/Cp2Ldi/Cpi and improved it 8 vuotta sitten
  florian b2f15e2736 * first check for ait_instruction before checking opcode 9 vuotta sitten
  Jeppe Johansen baae6ec169 Fix incorrect AVR optimization. 9 vuotta sitten
  Jeppe Johansen 7fc3ed2644 Fix a broken OpCp2Op optimization. It needed the added NR_DEFAULTFLAGS allocation to not break subsequent optimizations. 9 vuotta sitten
  Jeppe Johansen ffe67a93b4 Fix is_calljmp to include call instructions. This was breaking some optimizations previously. 10 vuotta sitten
  Jeppe Johansen 03880c2f74 Added some peephole optimizations, and fixed generic unconditional jump optimizations, for AVR. 10 vuotta sitten
  florian b1147ba1b7 + OpCmp2Op optimization for AVR 10 vuotta sitten
  florian 9216e561e2 + make use of sbi/cbi 10 vuotta sitten
  florian e56d8d1c96 * fix mov rX,...; mov rX,... optimization, hp1 needs to be checked if it is really an instruction, resolves issue #27975 10 vuotta sitten
  florian 3282ff0506 + remove dead moves, resolves issue #27842 10 vuotta sitten
  florian 987b66636d + optimize LDS/STS into IN/OUT, resolves issue #27884 10 vuotta sitten
  florian 3e8766290d * implements RegInInstruction and fixes RegModifiedByInstruction for avr 10 vuotta sitten
  florian a4c7103033 * remove useless mov instructions 10 vuotta sitten
  florian db63693b7e * tai returned by GetNextInstructionUsingReg must be checked if it is really an instruction 10 vuotta sitten