fw/sdcc
2003-12-05 friefPeter Townson's z80 in/out, more to bit/sbit/idata...
2003-12-05 epetrichApplied z80 i/o port patch from Peter Townson and fixed...
2003-12-03 epetrich* src/SDCCsymt.c (addSymChain, compareTypeExact): fixed...
2003-12-01 epetrich* device/lib/hc08/_mullong.c: Removed extra #endif
2003-12-01 epetrich* sim/ucsim/hc08.src/inst.cc,
2003-11-28 friefsdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
2003-11-28 frief(genMultOneByte): help peephole 105
2003-11-28 friefadded peephole 186.e for char indexed integer array...
2003-11-28 friefdevice/lib/_gptrget.c, device/lib/_gptrput.c: P2 not...
2003-11-28 friefP2 not used any more (related to #850747, #785979)
2003-11-27 epetrich* src/SDCClrange.c (findNextUseSym, rlivePoint): fixed...
2003-11-26 epetrich* src/SDCCast.c (decorateType): disabled a transformati...
2003-11-26 vrokas*** empty log message ***
2003-11-26 belatypo corrected
2003-11-26 epetrich* src/SDCC.y (pointer): fixed bug #846006
2003-11-25 epetrichFixed several common-sub-expression bugs (#772861,...
2003-11-23 kflittner fixed bug #845089
2003-11-21 kflittner * src/SDCCloop.c (newInduction): fixed bug #845630
2003-11-21 epetrich* src/SDCCsymt.c (compareTypesExact): disabled debuggin...
2003-11-20 epetrichUpdated headers I neglected to commit yesterday.
2003-11-19 epetrich* src/SDCCcse.c (algebraicOpts): fixed bug #773153
2003-11-15 friefsrc/mcs51/gen.c (genPlus): generate shortcut for adding...
2003-11-15 frief(genPlus): generate shortcut for adding a literal which...
2003-11-15 friefadded one test for adding a literal which lowest bytes...
2003-11-15 borutr* src/SDCCmain.c: fixed bug #841645: -MM command line...
2003-11-15 epetrich* src/SDCCcse.c (cseBBlock): fixed bug #527779
2003-11-14 epetrich* src/SDCCicode.c (geniCodeAddressOf): fixed part of...
2003-11-13 friefsrc/mcs51/main.c: started fixing bug #737001 (SDCC...
2003-11-13 friefstarted fixing bug #737001 (SDCC not clearing uninitial...
2003-11-12 epetrich* src/SDCCsymt.h,
2003-11-11 bernhardheld* src/SDCCmain.c (linkEdit): fix #834252
2003-11-11 epetrich* src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
2003-11-09 epetrich* support/regression/fwk/lib/testfwk.c: printn is recur...
2003-11-08 frief doc/Makefile: readded test_suite_spec and cdbfileformat
2003-11-08 friefreadded test_suite_spec and cdbfileformat (were acciden...
2003-11-08 frief* src/mcs51/main.c: fixed bug #838385. Thanks to Josef...
2003-11-08 friefsome additions and changed from 'article' to 'book...
2003-11-08 frieffixed bug #838385. Thanks to Josef Pavlik for finding...
2003-11-08 bernhardheld* device/include/stdlib.h: include malloc.h to comply...
2003-11-07 frief* doc/Makefile:sdccman.pdf should build with correct...
2003-11-07 friefsome additions, larger top/bottom margins (for a4 and...
2003-11-07 frief- removed dependency from l2hidx.ist (not in the direct...
2003-11-07 friefalso remove *.out files
2003-11-07 epetrich* src/SDCC.y: fixed bug #837365
2003-11-07 borutr* configure, configure.in, sdcc_vc_in.h, sdcconf_in...
2003-11-07 borutr* support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51...
2003-11-07 borutr* configure, configure.in, sdcc_vc_in.h, sdcconf_in...
2003-11-06 epetrich* device/lib/hc08/Makefile: need to clean .rel not...
2003-11-06 epetrich* src/port.h,
2003-11-04 epetrich* src/SDCCcse.c (ifxOptimize),
2003-11-04 borutr* configure, configure.in, sdcc_vc_in.h, sdcconf.h,
2003-11-04 epetrich* src/SDCCcse.c (ifxOptimize),
2003-11-03 bernhardheldUse headers defined in the C[++] standards:
2003-11-03 jesuscAdded MSVC projects for hc08 assembler and linker
2003-11-03 jesuscAdded MSVC projects for hc08 assembler and linker
2003-11-03 mhelmling*** empty log message ***
2003-11-03 mhelmlingFilename can start with number
2003-11-02 bernhardheldsrc/SDCCmain.c (linkEdit): "fixed" again bug #833605
2003-11-01 friefxdata initialization is 13 bytes shorter now
2003-11-01 frief_mcs51_genXINIT: xdata initialization is 13 bytes short...
2003-11-01 frief_mcs51_genXINIT: xdata initialization is 13 bytes...
2003-10-31 borutr* support/cpp2/cpplib.h, support/cpp2/cpplib.c, support...
2003-10-31 borutrintroduced #pragma preproc_asm [ + | - ]
2003-10-31 borutr* support\cpp2\cpplex.c: Fixed _WIN32 problem with...
2003-10-31 epetrich* as/hc08/lkrloc.c (relr): Fixed ihx output, fixed...
2003-10-31 kflittner* src/SDCCcse.c (updateSpillLocation): fixed bug #808027
2003-10-31 bernhardheldsrc/SDCCast.c (decorateType): fixed bug #832664
2003-10-31 bernhardheldsrc/SDCCmain.c (linkEdit): "fixed" bug #833605
2003-10-31 borutr* support\cpp2\cpplex.c: fixed for SDCPP:
2003-10-31 borutr* src/SDCC.lex: sdcc now understands both formats:
2003-10-31 borutrsdcc now understands both formats:
2003-10-31 borutrsdcpp now generates the standard
2003-10-30 borutradded missing '\'
2003-10-30 borutrsupport/cpp2/cpphash.h, support/cpp2/cpplib.h, support...
2003-10-30 epetrichFixed a number of problems revealed by bug #827883.
2003-10-28 bernhardheld.version: bumped to 2.3.6 to reflect the big improvemen...
2003-10-28 kflittnerReplaced the liverange code.
2003-10-28 epetrich* as/hc08/asm.h,
2003-10-23 friefmentioned HC08 port, documented new use of critical...
2003-10-23 epetrich* src/z80/ralloc.c (joinPushes): Fixed bug #828742
2003-10-23 epetrich* src/SDCCmain.c,
2003-10-23 epetrichFixed bug #828387
2003-10-22 epetrichExtended the semantics of the critical keyword to include
2003-10-19 borutrfixed bug #825944 - defined yytext_ptr to make it compi...
2003-10-19 epetrich* src/SDCCicode.c (geniCodePreInc, geniCodePreDec,...
2003-10-18 bernhardheldsrc/SDCCval.c (valMinus): fixed bug #826041
2003-10-18 belatypos corrected
2003-10-17 belaimproved by Scott Bronson
2003-10-15 jesuscAdded HC08 projects to the workspace
2003-10-15 jesuscFixed VC6 error
2003-10-15 epetrichfixed a typo
2003-10-15 epetrichSome hc08 related updates that I missed earlier
2003-10-15 epetrichInitial import
2003-10-15 epetrichNew target "hc08" for the Motorola 68hc08 family of...
2003-10-15 epetrichfixed some filenames
2003-10-15 epetrichInitial import
2003-10-15 epetrichInitial import
2003-10-15 epetrichInitial import
2003-10-15 epetrichInitial import
2003-10-15 epetrichInitial import
next