fix of bug #533274
[fw/sdcc] / src /
2002-08-29 borutrcorrected improper use of assert
2002-08-28 bernhardhelda better fix
2002-08-28 bernhardheldsrc/SDCCglue.c (printIvalArray): iterative calculation...
2002-08-28 borutradded
2002-08-28 borutr- added Release configuration in VS projects
2002-08-11 sdattalox = y >> 6; was failing if x and y were 16-bit ints
2002-08-10 borutrfile preOutName was unlinked before closed. This seems...
2002-08-09 borutradded xa51 Visual Studio 6.0 project files
2002-08-09 sdattaloIndirect pointer access to banks 2 and 3 on the 'f877...
2002-08-07 borutr- added newline in the .def file to keep MSC compiler...
2002-08-07 borutr- function strcasecmp() is not defined in MSC (and...
2002-08-07 borutr- added return 0 statements after assert() to make...
2002-08-07 borutr- added missing ending ';' to rules to get rid of bison...
2002-08-07 borutr- solved MSC error in function decorateType()
2002-08-07 borutr- changed project type to Generic Project so that can...
2002-08-07 borutr- removed compiler command line option /WX: Treats...
2002-08-07 borutr- removed compiler command line option /WX: Treats...
2002-08-07 borutr- removed compiler command line option /WX: Treats...
2002-08-07 sdattaloAdded regression tests for compound comparisons.
2002-08-07 borutrUnification of code in functions tempfilename() and...
2002-07-30 sdattalo- Register banking wasn't working for bit variables...
2002-07-27 sdattaloTurned off verbose debugging
2002-07-27 sdattalovarA = (varB > CONSTANT); Was not compiling correctly.
2002-07-26 kvigorbug 568948: building with latest MSVC
2002-07-26 kvigor"fix" bug 585128
2002-07-26 kvigorBug 580443 fix
2002-07-25 sdattaloRegisters used inline were not getting allocated.
2002-07-25 sdattaloFixed two bugs with inline assembly:
2002-07-23 sdattaloInterrupt context registers WSAVE and SSAVE were not...
2002-07-18 bernhardheldfixed access to array of structures
2002-07-14 sdattalo"ancestor" flow logic was implemented. Applied optimiza...
2002-07-11 sdattaloAdded CLRWDT instruction again (this time correctly).
2002-07-10 sdattalorenamed a function ins pcodeflow that conflicted with...
2002-07-10 sdattaloAdded pcodeflow.c - much of pcode.c will eventually...
2002-07-09 sdattalo(bandaid) Fixed core dump. You have to specify a valid...
2002-07-07 sdattaloDuring a debug session, the code for fixing register...
2002-07-07 sdattaloMore register optimizations
2002-07-07 sdattaloinline assembly was generated as plain text, now it...
2002-07-06 sdattaloFixed seg fault for empty programs. Added more register...
2002-07-05 sdattaloApplied patch from Kevin L. Pauba that added the #pragm...
2002-07-05 sdattaloRegister Optimizer was ignoring volatility of SFRs
2002-07-04 sdattaloMore enhancements to register optimization algorithms.
2002-07-02 sdattalopCode Register optimization - registers used in only...
2002-06-23 sdattalopCode live-range analysis algorithms have been added.
2002-06-19 sdattaloOperand comparisons were unnecessarily failing in the...
2002-06-17 sdattaloFixed some pointer bugs. Added option to selectively...
2002-06-13 sdattaloImproved the Register Banking algorithm.
2002-06-11 johanknolThat wasn't a good idea?
2002-06-02 sdattaloFunction inlining works well now. Added more flow analysis.
2002-05-31 sdattaloPIC aopput was using #00 as a register name.
2002-05-31 sdattaloPIC Port - fixed pointer/array accesses. Stream line...
2002-05-20 sdattaloFixed shifts by varaibles. Added rotate test code to...
2002-05-18 sdattaloFixed fatal infinite loop in pcode optimizer.
2002-05-17 sdattaloNumerous bug fixes in PIC Port (pointers, shifting...
2002-05-11 sdattaloFixed several pointer related bugs in the PIC port
2002-05-10 sdattaloFixed several tiny bugs.
2002-05-10 sdattaloAdded support for multiplication. Fixed peep hole bugs...
2002-04-23 michaelh * device/lib/z80/printf.c: Changed emitter to volatile...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-03-28 johanknolfixed bug #532436
2002-03-20 kvigorConsolidate generic pointer code
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-03-16 sandeepFixed left shift. Will promote the left side of a left...
2002-03-15 sdattalodattalo - Added bank1.c and string1.c to test banking...
2002-03-15 sdattalodattalo Added pcodeflow.h - most of the flow definition...
2002-03-14 sdattalodattalo - Disabled code dependent on ports that have...
2002-03-14 sdattalodattalo - Major commit! re-wrote register allocation...
2002-03-06 johanknolsome minor improvements
2002-03-04 johanknolfixed
2002-03-03 johanknolChangelog:1.102 I hate to repeat myself ...
2002-03-03 johanknolchanged some warnings to errors when codegen is skipped
2002-03-03 johanknolfixed a warning
2002-03-03 johanknolfixed bug #524685
2002-03-03 johanknolfixed the << promotion for ops
2002-03-02 sandeepAdded some more peephole rules
2002-03-02 sandeepVarious fixes & enhancements
2002-03-02 sandeepfunctions "alldefsoutofrange" and "notusedinblock"...
2002-03-02 sandeepvarious fixes & enhancements (ds390) specific
2002-03-02 sandeepFunctions "allDefsOutOfRange" & "notUsedinBlock" moved...
2002-03-02 sandeepBetter fix for bug # 514308
2002-03-02 johanknolfixed bug#524708
2002-03-02 johanknolfixed a void bug exposed by bug #524691
2002-03-02 johanknolfixed bug #524691
2002-03-02 johanknolfixed the literal shift bug exposed by bug #524685...
2002-03-02 michaelh * src/SDCCsymt.c (initCSupport): Removed managling...
2002-03-01 johanknolswapped type and val->type ;(
2002-03-01 johanknolswappen from and to
2002-03-01 johanknolfixed bug #524211
2002-03-01 johanknolfixed bug #524209
2002-03-01 johanknolfixed bug #524195
2002-02-26 johanknolfixed bug #522534
2002-02-26 johanknolfixed a warning
2002-02-24 johanknolxa51 backup
2002-02-23 johanknolfixed bug #460088
2002-02-22 johanknolfixed bug #514865
2002-02-22 johanknolfixed bug #516625
2002-02-21 sandeepPrevious fix was not good. basic blocks that have ...
2002-02-21 johanknolfixed bug no 514308
2002-02-20 sandeepFixed BUG #519583. If a conditional block ended in...
2002-02-20 sandeepRemoved fix (Fixed in SDCCloop.c)
next