fw/sdcc
2000-03-15 drdaniFix of prompt problem if ucsim runs in background mode...
2000-03-14 sandeepFixed address of array
2000-03-13 sandeep1) fixed problem in global structure init
2000-03-12 sandeepparameter passing in registers changed to be
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-09 kvigorBrain death in previous commit
2000-03-09 kvigor10 bit stack mode: just a few more tweaks...
2000-03-09 kvigor10 bit stack mode: handle DPTR2 in ISRs
2000-03-09 kvigor10 bit stack mode: almost working...
2000-03-09 michaelh* Changed limit on 256$ to > 256
2000-03-09 kvigorWhoops! Minor garbage in previous checkin
2000-03-09 kvigor10 bit stack mode: work in progress
2000-03-08 kvigorFirst pass at 10 bit stack mode for DS80C390
2000-03-08 sandeepregister allocator should not do block spil if defined...
2000-03-06 sandeepmore array stuff
2000-03-06 sandeep1) fixed ~ operator problem
2000-03-06 sandeep1) fixed complement problem
2000-03-06 sandeep1) fixed one more array deref problem
2000-03-06 kvigorGet wassert() to compile with Borland C++
2000-03-06 michaelhAdded latest benchmark record.
2000-03-06 michaelh* Minor tuning
2000-03-05 kvigorClean up Borland C++ makefiles and add (lousy) document...
2000-03-05 sandeep*** empty log message ***
2000-03-05 sandeepSome more AVR
2000-03-05 michaelhSigh
2000-03-05 michaelhReverted as/link Makefile change
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-05 michaelhPre 2.92#2
2000-03-05 michaelhTracing Makefile bug
2000-03-05 michaelhTracing as build bug
2000-03-05 michaelhFixed silly Makefile _z80/z80 bug.
2000-03-05 michaelhPre 2.92
2000-03-05 michaelhBlah. Pre 2.92.
2000-03-05 sandeepz80 assembler and linker now part of ./configure ;...
2000-03-04 sandeepinitial version just copied them from mcs51 directory
2000-03-04 sandeepMade pointer casting a warning
2000-03-04 sandeepinc & dec op added
2000-03-04 sandeepfixed loop reversing problem
2000-03-04 sandeep1) cse.c don't replace when not symop
2000-03-03 michaelhMade pdata optional
2000-03-02 kvigorfix broken static initializers in non-main() modules
2000-03-02 michaelhBegan making the hl loads more intelligent
2000-03-01 drdanifixes of curses lib detection
2000-03-01 kvigorMaster Borland C++ makefile
2000-03-01 michaelhAdded scripts to build all versions of as/link
2000-02-29 kvigorFix crash while compiling dhrystone
2000-02-29 kvigorGet compiling on Solaris
2000-02-29 drdanicurses lib detection fix
2000-02-29 kvigorFix double pointer bug
2000-02-29 kvigorCLean up warnings with Borland C++
2000-02-28 kvigorMake &array[const] compile
2000-02-27 michaelhPre 2.91
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-27 kvigorGet compiling with Vorland C++ for Windows
2000-02-25 sandeepwas generating bad code for situations like
2000-02-25 sandeeppointer op problem.. with array if structures
2000-02-25 michaelh* Fixed addrOf bug, more packing for gbz80.
2000-02-24 sandeepfixed some pointer optimizations
2000-02-24 sandeepsome more pointer stuff fixed array of pointers
2000-02-24 kvigorOnly generate jump to sdcc_program_startup in module...
2000-02-24 sandeeptakes care of the parm bytes problem
2000-02-24 kvigorperl hack to pack an Intel HEX format output file
2000-02-23 sandeepaliasing for unions bug.
2000-02-23 michaelhHacked bug re: pointer get.
2000-02-22 sandeepfixed bug for bit complement
2000-02-22 sandeepconversion fromto float needs only one parm
2000-02-22 sandeep1) glue.c added jump to __sdcc_program_start after...
2000-02-22 michaelhLots.
2000-02-20 michaelhAdded peephole.
2000-02-20 michaelhNice. Up to 85.55 C / 157.52 asm. Is now definatly...
2000-02-19 michaelh* Runs dhrystone. 68.83d/s with terrible code.
2000-02-19 michaelh* Added iCodeSE patch
2000-02-17 michaelhAdded support for the gb, touched some files in testing...
2000-02-16 kvigorflat 24: mung fReturnSize before packing registers...
2000-02-16 michaelh* Z80 should work again now.
2000-02-16 michaelh* Added support for the gb.
2000-02-14 kvigorLeft some debugs turned on in previous commit
2000-02-14 kvigorMinor optimization for 8051 tail increment/decrement
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-02-13 michaelh* Now can use acc for short lived varibles.
2000-02-12 michaelhBetter packAssign
2000-02-11 kvigorMisc flat 24 stack handling fixes
2000-02-11 sandeepCosmetic change in peeph.c
2000-02-11 sandeepdirectory name changed
2000-02-10 kvigorSome new peephole optimizations, primarily for 24 bit...
2000-02-10 michaelhAdded statics
2000-02-10 michaelhAdded comment on latest dhrystone result.
2000-02-10 michaelhRight.
2000-02-10 michaelh* dhry.c is clean-ish. Works on z80, compiles on mcs51...
2000-02-10 kvigor24 bit flat mode: handle generic pointer arithmetic
2000-02-09 kvigor24 bit flat mode: get call via function pointer working
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-09 sandeepwork on avr port start by defining the new
2000-02-08 kvigorMore 24 bit flat mode support: handles "expr >> 16...
2000-02-08 sandeepSpill-location updated incorrectly
2000-02-08 sandeep1) SDCC_(target) new preprocessor define added
2000-02-08 michaelhMildly better genCmp - still pretty bad.
2000-02-08 michaelh* Changed timing support to work directly of ConsoleZ80...
2000-02-07 sandeepsome more parmBytes problem stack not adjusted
next