* src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
[fw/sdcc] / src / mcs51 / peeph.def
2004-07-27 maartenbrock* src/SDCC.lex (doPragma): added pragma disable_warning...
2004-07-25 friefadded contributed fix for "bug" #995347 as peephole...
2004-06-25 friefadded peepholes 182.d (return 0.0), 256 (range check...
2004-06-05 friefran unexpand -a over peeph.def
2004-06-05 friefpeephole 254 disturbed 255
2004-06-05 friefremoved obsolete peephole 100.a, added peephole 254...
2004-04-20 epetrich* src/z80/peeph-z80.def: removed some peephole rules...
2004-03-05 friefadded 251.b and 253.x. 253.x are applied more than...
2004-01-20 bernhardheld* src/mcs51/peeph.def: fixed bug #880768
2004-01-11 friefadded peepholes 177.c,d (redundant moves) and peephole...
2003-12-13 friefusing the atomic test and clear instruction jbc. Allows...
2003-11-28 friefadded peephole 186.e for char indexed integer array...
2003-11-26 epetrich* src/SDCC.y (pointer): fixed bug #846006
2003-08-22 epetrichTry to make the peephole optimizer smarter by maintaining
2003-08-17 friefAdded peephole 180.x, moved peephole 180 to 181
2003-08-17 friefAdded 24 peepholes 246.x - 248.x. The first rules relat...
2003-05-25 friefadded rules 244.x, 245.x. Although they pass the regres...
2003-04-06 pjsAdded peephole to replace LJMP to RET with just a RET...
2003-03-22 friefadded rules 177, 241.x to 243, touched 181, 182.x,...
2003-03-20 bernhardheldsrc/mcs51/peeph.def: fix bug #705773
2003-02-23 friefadded peephole suggested by Gernot Fink, white-space...
2003-02-18 friefadded rules 238a-d which remove redundant moves
2003-01-23 bernhardheld* src/mcs51/peeph.def: better assembler identation...
2003-01-19 bernhardheld* src/mcs51/peeph.def: Frieder: removed 237, obsolete...
2003-01-19 bernhardheld../m
2003-01-13 bernhardheld* src/ds390/peeph.def: #237 another rule from Frieder
2003-01-13 bernhardheld* src/ds390/peeph.def: fix #123; add 14 rules by Fioren...
2002-12-28 bernhardheld* src/mcs51/peeph.def: added rules 234 and 235 from...
2002-01-19 pjsAdded --xram-movc option
2001-08-31 pjsAdded peepholes 223 to 231 to mcs51 port.
2001-06-03 johanknolcomitted Bernhard's peephole 182a
2001-05-14 johanknolSmall peephole fix
2001-05-14 johanknolSmall peephole fix
2001-05-14 sandeepadded another rule
2001-04-11 johanknolremoved peephole 177 because of the:
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2000-09-21 kvigorAdd labelRefCount constraints to many peephole rules
2000-09-21 kvigorAdd labelRefCount constraint for peephole rules.
2000-05-21 sandeepsome optimizations (eg. selective strength reduction)
2000-05-20 sandeepfixed increment of struct element problem & added 2...
2000-03-09 kvigor10 bit stack mode: almost working...
2000-03-06 sandeep1) fixed complement problem
2000-02-10 kvigorSome new peephole optimizations, primarily for 24 bit...
2000-02-10 michaelhRight.