Version 0.3.0
[fw/sdcc] / src /
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
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...
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
next