fw/sdcc
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...
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...
next