version 0.2.39: fix of arith insts and start of re-structure
[fw/sdcc] / src /
2001-04-01 sdattalosplit PIC port gen.c pcodepeep.c into smaller files...
2001-04-01 sandeepadded asm file ext to port.
2001-04-01 sandeepAdded post increment optimization for msc51 &
2001-03-31 sandeepadded post increment optimization
2001-03-29 johanknol--stack-auto and --int-long-reent related things
2001-03-29 johanknolfixed the first parameter push of --int-long-reent
2001-03-29 johanknolremoved some obsolete switches
2001-03-29 johanknolremoved --noregparms because it is obsolete and caused...
2001-03-26 johanknolremoved a warning
2001-03-26 johanknolremoved an unused conflicting declaration, bug id ...
2001-03-26 sandeeplocal variables and parameters will NOT be assigned...
2001-03-25 sdattaloPIC Port Added support for subtraction
2001-03-25 johanknolFixed the incorrect caching of pointer reference in...
2001-03-24 johanknolfixed a --stack-auto without --int-long-reent bug
2001-03-24 sdattalopCode - register allocation, flow analysis, and peephole.
2001-03-22 johanknolRemoved _float.h and all references to it
2001-03-21 johanknolfixed the:
2001-03-20 johanknolfixed the bit=~bit bug
2001-03-20 johanknolIncreased internal buffer for large function and variab...
2001-03-19 johanknolA better fix for the mult. defs. of initialised code...
2001-03-18 johanknolTemporary fix for the sym->ival related "code struct...
2001-03-17 johanknolFixed a volatile optimalisation and some other small...
2001-03-17 johanknolFixed a volatile optimalisation and some other small...
2001-03-16 johanknolextern void (*p)(void);
2001-03-16 johanknol*** empty log message ***
2001-03-15 johanknollet's not be too efficient
2001-03-15 johanknolfixed typo
2001-03-15 johanknolfixed the signed 8x8=8/16 multiplication
2001-03-14 johanknolImplemented the <<6 fix of Steve Drake
2001-03-08 johanknolLet's adjust instead of a boldy decrement
2001-03-06 jbessWorkaround ds390 array/ptr size calculation
2001-03-06 johanknolFixed a link error around picglue().
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-27 johanknolfixed --nostdinc
2001-02-26 sandeepFixed bitfield initialization in code space
2001-02-25 sandeepfixed parms->ArgSym bug & type system bug
2001-02-24 johanknolCleaned up some bits and peaces
2001-02-23 johanknol#define IS_<target>_PORT for all ports
2001-02-23 johanknolFilled in some port specific defaults
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-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 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 sandeepFixed 3 bugs
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 jtvolpe- Made DefaultExePath work for VC6 also
2001-02-13 jtvolpeCleanup warnings by adding explicit casts
2001-02-07 johanknolremoved some confusing "Cannot exec whatever: Success...
2001-02-07 jbessFix asm label generation. Suppress some warning
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 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 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-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
2001-02-03 johanknolabort when the assembler throws an error
2001-02-03 johanknolChange ALLOC_ATOMIC in ALLOC
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2001-01-30 kvigorfix AOP_OP_3_NOFATAL
2001-01-30 kvigorI must be smoking crack; removed several debug printfs...
2001-01-30 kvigorforce aggregate arguments to varargs functions to gener...
next