* src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
[fw/sdcc] / src /
2003-02-08 bernhardheld* src/SDCCsymt.c (initCSupport): fix compile warning...
2003-02-06 kvigorbug 681909: tell preprocessor we're compiling C99,...
2003-02-06 johanknolWhat was I thinking?
2003-02-04 kvigorMinor ds390 performance enhancement on generic pointer...
2003-02-02 borutrdelete $(LIB) only if exist
2003-02-02 borutrcorrected misspelled project name from msc51a to mcs51a
2003-02-02 borutrfixed compilation with Borland C
2003-02-02 epetrichChanged stack usage declaration to match sdcc/src/mcs51...
2003-02-02 johanknolfixed bug #628025
2003-02-02 johanknolNow the regression tests could go online again
2003-02-02 johanknolfixed bug #631653
2003-02-02 kvigorCleanups of the mess I made on the last commit
2003-02-02 jesuscFixed bug 678574: "ds390: ASlink-Error-Stack overlaps...
2003-02-01 johanknolfixed Karl's "2 | (1<<8)"
2003-01-31 kvigorInternal error compiling bug-524691 regression test
2003-01-31 johanknolApplied Jan Rejlek's >64K startup patch.
2003-01-30 johanknolthis will signal an inter error, speeds up bug tracing
2003-01-29 jesuscaccepts --xram-size 0 (no ext ram)
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-29 jesuscAdded options --code-size and --xram-size
2003-01-28 bernhardheld* src/ds390/gen.c: fix deps by replacing <common.h...
2003-01-27 johanknolfixed bug #613764
2003-01-26 johanknolSee Changelog 1.163
2003-01-26 johanknol* src/SDCCglue.c: reverted back to 1.124
2003-01-25 johanknolA better fix for bug#661910
2003-01-25 johanknolThat was a little too efficient
2003-01-24 bernhardheld* src/spawn.c: removed
2003-01-24 bernhardheld* src/Makefile.in: remove spawn.o
2003-01-24 johanknolfixed bug #667458
2003-01-24 johanknolan ival doesn't always has a storage class anymore
2003-01-24 johanknolfixed bug #458099 (again, but now better)
2003-01-24 johanknolfixed bug #661910
2003-01-23 bernhardheld* src/mcs51/peeph.def: better assembler identation...
2003-01-22 bernhardheld* src/pic/pcode.c (get_op_from_instruction): fix concat...
2003-01-19 bernhardheld* src/mcs51/peeph.def: Frieder: removed 237, obsolete...
2003-01-19 bernhardheld../m
2003-01-16 johanknolfixed bug #655842
2003-01-16 johanknolreset linenumber when sourcefile changed
2003-01-15 epetrichfixed bug 663530
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
2003-01-13 bernhardheld* src/ds390/peeph.def: #237 another rule from Frieder
2003-01-13 bernhardheld* src/ds390/peeph.def: fix #123; add 14 rules by Fioren...
2003-01-12 bernhardheld* src/SDCCmain.c (main): port->finaliseOptions() moved...
2003-01-11 bernhardheld* src/SDCCmain.c (assemble, linkEdit): preparations...
2003-01-11 bernhardheld* src/SDCCmain.c (assemble, linkEdit): preparations...
2003-01-11 bernhardheldnew option -o
2003-01-09 bernhardheld* src/mcs51/gen.c (genPlus): replaced "mov b,acc" by...
2003-01-07 johanknolfixed bug#600035
2003-01-07 bernhardheld* as/mcs51/lkmem.c: added several l-modifiers to printf...
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...
next