remove gc, not used
[fw/sdcc] / src /
2001-07-03 michaelhFixed up ENDIAN warning with mingw32. Added ability...
2001-07-03 johanknolShort is 16bits by default now
2001-07-02 johanknoloops
2001-07-02 johanknolsmall improvement of 8*8=8/16 signed mul
2001-07-02 michaelhAdded exe transform support. Made the strip explicit...
2001-07-01 johanknolJust to prevent a compiler crash
2001-07-01 johanknolfixed bug #222580
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-28 johanknolstorage class specifiers are allowed for static autos...
2001-06-26 johanknolremoved some warnings
2001-06-26 johanknolFixed the overlay handling for --model-small and -...
2001-06-26 kbongersno gc, chg to util
2001-06-26 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-06-25 johanknolfixed the --<whatever>-reent stack restoration
2001-06-25 johanknola saver error report
2001-06-24 johanknola better fix for the \<newline> line numbering issue
2001-06-23 johanknol*** empty log message ***
2001-06-23 johanknolwarn about a stray \
2001-06-23 johanknolThe newline in string constant.
2001-06-22 johanknolsome progress on escape sequences
2001-06-22 johanknolbug #435214 "(long)>>9"
2001-06-21 kvigorbug 435068: fix this code: d = (0 ? 4 : 8) + 1;
2001-06-21 johanknolNow global consts are in CSEG again with the proper...
2001-06-20 michaelhUnified the per port Makefiles
2001-06-19 johanknolwhile emitting maps, we are inInitMode
2001-06-19 kvigorbug 434350: filename buffer too small.
2001-06-17 johanknolNow _naked should work for function calls too. In fact...
2001-06-16 michaelhChanged option parsing greatly, hopefully simplifying
2001-06-15 johanknolthe next step towards advanced typechecking
2001-06-13 johanknolnext step towards advanged type checking
2001-06-13 johanknolnext step towards 16bits short
2001-06-13 johanknolNext step in 16 bits short
2001-06-13 johanknolThat should never have been comitted.
2001-06-12 johanknolthe next step in advanced type checking
2001-06-11 johanknolregistered ints can be casted to generic pointers
2001-06-11 johanknolsome fixes
2001-06-11 johanknolFixed my "unsigned vs unsigned char" error
2001-06-10 johanknol"unsigned u" and "signed s" are also allowed.
2001-06-09 jbessFix access violation on struct declaration and add...
2001-06-09 johanknolFixed the broken cvs
2001-06-06 johanknolfixed the better type check
2001-06-05 johanknola better type check
2001-06-04 johanknolConstants < 256 are char's, not short int's
2001-06-03 johanknolcomitted Bernhard's peephole 182a
2001-05-30 kvigorAdd _naked modifier
2001-05-30 johanknolcomment out preprocessor directives in inline asm
2001-05-29 kvigorfix combination of --xstack & ISRs using non-zero banks
2001-05-29 kvigorsave any register banks used by functions called via...
2001-05-29 kvigorfix bug 223659
2001-05-29 kvigormore cleaups on error message table: get rid of duplica...
2001-05-25 johanknolupdate the buffer pointer after possible relocation...
2001-05-24 kvigorfix genPlus bogus code generation demonstrated by Karl...
2001-05-24 johanknolcreate/append dumpfiles on a per session base
2001-05-24 johanknolcreate/append dump files on a per session base
2001-05-24 kvigorImproved parameter passing code generation
2001-05-23 kvigorfix problem with ternary operator in varargs function...
2001-05-23 johanknoloverwrite instead of append dumpfiles
2001-05-21 johanknolremoved my secret debugging strategie
2001-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknoli guess my mind was somewhere else ...
2001-05-20 johanknolchanges inline asm buffers from static to dynamic size
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-05-20 johanknolremoved a warning
2001-05-20 jtvolpeFixed references to BuildCmdLine and my_system
2001-05-20 jtvolpeTypo fix
2001-05-20 jtvolpeFixed references to BuildCmdLine and my_system
2001-05-20 jtvolpeFixed implicit data type conversions
2001-05-20 jtvolpeFixed z80 referneces to BuildCmdLine and my_system
2001-05-20 jtvolpeFixed octal and hex escape sequences in character and...
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-05-20 jtvolpeFixed hex/octal escape sequences in character and strin...
2001-05-19 johanknolfix for new oct and hex escapes
2001-05-19 johanknolfixed the octal and hex escape sequences
2001-05-18 johanknolImplemented the fix of Dario Vecchio
2001-05-16 kvigorget Borland makefiles working yet again
2001-05-15 michaelhAdded missing files
2001-05-14 johanknolremoved a warning :)
2001-05-14 johanknolfixed the
2001-05-14 johanknolSmall peephole fix
2001-05-14 johanknolSmall peephole fix
2001-05-14 sandeepadded another rule
2001-05-14 sandeepFixed a bug in operandOperation, should not uncoditiona...
2001-05-14 michaelhFixed bugs involving static variables in z80 port;...
2001-05-13 jbessFix array bug < foo[foo[3]+2]=10>
2001-05-13 johanknolremoved options.ANSIint
2001-05-13 johanknolswitch banks after send, don't saveRegister after switc...
2001-05-13 johanknolswitch banks after send, don't saveRegister after switc...
2001-05-12 sdattaloMore peep to pCode parsing.
2001-05-11 kvigortiny improvement to genRet
2001-05-11 johanknolfixed the bankswitch critical races
2001-05-11 johanknolfixed the foo[foo[5]+5]=10 bug
2001-05-11 kvigorImproved genFarFarAssign
2001-05-10 kvigorwork in progress: better FarFarAssign
2001-05-10 kvigorenable BETTER_LITERAL_SHIFT by default
2001-05-07 kvigoran occasionally useful rule
2001-05-07 kvigorfix for broken better shift in ad26.c line 207
2001-05-05 sdattaloMore peephole to pCode parsing.
2001-05-05 michaelhFixed up va_args for ppc
2001-05-04 kvigormore work in progress: literal shift improvement
next