summaryrefslogtreecommitdiff
path: root/compiler/mips/aoptcpu.pas
Commit message (Expand)AuthorAgeFilesLines
* Try to avoid uncorrect optimization pierre2015-01-021-4/+9
* * MIPS: improved code generation in make_simple_refsergei2014-10-211-31/+67
* * MIPS: doing progress with peephole optimizer.sergei2014-09-081-2/+15
* * MIPS peephole: refactored/simplified and added (another) couple of optimiza...sergei2014-09-031-16/+59
* * MIPS: MOVE instruction cannot be changed into conditional move (MOVZ/MOVN) ...sergei2014-09-031-7/+12
* + MIPS: implemented more peephole optimizations.sergei2014-08-291-2/+123
* * MIPS, TCpuAsmOptimizer.GetNextInstructionUsingReg: test that returned item ...sergei2014-08-101-1/+4
* + MIPS: implemented peephole optimization which changes appropriate patterns ...sergei2014-06-201-0/+203
* + MIPS: more peephole optimizations (basically updated to the state of SPARC ...sergei2014-06-171-4/+149
* + MIPS peephole optimizer: eliminate redundant moves of floating point regist...sergei2013-11-251-8/+19
* + MIPS: started the peephole optimizer.sergei2013-07-201-1/+166
* * more MIPS code of David Zhang integratedflorian2009-11-201-0/+41