* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[fw/sdcc] / src / avr /
2001-03-05 sandeepsome more avr specific
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-22 sandeepmultiply fixup
2001-02-19 sandeepAVR specific changes
2001-02-19 sandeepAVR specific changes
2001-02-19 sandeepAVR specific changes
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-07 jbessFix asm label generation. Suppress some warning
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 johanknolChange ALLOC_ATOMIC in ALLOC
2001-01-28 michaelhMerge of the izt changes.
2001-01-04 jtvolpeMS VC6 Port
2001-01-04 jtvolpeMS VC6 Port
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-11 sandeepsome -xstack related stuff
2000-10-30 sandeepSome more AVR intermediate commit
2000-10-21 sandeepfixed a parameter declaration regression
2000-10-14 sandeepFixed a loop invariant bug & a casting bug
2000-10-09 sandeepanother AVR
2000-10-08 sandeepIntermediate commit for AVR
2000-10-08 sandeepYet another intermediate commit
2000-10-07 sandeepAnother intermediate commit for AVR
2000-10-01 sandeepsome more avr intermediate stuff
2000-10-01 sandeep /* added condition transformations */
2000-09-30 sandeepAVR Intermediate commit
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-09 sandeep1) added some debug dumping
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-01 michaelhPre 2.95-2
2000-07-20 michaelhMost of the way to far fun support
2000-07-12 michaelhMerge out from the z80 far branch
2000-06-24 sandeepforgot to make the change for AVR
2000-06-05 michaelhMerge back from 2.21-pre1
2000-05-07 sandeepAdded print Allocation info will print
2000-04-19 michaelh* Re-added .dw for words, but now port dependent.
2000-04-08 michaelhMerged changes between gbdk-293 and main
2000-04-05 michaelh* All types of stuff to support different assemblers.
2000-03-20 sandeepmore on AVR
2000-03-20 sandeepMore AVR stuff
2000-03-19 sandeeplots of progress in AVR
2000-03-18 sandeepmaking progress with AVR
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-04 sandeepinitial version just copied them from mcs51 directory