* sdcc.spec: updated
[fw/sdcc] / src / mcs51 / gen.c
2004-01-05 bernhardheld* sdcc.spec: updated
2003-12-22 frief(genPlus): added special handling for 256 byte aligned...
2003-12-09 epetrich* src/SDCCopt.c (killDeadCode): change iCode type to...
2003-11-28 frief(genMultOneByte): help peephole 105
2003-11-26 epetrich* src/SDCC.y (pointer): fixed bug #846006
2003-11-15 frief(genPlus): generate shortcut for adding a literal which...
2003-11-06 epetrich* src/port.h,
2003-10-23 epetrich* src/SDCCmain.c,
2003-10-22 epetrichExtended the semantics of the critical keyword to include
2003-10-12 bernhardheldcosmetic: fixed identation of genCpl()
2003-10-12 bernhardheldsrc/mcs51/gen.c (genCpl): fixed bug sf.net/mailarchive...
2003-10-03 epetrich* src/z80/gen.h,
2003-09-19 epetrich* src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
2003-09-16 epetrich* src/mcs51/gen.c (genFunction, genEndFunction),
2003-09-15 bernhardheldFeature request 799831: added code to allow nesting...
2003-09-01 epetrich* src/SDCCpeeph.c (notVolatile, notVolatileVariable...
2003-08-31 bernhardheld* src/mcs51/gen.c (freeAsmop): fixed off by one in...
2003-08-22 epetrichTry to make the peephole optimizer smarter by maintaining
2003-08-20 epetrichfixed bug #741761
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
2003-08-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-16 epetrichoops, needed dname==TRUE in my last update
2003-08-16 epetrichCleaned up genPackBits and genUnpackBits and added...
2003-08-14 epetrichFixed numerous bitfield problems.
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-03 bernhardheldredo Frieder's patch
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-20 epetrichfixed bug #771358
2003-07-19 frief(genGenPointerGet/Set): removed writing of type after...
2003-06-25 bernhardheld* src/mcs51/gen.c (gencjneshort): fixed bug #760345
2003-06-15 borutrreimplemented function inExcludeList() by using sets...
2003-04-18 johanknolfixed bug #635354
2003-04-11 kvigorFix null pointer deref that caused build failures on...
2003-04-08 johanknolThis shows the registers in use in --i-code-in-asm...
2003-04-02 johanknolno comments
2003-03-26 johanknolcatched symbol abuse
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-22 frief(genCodePointerGet): quicker code for bug #700797
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-09 friefapplied inc/dec patch for variables in data space....
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-03-04 bernhardheld* src/mcs51/gen.c (genMinus): fixed bug 696436
2003-02-23 friefgenUminusfloat avoiding 3 pairs of
2003-02-19 johanknola cleaner way to fix the shift bug
2003-02-19 johanknolfixed a shift bug
2003-02-15 johanknolnew options: --no-c-code-in-asm and --i-code-in-asm
2003-01-26 johanknol* src/SDCCglue.c: reverted back to 1.124
2003-01-23 bernhardheld* src/mcs51/peeph.def: better assembler identation...
2003-01-15 epetrichfixed bug 663530
2003-01-13 bernhardheld* src/ds390/peeph.def: fix #123; add 14 rules by Fioren...
2003-01-09 bernhardheld* src/mcs51/gen.c (genPlus): replaced "mov b,acc" by...
2002-12-28 bernhardheldsrc/mcs51/gen.c (aopGetUsesAcc): inserted missing ...
2002-12-27 johanknoladded option --no-xinit-opt
2002-09-19 wimlfixed the stupid mistake I made in genMinus()
2002-09-19 wimlApplying patch #609842: Fixes to mcs51 register allocat...
2002-03-20 kvigorConsolidate generic pointer code
2002-03-06 johanknolsome minor improvements
2002-02-02 johanknolxa 51, work in progress
2002-01-30 bernhardheldOptimise bit assignment
2002-01-30 sandeepAdded support for --parms-in-bank1
2002-01-27 johanknolxa51, work in progress
2002-01-25 johanknolxa51, work in progress
2002-01-24 johanknolfixed bug #507904
2002-01-20 johanknolfixed bug #505387
2002-01-19 johanknolfirst pass at including c-code as asm comments
2002-01-15 johanknolfixed bug #449107
2002-01-14 johanknolfixed bug #503216
2002-01-01 skentonmake caller set/restore regbank
2001-12-31 skentonmake pcall use correct chain
2001-12-29 sandeepFixed a bug in hasInc
2001-12-19 sandeepFixed a post increment bug . Cannot post increment...
2001-12-16 johanknoladded seperate segments for initialized data
2001-12-02 bernhardheldfix "inc sp"
2001-12-02 bernhardheld(genFunction): avoid excess "inc sp"
2001-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-26 sandeepPrevious fix was BADDD . this should do it
2001-11-25 sandeepFixed problem where slocs can be shared by two operands...
2001-11-15 sandeepa) fixed genAddrOf bug for parameters
2001-11-14 sandeepFixed a post increment bug
2001-11-13 johanknolfixed bug #481053
2001-11-12 johanknolfixed bug #480712
2001-11-10 sandeepImproved accuse
2001-11-09 sandeepFixed a potential bug in genGenPointerSet
2001-11-09 johanknollost some debugging aids
2001-11-08 johanknolcommited Sandeep's ptr inc/dec opts after his disc...
2001-11-08 johanknolsome more debugging aids
2001-11-06 johanknolfixed bug #478698
2001-11-06 johanknola small naked and calleesave fix
2001-11-05 sandeepCast of a remat is also remat.
2001-11-05 johanknolfixed bug #477835 for the mcs port
2001-11-03 johanknolfixed fig #471059
2001-11-02 johanknolthis wasn't intended to be this way
2001-10-23 kvigorBug 471076 fix
2001-10-22 johanknolFunction attribute migration.
2001-10-07 johanknollet's not assume it is a symbol
2001-10-02 johanknola more general fix for bug #466586
2001-09-27 kbongersadjust for mach os-x support
2001-09-25 johanknola better constant to type check
2001-09-23 johanknolfixed bug #456966
2001-09-14 johanknolNow only the native_memcpy_cs2xs() is missing
next