fixed check_syntax(), "break xram r 0x7654" did not work.
[fw/sdcc] / src /
2003-01-06 johanknolfixed array add
2003-01-05 bernhardheld* src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048...
2003-01-05 johanknolSmall fix for implicit integral promotion
2003-01-04 johanknolfinalized the implicit integer promotion
2003-01-04 johanknolfixed the initialized array of structures
2003-01-02 johanknolpreliminary fix for shift and implicit cast
2002-12-30 johanknolundid the integral promotion fix for now
2002-12-29 johanknolpromote operand instead of result for +-*
2002-12-28 bernhardheld* src/mcs51/peeph.def: added rules 234 and 235 from...
2002-12-28 bernhardheldsrc/mcs51/gen.c (aopGetUsesAcc): inserted missing ...
2002-12-28 johanknolfixed the implicit integral promotion as in
2002-12-27 johanknoladded option --no-xinit-opt
2002-12-26 bernhardheldsrc/mcs51/main.c: removed {bindir}{sep} from aslink
2002-12-11 jesuscChange extension 'cdb' to 'adb', so the linker doesn...
2002-12-01 sdattaloAdded the pic16 port for Martin Dubuc.
2002-10-06 wimlGive the argument of isCommutativeOp() the correct...
2002-09-20 wimlTest pointer for NULL *before* dereferencing it, not...
2002-09-19 wimlfixed the stupid mistake I made in genMinus()
2002-09-19 wimlApplying patch #609842: Fixes to mcs51 register allocat...
2002-09-08 jesuscCreate REG_BANK_[0-3] areas only for 8051 like ports.
2002-09-04 jesuscDelegates data and stack allocation to aslink. Creates...
2002-09-03 borutrintroduced atexit() handler for teporay files removal...
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
next