fw/sdcc
2001-03-06 johanknolLatest commit was incomplete
2001-03-06 kmhPCALL workaround
2001-03-05 jbessFix TARGET_IS_PIC error
2001-03-05 jbessCleaning index ptr/array size optimization
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-05 sandeepAdded routine PICC - short for piCodeCChain
2001-03-05 sandeepBUG in packForPush
2001-03-05 sandeepif register class & storage class then storage class
2001-03-05 sandeepsome more avr specific
2001-03-04 sdattaloPIC port pcode. Added pcode peephole feature.
2001-03-03 sandeep Fixed initializer problem & added debug printing routine
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-28 jtvolpeAdditional corrections for Safe_calloc in sdcdb
2001-02-27 johanknolfix for rtc390
2001-02-27 johanknolfixed --nostdinc
2001-02-26 stevewilliams Add the SPEC file.
2001-02-26 sandeepFixed bitfield initialization in code space
2001-02-25 sandeepfixed parms->ArgSym bug & type system bug
2001-02-24 stevewilliams Fix sdcc_datadir_tmp to used in desired cases.
2001-02-24 stevewilliams Move library files and headers to an sdcc subdirectory.
2001-02-24 johanknolCleaned up some bits and peaces
2001-02-23 johanknol#define IS_<target>_PORT for all ports
2001-02-23 johanknolonly report line number if it is known
2001-02-23 johanknolFilled in some port specific defaults
2001-02-23 johanknolfixed a warning outside the -mds390 environment
2001-02-23 johanknol-mds390 now uses --flat-model24 and --stack-10bit by...
2001-02-22 sandeepMultiply related changes
2001-02-22 sandeepmultiply fixup
2001-02-21 johanknolfixed: 100*200=32, only for the ds390 port right now
2001-02-21 johanknolCompleted the latest fix
2001-02-21 johanknolFixed a type found by Scott
2001-02-20 sandeepFixed const pointer problem with arrays
2001-02-19 sandeepAVR specific changes
2001-02-19 sandeepAVR specific changes
2001-02-19 sandeepAVR specific changes
2001-02-18 johanknollet's find the beast
2001-02-18 johanknolyes, let's find the beast
2001-02-18 johanknolyep, see the diff
2001-02-18 johanknolnow too uses standard c time functions and structures
2001-02-18 johanknolfixed a y2k bug :)
2001-02-18 johanknolNow uses stdc time structures
2001-02-18 sdattaloAdded changes that were lost in the last commit (becaus...
2001-02-18 sdattaloResolved CVS merge conflicts
2001-02-18 sdattaloResolved CVS merge conflicts. Re-added GcurMemap (for...
2001-02-18 sdattaloEnhancements for regression testing.
2001-02-18 sdattaloAdded pCode to the PIC port
2001-02-18 sdattalopcode generation added
2001-02-18 sandeepcleaned up makefiles
2001-02-18 sandeepsome changes to the make files
2001-02-18 sandeepchanged some Makefiles
2001-02-18 sandeepFixed 3 bugs
2001-02-18 sandeepChanged a few Makefiles & Fixed 3 bugs.
2001-02-17 johanknoladded stdc time support
2001-02-17 johanknolFixed the lazy lazy DPTR for genCall and genPtrGet
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-13 johanknolsimplified
2001-02-13 jtvolpeHouse cleaning for VC6 host port
2001-02-13 jtvolpe- Made DefaultExePath work for VC6 also
2001-02-13 jtvolpeCleanup warnings by adding explicit casts
2001-02-13 jtvolpeCorrections for new memory allocation functions
2001-02-12 johanknolremoved tinibios.h for MODEL-LARGE
2001-02-11 johanknolfixed the missing rtype to ltype cast
2001-02-09 johanknolrenamed muslong.c to mulslong.c to be consistent
2001-02-09 johanknolprevent overflow of XSEG
2001-02-07 johanknolremoved some confusing "Cannot exec whatever: Success...
2001-02-07 johanknola first small step to cross the 64k barrier
2001-02-07 jbessFix asm label generation. Suppress some warning
2001-02-07 jbessSuppress some warning
2001-02-07 johanknoladded tstow.c
2001-02-07 jbessFix some path problems
2001-02-07 johanknolAdded ow390
2001-02-07 jbessOptimizing array/ptr index calulation. Fix inc/dec...
2001-02-07 jbessOptimizing array/ptr index calculation. Fix inc/dec...
2001-02-06 johanknoljust an example of what SDCC can do for YOU
2001-02-06 kvigordeal with relocated SDCCerr.c
2001-02-06 kvigorremove dead code and useless ifdefs; should be a big...
2001-02-06 kvigorif argv[0] contained a path specifier, add that to...
2001-02-06 kvigorSDCCerr.c and SDCCerr.h moved to support/Util
2001-02-06 kvigorImproved testing for missing required parameters in...
2001-02-06 johanknolTell us at least the linenumber
2001-02-06 johanknolBeautified. Although recommended, it's not my favourite...
2001-02-06 jtvolpeEliminated the // on block comments from my last commit...
2001-02-06 johanknolupdated examples for integer promotion in vararg funcs...
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-05 kvigorundo Johan's changes for the moment
2001-02-05 johanknoloops :)
2001-02-05 johanknolfixed "too few arguments" for function calls
2001-02-05 johanknolonce again, fixed "too few parameters" for function...
2001-02-05 kvigorCheck all params to varagrs functions.
2001-02-05 kmhremoved unused file
2001-02-05 kmhadded realclean
2001-02-04 jtvolpeWrong case on file SDCCerr.c
2001-02-04 jtvolpeNew memory allocation functions with Linux fixes
2001-02-04 johanknolgdb complains about:
2001-02-04 johanknolstrcpy needs strlen+1
2001-02-04 johanknolFixed the hairy inline 'Y' bug in SDCC.y
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-04 johanknoltemporary hack for the inline Y bug
2001-02-04 johanknolabort when cpp, as or ld throws an error
next