fw/sdcc
2001-06-07 belaP80552 support added & warnings disabled
2001-06-06 johanknolfixed the better type check
2001-06-06 johanknol*** empty log message ***
2001-06-05 johanknola better type check
2001-06-05 michaelhAdded more tests
2001-06-04 johanknolWas's (was@icb.snz.chel.su) efficiency patch.
2001-06-04 johanknolConstants < 256 are char's, not short int's
2001-06-03 johanknolcomitted Bernhard's peephole 182a
2001-05-31 kvigorneed only save PSW in clockIrqHandler, not update it
2001-05-31 kvigordon't know why yet, but must update PSW in ClockIrqHandler
2001-05-30 kvigorAdd _naked modifier
2001-05-30 kvigorUse sparkly new _naked attribute
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 johanknolfixed the ClockIrqHandler()
2001-05-25 johanknol*** empty log message ***
2001-05-25 johanknolfixed the ClockIrqHandler()
2001-05-25 johanknolupdate the buffer pointer after possible relocation...
2001-05-24 kvigorInclude error number in ErrTab
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 johanknolternary bug solved
2001-05-24 kvigoralloca() chokes badly on Borland
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 jtvolpeAdded support functions BuildCmdLine and my_system...
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-17 kmhbeautified --disable-*-port options
2001-05-16 kvigorclean up a bunch of compiler warnings
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 michaelhLengthened the maximum filename to 100 chars
2001-05-14 michaelhLengthened the maximum filename to 256 chars
2001-05-14 michaelhFixed bugs involving static variables in z80 port;...
2001-05-14 michaelhMore tests
2001-05-13 jbessFix array bug < foo[foo[3]+2]=10>
2001-05-13 michaelhAdded log methods, added mod test
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-13 johanknolbankswitched isr example
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 kvigoruse memcpyx on TINI: up to 432 dhry/sec
2001-05-11 kvigorImproved genFarFarAssign
2001-05-11 kvigorhow the heck did this ever work?
2001-05-10 kvigorwork in progress: better FarFarAssign
2001-05-10 johanknolupdating examples
2001-05-10 kvigorenable BETTER_LITERAL_SHIFT by default
2001-05-10 kvigorupdate for tinibios
2001-05-07 kvigoran occasionally useful rule
2001-05-07 kvigorfix for broken better shift in ad26.c line 207
2001-05-07 michaelhAdded test suite spec
2001-05-06 michaelhMade it possible to run on other people's machines...
2001-05-06 michaelhTrimmed and added
2001-05-06 michaelhChanged to rst based system calls
2001-05-06 michaelhCommented everything; added 'volatile' to the mix;...
2001-05-05 sdattaloMore peephole to pCode parsing.
2001-05-05 michaelhFixed up va_args for ppc
2001-05-05 michaelhCommented the test cases
2001-05-05 michaelhFixed up port auto detection to excude the CVS directory
2001-05-05 michaelhImported the regression suite
2001-05-04 kvigoruninitialized variable fix by Dario Vecchio
2001-05-04 kvigormore work in progress: literal shift improvement
2001-05-04 kvigorwork in progress: fixing genLeftShiftLiteral
2001-05-04 kvigortemp file cleanup fix by Dario Vecchio
2001-05-04 kvigormore precise noOverLap
2001-05-04 kvigorfix overlapping sloc problem
2001-05-03 kvigorslight improvement in generating literal shifts; not...
2001-05-03 kvigorclean up genDjnz for far data case; include same fix...
next