device/lib/Makefile.in: bad fix, reverted to 1.43
[fw/sdcc] / src /
2003-07-14 bernhardheld* src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and...
2003-07-14 bernhardheldpic16 progress by Vangelis
2003-07-13 jesuscadded option --no-std-crt0 for the z80 and gbz80 ports
2003-07-13 jesuscOoops! For the z80 port, crt0.o must be the first...
2003-07-13 jesusccleaned up a little the gbz80 and z80 ports
2003-07-11 kvigorfix bug 769624
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-30 kvigorMore DS400 support
2003-06-27 kvigorMore support for DS80C400
2003-06-25 bernhardheld* src/mcs51/gen.c (gencjneshort): fixed bug #760345
2003-06-20 jesuscio.h is available only in win32
2003-06-20 jesuscBetter implementation for --use-stdout
2003-06-19 borutrfixed Z80 port again: missing -k library paths in linke...
2003-06-19 borutrcode cleaning, // comments replaced with /* */
2003-06-19 borutrfixed Z80 port - crt0.o: cannot open.
2003-06-18 borutrfixed some warnings, introduced with changes made 15...
2003-06-18 jesuscAdded option --use-stdout
2003-06-15 borutrreimplemented function inExcludeList() by using sets...
2003-06-15 borutradded functions fputStrSet(), appendStrSet(), joinStrSet();
2003-06-15 borutrreimplemented function inCalleeSaveList() by using...
2003-06-15 borutradded function setFromSetNonRev() and mergeSets()
2003-06-15 borutrcloneXxx and copyAndFreeXxx functions for options and...
2003-06-15 borutrfixed width array of pointers replaced with sets;
2003-06-11 bernhardheld* src/pic16/ralloc.c: fix warnings
2003-06-11 sdattaloApplied patch from Vangelis Rokas <vrokas@otenet.gr...
2003-06-09 jesusc--vc also affects parser errors
2003-06-09 jesuscHopefully --vc works now
2003-06-09 jesuscAdded option --vc
2003-06-03 bernhardheldsrc/SDCCpeeph.c: separate peepRules2pCode() for pic16...
2003-06-02 bernhardheldoops, not for *nix
2003-06-02 bernhardheldsrc/SDCCmain.c (tempfileandname): added check for missi...
2003-05-30 bernhardheldforgot the return
2003-05-30 bernhardheld* src/pic/device.c: added 16F819, patch by "David I...
2003-05-25 bernhardheldFinalize muluint/mulsint and mululong/mulslong merging
2003-05-25 jesuscChanged /Zm to 1000 both for release and debug versions.
2003-05-25 jesuscChanged Zm to 1000.
2003-05-25 friefadded rules 244.x, 245.x. Although they pass the regres...
2003-05-22 bernhardheldsrc/pic16/pcode.c (pic16_get_op_from_instruction):...
2003-05-21 johanknoloops
2003-05-21 johanknolfixed bug #739934
2003-05-20 bernhardheldsrc/pic16/pcode\*.c: Cleaned warnings
2003-05-20 bernhardheldApplied patch from bug 737905 (renamed yylineo to mylineno)
2003-05-19 sdattaloCleaned warnings.
2003-05-19 bernhardheldsrc/pic16/pcode.c (pic16_get_op): fixed warning on...
2003-05-18 jesuscRenamed pic.dsp and pica.dsp as pic16 and pic16a.
2003-05-18 bernhardheld* src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-05-18 johanknolremoved obsolete and buggy ARRAYINIT
2003-05-14 bernhardheldsrc/SDCCutil.c: include ctype.h for win32
2003-05-12 borutrfixed the problem with searching the DATADIR as the...
2003-05-11 borutradded --print-search-dirs command line option
2003-05-11 borutradd quotes to file name parameters for gplink and gpasm
2003-05-11 borutrincreased value of /Zm option to 1000
2003-05-11 borutrWIN32 version of getBinPath() calls GetModuleFileName...
2003-05-10 bernhardheld* src/SDCCmain.c (linkEdit): fixed buffer overflow...
2003-05-10 johanknolfixed bug #585125
2003-05-09 johanknolfixed bug #597940
2003-05-08 johanknolfixed bug #734169
2003-04-30 sdattaloPatch from Jim Hawkridge that prevents stack registers...
2003-04-29 jesuscIncrement max memory alloc for MSVC using /Zm600
2003-04-29 kvigorDS80C400 support, the beginning
2003-04-28 sdattaloAdded a new peep rule to handle carry logic (optimizes...
2003-04-26 bernhardheld* src/pic/glue.c (pic14emitRegularMap): fixed warning
2003-04-24 bernhardheldEXEEXT introduces to solve Cygwin problems
2003-04-22 sdattaloPIC port now supports object files. Applied patch from...
2003-04-20 borutrsmall change in stack handling macros, to avoid crash...
2003-04-19 borutrhandling space characters in file path
2003-04-19 borutrintroduced setDataPaths() function, {datadir} macro...
2003-04-19 borutrfixed bug in handlig quote at the end of line
2003-04-18 kvigorFix error messages which could cause SEGV on Solaris
2003-04-18 kvigoroptimization: replace modulo by a power of two with...
2003-04-18 johanknolfixed bug #635354
2003-04-17 johanknolfixed bug #716790 and removes lot's of redundant regist...
2003-04-17 johanknolNo need for that anymore
2003-04-17 johanknolfixed bug #720667
2003-04-12 borutrreworked pragma handling functions
2003-04-12 borutrreworked stack handling macros
2003-04-12 bernhardheld* src/SDCCutil.c (pathEquivalent): defined but not...
2003-04-12 bernhardheldsrc/SDCCutil.c (pathEquivalent): defined but not used
2003-04-12 borutrfixed bug in handling quotes
2003-04-12 borutr_discoverPaths() replaced with setBinPaths(), setInclud...
2003-04-12 borutrrewritten getPrefixFromBinPath()
2003-04-12 bernhardheldsrc/pic/pcoderegs.c (Remove1pcode): fix warning on...
2003-04-11 kvigorFix bug 706781
2003-04-11 kvigorFix null pointer deref that caused build failures on...
2003-04-11 sdattaloThe function name in a pointer to function variable...
2003-04-11 sdattaloSteve Tell wrote this test program to test function...
2003-04-11 sdattaloPointers - Applied function ptr patch from Steve Tell...
2003-04-09 johanknolafter a good night sleep, let's try again
2003-04-08 johanknolthis DOES cause problems
2003-04-08 johanknolthis saves a few slocs without problems
2003-04-08 johanknoldon't know why yet, but this causes a crash
2003-04-08 johanknolThis shows the registers in use in --i-code-in-asm...
2003-04-08 johanknoldisabled the fix for bug #604575
2003-04-08 johanknolfixed bug #604575
2003-04-07 bernhardheld* Makefile.common.in: unused PORT, SCC and SAS removed...
2003-04-07 pjsAdded okToRemoveSLOC conditional test to peephole optim...
2003-04-06 pjsAdded peephole to replace LJMP to RET with just a RET...
2003-04-06 johanknolI must have been braindead
next