Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / regression /
2009-02-28 tecodev* src/regression/configword.c: apply patch from #2488150
2009-02-28 tecodev* src/regression/compare10.c,
2008-05-19 tecodev* src/regression/empty.c: suppress warning
2008-03-07 tecodev* src/regression/init0.c: new test for initialized...
2007-06-08 tecodev* src/regression/Makefile: suppress parallel builds...
2007-05-21 tecodev* src/pic/pcoderegs.c (pCodeOptime2pCodes): fixed bogus...
2007-04-27 tecodev* src/pic/pcode.c (addpCode2pBlock,LinkFlow,pBlockRemov...
2007-02-02 tecodev* src/pic/glue.c (emitSymbolSet): check sym->etype...
2007-01-22 tecodev* src/regression/bank1.c, src/regression/compare6.c,
2006-11-23 tecodev* src/regression/Makefile: add -L path to fresh library
2006-11-21 friefsrc/regression/arrays.c, src/regression/bank1.c, src...
2006-05-23 borutr* src/regression/Makefile: removed bool2.c test, added...
2006-02-13 borutr* src/regression/ptrarg.c: added, fails due to bug...
2006-02-01 borutr* src/regression/add.c, src/regression/add2.c, src...
2004-03-23 sdattalomulti-byte complements were failing
2003-04-22 sdattaloPIC port now supports object files. Applied patch from...
2003-04-11 sdattaloSteve Tell wrote this test program to test function...
2003-04-11 sdattaloPointers - Applied function ptr patch from Steve Tell...
2003-03-31 sdattaloInadvertly added the and2.asm to cvs instead of and2.c
2003-03-30 sdattaloFixed compound expressions of the type y = (x+K) OP...
2003-03-30 sdattaloAdded to test bug 609628 ==> x = (x+1) & 0xf
2003-03-30 sdattaloRegression file for testing the nested for-loop bug...
2003-03-30 sdattaloSteve Tell fixed a nested for-loop bug in the PIC Port
2002-08-07 sdattaloAdded regression tests for compound comparisons.
2002-07-23 sdattaloInterrupt context registers WSAVE and SSAVE were not...
2002-07-07 sdattaloMore register optimizations
2002-07-05 sdattaloApplied patch from Kevin L. Pauba that added the #pragm...
2002-07-04 sdattaloMore enhancements to register optimization algorithms.
2002-05-31 sdattaloPIC Port - fixed pointer/array accesses. Stream line...
2002-05-20 sdattaloFixed shifts by varaibles. Added rotate test code to...
2002-05-18 sdattaloFixed fatal infinite loop in pcode optimizer.
2002-05-17 sdattaloNumerous bug fixes in PIC Port (pointers, shifting...
2002-05-11 sdattaloFixed several pointer related bugs in the PIC port
2002-03-15 sdattalodattalo - Added bank1.c and string1.c to test banking...
2002-01-09 sdattaloNow the PIC port DOESN'T spew debug info by default.
2001-12-18 sdattaloYet again, signed comparisons to literals has been...
2001-12-11 sdattalo*** empty log message ***
2001-11-24 sdattaloAdded regression testing files that should've been...
2001-11-23 sdattaloPIC Port - Totally rewrote signed comparisons. It was...
2001-11-11 sdattalo- Added setReverse to reverse the order of a set
2001-11-07 sdattalo- Parameter passing now works
2001-10-30 sdattaloAdded regression tests for PIC Port.
2001-10-30 sdattaloThe PIC Port was assuming ifx was always true. (A recen...
2001-10-21 sdattaloSigned comparisons are now working (except for signed...
2001-10-17 sdattalo - And'ing with a constant works (again).
2001-10-16 sdattalo - signed/unsigned long comparisons now work.
2001-10-09 sdattaloAdded more PIC regression testing.
2001-10-05 sdattaloSubtract unsigned int's from lits now works. Fixed...
2001-10-03 sdattaloAdded new regression test add2.c - tests adding lit...
2001-10-02 sdattaloOperators <<, >>, are now fully working for constant...
2001-09-30 sdattaloAdded more regression test to the pic port. Added suppo...
2001-08-27 sdattalopCode peep is fully working for the PIC port.
2001-04-29 sdattaloParse peephole snippets to generate pCode
2001-04-01 sdattalosplit PIC port gen.c pcodepeep.c into smaller files...
2001-03-25 sdattaloPIC Port Added support for subtraction
2001-03-24 sdattalopCode - register allocation, flow analysis, and peephole.
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-04 sdattaloPIC port pcode. Added pcode peephole feature.
2001-02-18 sdattaloEnhancements for regression testing.
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-01-10 sdattaloPIC Port - Indirection works better. instrumented pic...
2000-12-31 sdattaloPIC port on going development.most of addition, arrays...
2000-12-05 sdattaloPIC PORT - &, |, ^
2000-12-04 sdattaloTSD PIC port
2000-12-04 sdattaloStarted PIC port (based on mcs51 port)