clean up genDjnz for far data case; include same fix for mcs51 port.
[fw/sdcc] / src /
2001-05-03 kvigorclean up genDjnz for far data case; include same fix...
2001-05-03 kvigorfix desperate inefficiency of toBoolean when hand;ling...
2001-05-03 kvigorfix genDjnz to handle data in far space
2001-05-02 kvigorfix several 'three operand in far space' problems
2001-05-02 sandeepFixed a bug in packForpush wasn't extending the
2001-04-29 sandeepFixed a warning
2001-04-29 sandeepAdded some heuristic for register spilling
2001-04-29 sdattaloParse peephole snippets to generate pCode
2001-04-27 johanknolsmall fixes
2001-04-27 johanknolRemoved some more ds390 leftovers in mcs51
2001-04-26 jtvolpeCleaning up compiler warnings under MS VC6
2001-04-26 jtvolpeRemoved Release configuration until stable
2001-04-25 jbessFix ignoring cast bug : void test (unsigned u) {...
2001-04-24 johanknoleverything * 1 = everything
2001-04-24 jtvolpeContinuing with VC6 Development - Dependency changes...
2001-04-23 johanknolrestored findCheaperOp, it was not a good idea
2001-04-22 sandeepsome enhancement
2001-04-22 sandeepmore enhancements for avr & some bug fixes
2001-04-22 johanknolDon't ignore casts
2001-04-20 jtvolpeGeneral removal of compiler warnings
2001-04-20 jtvolpeFixed unary minus on unsigned
2001-04-20 jtvolpeFixed mixed type compares and conversions
2001-04-20 jtvolpeChanged name of unlink function for cygnus and MSVC
2001-04-20 jtvolpeFixed mixed type compares and conversions
2001-04-20 jtvolpeFixed mixed signed/unsigned compare
2001-04-20 jtvolpeFixed unary minus on unsigned expressions
2001-04-13 johanknolDon't set supportRtn for inline code.
2001-04-11 johanknolremoved peephole 177 because of the:
2001-04-10 johanknolDon't skip iTemp's if there is a function call in between
2001-04-10 johanknolfixed the gencmp setting of supportRtn
2001-04-09 johanknoltemporary fix for op '<' being forwarded to support...
2001-04-07 johanknolfixed the (long)<<27 bug
2001-04-07 johanknolfixed the multiple assignement bug with one in far...
2001-04-06 johanknolfixed the undefined static in reentrant functions
2001-04-06 johanknolDon't use .dw if the port says so
2001-04-06 johanknolthrow an error for non-constant auto initializers
2001-04-05 johanknolUndid a very stupid thing
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
next