SourceForge.net

Search

Index of /trunk/sdcc/src

Files shown:71
Directory revision: 5233 (of 5233)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
avr/  5069  6 months  MaartenBrock  * src/*/ralloc.c: removed IS_OP_RUONLY macro * src/ds390/ralloc.c (packRegisters...
ds390/  5192  3 months  MaartenBrock  * .version, * doc/sdccman.lyx: bumped sdcc version to 2.8.2 * src/ds390/gen.c (a...
ds400/  4263  2 years  borutr  * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in, src/po...
hc08/  5077  6 months  MaartenBrock  * src/ds390/gen.c (pushSide, genPcall), * src/hc08/gen.c (pushSide, genPcall): s...
izt/  4563  20 months  borutr  * use dynamic memory buffers instead temporary files * support/Util/dbuf_string....
mcs51/  5191  3 months  MaartenBrock  * src/mcs51/gen.c (genNearPointerGet, genNearPointerSet): fixed bug 1938300 * su...
pic/  5214  3 weeks  tecodev  * src/pic/*.[ch]: removed dead/replaced code, no functional changes
pic16/  5228  6 days  tecodev  * src/pic16/gen.c (pic16_derefPtr): handle CPOINTERs as well * (genConstPointerG...
regression/  5161  3 months  tecodev  * src/regression/empty.c: suppress warning * src/regression/pointer1.c: enabled ...
xa51/  5069  6 months  MaartenBrock  * src/*/ralloc.c: removed IS_OP_RUONLY macro * src/ds390/ralloc.c (packRegisters...
z80/  5233  9 hours  MaartenBrock  * src/z80/gen.c (genCmpGt, genCmpLt): fixed bug 2094505 * support/regression/tes...
Makefile.bcc  4985  8 months  borutr  * src/SDCCasm.[ch]: renamed from asm[ch], use dbuf_getline(), ... * src/src.dsp,...
Makefile.in  4985  8 months  borutr  * src/SDCCasm.[ch]: renamed from asm[ch], use dbuf_getline(), ... * src/src.dsp,...
README  3  8 years  michaelh  Initial revision
SDCC.lex  5205  4 weeks  borutr  * src/SDCCval.c, src/SDCCmain.c, src/SDCC.lex, device/lib/pic/Makefile.rules, ...
SDCC.y  5219  2 weeks  borutr  * src/SDCC.y: applied patch 1963382: Listing File - C file comment is incorrec...
SDCCBBlock.c  5007  6 months  borutr  * src/pic16/glue.c, src/SDCCast.c, src/SDCCast.h, src/SDCCBBlock.c, src/SDCCcs...
SDCCBBlock.h  3703  3 years  epetrich  * src/port.h (struct PORT), * src/avr/ralloc.c (avr_assignRegisters), * src/avr/...
SDCCargs.h  4855  14 months  borutr  * src/SDCCmain.c: removed option -C since SDCC compiler doesn't know how to ha...
SDCCasm.c  4988  8 months  borutr  * as/hc08/Makefile.bcc, as/hc08/Makefile.in, as/hc08/as_hc08.dsp, as/mcs51/Mak...
SDCCasm.h  4985  8 months  borutr  * src/SDCCasm.[ch]: renamed from asm[ch], use dbuf_getline(), ... * src/src.dsp,...
SDCCast.c  5231  19 hours  borutr  * src/SDCCglue.c, src/SDCCast.c: fixed throw of "excess elements" warning for ...
SDCCast.h  5045  6 months  borutr  * src/SDCCast.c, src/SDCCast.h: fixed bug #1874922: explicit typecast is ineff...
SDCCbitv.c  3025  4 years  kflittner   fixed bug #845089 * src/SDCCbitv.h, * src/SDCCbitv.c: added function to free ...
SDCCbitv.h  3025  4 years  kflittner   fixed bug #845089 * src/SDCCbitv.h, * src/SDCCbitv.c: added function to free ...
SDCCcflow.c  3704  3 years  epetrich  * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this last time....
SDCCcflow.h  3703  3 years  epetrich  * src/port.h (struct PORT), * src/avr/ralloc.c (avr_assignRegisters), * src/avr/...
SDCCcse.c  5101  5 months  MaartenBrock  * src/SDCCcse.c (algebraicOpts): fixed bug 1579949 * support/regression/tests/bu...
SDCCcse.h  3703  3 years  epetrich  * src/port.h (struct PORT), * src/avr/ralloc.c (avr_assignRegisters), * src/avr/...
SDCCdebug.c  5076  6 months  jesusc   Fixed bug 1909409: Pdata in OMF file
SDCCdebug.h  3304  4 years  epetrich   * src/hc08/gen.c (hc08_emitDebuggerSymbol), * src/hc08/main.c, * src/mcs51/ge...
SDCCdflow.c  3703  3 years  epetrich  * src/port.h (struct PORT), * src/avr/ralloc.c (avr_assignRegisters), * src/avr/...
SDCCdflow.h  3703  3 years  epetrich  * src/port.h (struct PORT), * src/avr/ralloc.c (avr_assignRegisters), * src/avr/...
SDCCdwarf2.c  4604  19 months  borutr  * sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type on WIN3...
SDCCdwarf2.h  3305  4 years  epetrich   * src/hc08/gen.c (hc08_emitDebuggerSymbol), * src/hc08/main.c, * src/mcs51/ge...
SDCCerr.c  5002  7 months  MaartenBrock  * src/SDCCast.c (resolveSymbols): added reentrancy check for parameters of fun...
SDCCerr.h  5002  7 months  MaartenBrock  * src/SDCCast.c (resolveSymbols): added reentrancy check for parameters of fun...
SDCCglobl.h  5155  3 months  MaartenBrock  * src/SDCCast.c (fixupInline, createFunction): save currBlockno in fixupInline...
SDCCglue.c  5231  19 hours  borutr  * src/SDCCglue.c, src/SDCCast.c: fixed throw of "excess elements" warning for ...
SDCCglue.h  4563  20 months  borutr  * use dynamic memory buffers instead temporary files * support/Util/dbuf_string....
SDCChasht.c  2442  5 years  borutr  deallocates the item, if allready exsists, before adding the new one
SDCChasht.h  1539  6 years  sandeep  Added function hTabMaxKey returns Max key size in a hashTable
SDCCicode.c  5230  19 hours  MaartenBrock  * as/z80/aslist.c (lstsym): changed old K&R to ANSI * src/SDCCicode.c (geniCodeC...
SDCCicode.h  4905  12 months  MaartenBrock  * src/ds390/gen.c (genFarPointerSet), * src/hc08/ralloc.c (packRegisters), * src...
SDCClabel.c  4578  19 months  borutr  * SDCClabel.c: fixed bug #1638651: wrong linenumber presented in warning * src/a...
SDCClabel.h  618  7 years  johanknol  Beautified (indented) compiler source tree
SDCCloop.c  5129  5 months  MaartenBrock  * src/SDCCloop.c (loopInvariants): applied fix for bug 1717943, thanks Robert ...
SDCCloop.h  4018  2 years  bernhardheld  * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to newiTempL...
SDCClrange.c  5029  6 months  MaartenBrock  * src/SDCClrange.c (findPrevUse): fixed bug 1888147 * support/regression/tests/b...
SDCClrange.h  4014  2 years  bernhardheld  * src/mcs51/gen.c (gen51Code): show final register usage after fillGaps in asm w...
SDCCmacro.c  2542  5 years  borutr  fixed bug in handlig quote at the end of line
SDCCmacro.h  1485  6 years  michaelh   * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
SDCCmain.c  5205  4 weeks  borutr  * src/SDCCval.c, src/SDCCmain.c, src/SDCC.lex, device/lib/pic/Makefile.rules, ...
SDCCmem.c  4909  12 months  MaartenBrock  * src/pic16/glue.c, * src/pic/glue.c, * src/SDCCmem.h: removed maxRegBank * src/...
SDCCmem.h  4909  12 months  MaartenBrock  * src/pic16/glue.c, * src/pic/glue.c, * src/SDCCmem.h: removed maxRegBank * src/...
SDCCopt.c  5007  6 months  borutr  * src/pic16/glue.c, src/SDCCast.c, src/SDCCast.h, src/SDCCBBlock.c, src/SDCCcs...
SDCCopt.h  618  7 years  johanknol  Beautified (indented) compiler source tree
SDCCpeeph.awk  440  7 years  johanknol  Changed confusing comment
SDCCpeeph.c  5163  3 months  spth  Support nested parenthesis in peephole function arguments (#1967300)
SDCCpeeph.h  4563  20 months  borutr  * use dynamic memory buffers instead temporary files * support/Util/dbuf_string....
SDCCptropt.c  5067  6 months  MaartenBrock  * src/SDCCptropt.c (ptrPseudoSymConvert): fixed bug 1536762 * support/regression...
SDCCptropt.h  3297  4 years  epetrich  * src/SDCCicode.h, * src/SDCCicode.c (aggrToPtrDclType), * src/SDCCptropt.h, * s...
SDCCset.c  2930  4 years  bernhardheld  Replaced cast (void **) with (void *) to avoid gcc 3 warning: * src/SDCCcflow.c ...
SDCCset.h  2696  5 years  borutr  added function setFromSetNonRev() and mergeSets()
SDCCsymt.c  5225  7 days  borutr  * src/SDCCsymt.c, src/SDCCglue.c, support/regression/tests/bug-1981238.c: ap...
SDCCsymt.h  5136  4 months  MaartenBrock  * device/lib/libsdcc.lib, * device/lib/Makefile.in, * support/regression/ports/m...
SDCCutil.c  5068  6 months  MaartenBrock  * src/SDCCutil.c, * src/SDCCutil.h: added getBuildDate() * src/SDCCmain.c (print...
SDCCutil.h  5068  6 months  MaartenBrock  * src/SDCCutil.c, * src/SDCCutil.h: added getBuildDate() * src/SDCCmain.c (print...
SDCCval.c  5205  4 weeks  borutr  * src/SDCCval.c, src/SDCCmain.c, src/SDCC.lex, device/lib/pic/Makefile.rules, ...
SDCCval.h  5186  3 months  MaartenBrock  * src/SDCCast.c (createIvalType, createIvalStruct, createIvalArray, createIval...
altlex.c  3838  3 years  tecodev  * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis Rokas' patch to a...
cdbFile.c  5099  5 months  MaartenBrock  * src/cdbFile.c (cdbWriteBasicSymbol): fixed bug 1909409 for locals
clean.mk  5157  3 months  MaartenBrock  * as/hc08/clean.mk, * as/mcs51/clean.mk, * as/z80/clean.mk: also clean *.dep * d...
common.h  4985  8 months  borutr  * src/SDCCasm.[ch]: renamed from asm[ch], use dbuf_getline(), ... * src/src.dsp,...
conf.mk  4121  2 years  bernhardheld  Enabled VPATH feature: changed nearly all Makefiles (149 files). See sdccman.lyx...
port-clean.mk  4121  2 years  bernhardheld  Enabled VPATH feature: changed nearly all Makefiles (149 files). See sdccman.lyx...
port.h  5199  8 weeks  spth  Fixed typo in comment
port.mk  4831  15 months  borutr  * */Makefile.in: removed annoying warning: Makefile:xx: Makefile.dep: No such ...
reswords.gperf  326  8 years  michaelh  Added alternate lexer
src.dsp  4985  8 months  borutr  * src/SDCCasm.[ch]: renamed from asm[ch], use dbuf_getline(), ... * src/src.dsp,...
version.awk  4098  2 years  borutr  * src/version.awk: adapted for svn
yacc.dsp  4170  2 years  borutr  * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they have to have...

Download GNU tarball


Powered by ViewVC 1.0.5 ViewVC Help