curses lib detection fix
[fw/sdcc] / src /
2000-02-29 kvigorFix double pointer bug
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-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-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-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 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 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
2000-02-07 michaelh* Got dhrystone working - 83/s on a 4MHz Z80!
2000-02-07 michaelh* Added a simple version of printf()
2000-02-06 michaelh* Improved the pop params code
2000-02-06 sandeepFixed several problems
2000-02-06 michaelh* Minor chage to glue re hard coded segs
2000-02-06 michaelhFixed Sandeep's typos :)
2000-02-05 sandeepinfrastucture for reducing spills
2000-02-04 michaelhChanged it so each target can have their own command...
2000-02-04 michaelhChanged the command builder to something a bit more...
2000-02-02 michaelhMade configure use the native libgc if available. ...
2000-02-01 sandeepMinor bug fixes
2000-02-01 sandeepfixed two problems
2000-01-31 drdaniInclude file for Makefile with clean target
2000-01-31 drdaniFix clean
2000-01-31 drdaninew file for Makefile
2000-01-31 drdaniSDCCglue.h included
2000-01-31 drdaniFix clean
2000-01-31 drdaniFix distclean
2000-01-31 drdaniaopLiteral() included
2000-01-31 drdanifix def of aopLiteral()
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-29 sandeepBug Fixes
2000-01-29 sandeepmore make/build related stuff
2000-01-28 sandeepFixed for build
2000-01-28 sandeepRemove icodes from the iCodeHashTable when
2000-01-28 sandeepChanges to build cleanly
2000-01-27 sandeep*** empty log message ***
2000-01-24 michaelhAdded initial stack direction support. Didnt convert...
2000-01-23 michaelhAdded ports info to --help and --version.
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelhMore shifting. Remove SDCCralloc.h, made all in mcs51...
2000-01-23 michaelhAdded missing port.h
2000-01-23 michaelh* Added common.h
2000-01-18 sandeepfixed bug in packForPush ..
2000-01-17 michaelhAdded verbose exec feature.
2000-01-17 michaelhAdded z80 port (links, may not work). mcs51 still...
2000-01-17 michaelhRemoved some generated files, added Makefile.common...
2000-01-17 michaelhInitial revision