2003-09-10 |
jesusc | When checking for duplicated modules use absolute libra... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
sdcc-builder | added workaround for packing bug in gcc 21.95.2 |
commit | commitdiff | tree | snapshot |
2003-09-09 |
epetrich | * src/SDCCicode.c (geniCodeLogic): fixed bug #797572 |
commit | commitdiff | tree | snapshot |
2003-09-07 |
epetrich | * device/include/string.h: added size_t typedef, changed |
commit | commitdiff | tree | snapshot |
2003-09-07 |
epetrich | * as/z80/asmain.c (main): fixed bug #801766 |
commit | commitdiff | tree | snapshot |
2003-09-06 |
epetrich | * src/z80/gen.c (aopPut, spillPairReg): fixed bug ... |
commit | commitdiff | tree | snapshot |
2003-09-05 |
bernhardheld | src/SDCCicode.c (ast2iCode): fixed differences in iCode... |
commit | commitdiff | tree | snapshot |
2003-09-05 |
sdcc-builder | fix big endian hosts |
commit | commitdiff | tree | snapshot |
2003-09-05 |
sdcc-builder | fixed 64 bit hosts |
commit | commitdiff | tree | snapshot |
2003-09-05 |
epetrich | * src/SDCCast.c (isConformingBody): fixed loop reversal bug |
commit | commitdiff | tree | snapshot |
2003-09-04 |
vrokas | * device.c, device.h, gen.c, gen.h, genarith.c, glue... |
commit | commitdiff | tree | snapshot |
2003-09-04 |
vrokas | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-09-04 |
bernhardheld | test _mullong.c on host too |
commit | commitdiff | tree | snapshot |
2003-09-04 |
bernhardheld | device/lib/_mullong.c: replaced int by short for gcc |
commit | commitdiff | tree | snapshot |
2003-09-03 |
bernhardheld | added :-) |
commit | commitdiff | tree | snapshot |
2003-09-01 |
jesusc | #warning does not work in MSVC. Used "#pragma message... |
commit | commitdiff | tree | snapshot |
2003-09-01 |
epetrich | * src/SDCCpeeph.c (notVolatile, notVolatileVariable... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
vrokas | * src/pic16/main.c: _pic16_genIVT() corrected offsets... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
bernhardheld | * device/lib/_mullong.c: fixed for "--model-large ... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
bernhardheld | * src/mcs51/gen.c (freeAsmop): fixed off by one in... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
bernhardheld | fixed for 64 bit hosts |
commit | commitdiff | tree | snapshot |
2003-08-29 |
bernhardheld | fixed it again |
commit | commitdiff | tree | snapshot |
2003-08-28 |
frief | doc/sdccman.lyx: reverted tables to those in cvs 1.64 |
commit | commitdiff | tree | snapshot |
2003-08-28 |
frief | reverted tables to cvs version 1.64. Please mail me... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
bernhardheld | device/lib/_startup.c: quick & dirty fix for ds390... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
bernhardheld | minor fix in "Configure Options" |
commit | commitdiff | tree | snapshot |
2003-08-26 |
bernhardheld | src/pic/glue.c (pic14printPublics): fix bitvars can... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
jesusc | Check for '.' in filename only, not the whole path. |
commit | commitdiff | tree | snapshot |
2003-08-24 |
frief | added section about mcs51 variants, other minor changes |
commit | commitdiff | tree | snapshot |
2003-08-24 |
jesusc | It is --use-stdout, not --use-stderr... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
jesusc | Fixed gcc warning |
commit | commitdiff | tree | snapshot |
2003-08-23 |
frief | various additions and updates. Rearranged sections |
commit | commitdiff | tree | snapshot |
2003-08-23 |
frief | several additions at various places |
commit | commitdiff | tree | snapshot |
2003-08-23 |
jesusc | mcs51 linker uses .rel extension, not .o |
commit | commitdiff | tree | snapshot |
2003-08-22 |
jesusc | z80 and mcs51 linkers complaint if a public symbol... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
epetrich | Peephole optimizer speed up |
commit | commitdiff | tree | snapshot |
2003-08-22 |
epetrich | Try to make the peephole optimizer smarter by maintaining |
commit | commitdiff | tree | snapshot |
2003-08-20 |
epetrich | fixed bug #741761 |
commit | commitdiff | tree | snapshot |
2003-08-20 |
bernhardheld | replaced _pdata by pdata |
commit | commitdiff | tree | snapshot |
2003-08-20 |
epetrich | Changed the type of the result of the ! (NOT) operator... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
bernhardheld | pic patches by Slade |
commit | commitdiff | tree | snapshot |
2003-08-18 |
epetrich | * src/z80/gen.c (isUnsplitable, fetchPairLog): fixed... |
commit | commitdiff | tree | snapshot |
2003-08-18 |
epetrich | Made bitfield a distinct type from bit so that bitfields |
commit | commitdiff | tree | snapshot |
2003-08-17 |
frief | added peepholes 180.x, moved peephole 180 to 181 |
commit | commitdiff | tree | snapshot |
2003-08-17 |
frief | Added peephole 180.x, moved peephole 180 to 181 |
commit | commitdiff | tree | snapshot |
2003-08-17 |
frief | The first rules relate to bitfields, the last speed up |
commit | commitdiff | tree | snapshot |
2003-08-17 |
frief | Added 24 peepholes 246.x - 248.x. The first rules relat... |
commit | commitdiff | tree | snapshot |
2003-08-16 |
epetrich | oops, needed dname==TRUE in my last update |
commit | commitdiff | tree | snapshot |
2003-08-16 |
epetrich | Cleaned up genPackBits and genUnpackBits and added... |
commit | commitdiff | tree | snapshot |
2003-08-16 |
epetrich | Fixed bug #748310 (pointer to function type mishandled... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
bernhardheld | Fixed bug #787649 by anonymous |
commit | commitdiff | tree | snapshot |
2003-08-14 |
jesusc | MSVC gives an error if declaration is after statements |
commit | commitdiff | tree | snapshot |
2003-08-14 |
epetrich | Fixed numerous bitfield problems. |
commit | commitdiff | tree | snapshot |
2003-08-13 |
bernhardheld | * src/SDCCcse.c (algebraicOpts): fix bug converting... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
epetrich | fixed typo in my last commit |
commit | commitdiff | tree | snapshot |
2003-08-13 |
epetrich | Made the constant following the "interrupt" keyword... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
epetrich | Generate warnings for useless declarations like "char... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
bernhardheld | src/SDCCval.c (valMult): fixex overflow detection of... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
jesusc | Fixed warnings in MSVC build. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
epetrich | Changes to support big endian targets: |
commit | commitdiff | tree | snapshot |
2003-08-07 |
frief | stale date removed, width of tables, pic16, interrupt... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
epetrich | src/z80/ralloc.c (joinPushes): made compatible with... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
epetrich | Bugfix for args regression test failure (from change... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
bernhardheld | * src/SDCCval.c (cheapestVal): changed behaviour to... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
bernhardheld | * src/SDCCast.c (decorateType): fixed gcc3.3 warning |
commit | commitdiff | tree | snapshot |
2003-08-05 |
jesusc | Fixed some warnings in MSVC build. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
bernhardheld | * support/Util/SDCCerr.c: added warning "integer overfl... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
bernhardheld | * support/Util/SDCCerr.c: added warning "integer overfl... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
bernhardheld | * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
jesusc | Fixed some warnings when building in MSVC |
commit | commitdiff | tree | snapshot |
2003-08-04 |
jesusc | Fixed some warnings when building in MSVC |
commit | commitdiff | tree | snapshot |
2003-08-04 |
jesusc | Fixed some warnings when building in MSVC |
commit | commitdiff | tree | snapshot |
2003-08-03 |
bernhardheld | removed --nostdlib as suggested by Jesus |
commit | commitdiff | tree | snapshot |
2003-08-03 |
bernhardheld | src/SDCCast.c (constExprTree): fix bug #781827 by Carl... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
bernhardheld | redo Frieder's patch |
commit | commitdiff | tree | snapshot |
2003-08-02 |
jesusc | 'O' record is output correctly now. |
commit | commitdiff | tree | snapshot |
2003-08-01 |
jesusc | Added support\librarian\Makefile |
commit | commitdiff | tree | snapshot |
2003-08-01 |
jesusc | Don't remove .\Makefile |
commit | commitdiff | tree | snapshot |
2003-08-01 |
jesusc | chmod a+rwx configure configure.in |
commit | commitdiff | tree | snapshot |
2003-08-01 |
jesusc | Cleaning up mess while trying to build librarian. ... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
jesusc | Added librarian to MSVC build. |
commit | commitdiff | tree | snapshot |
2003-08-01 |
jesusc | configure not needed for librarian. Makefile is enough. |
commit | commitdiff | tree | snapshot |
2003-08-01 |
jesusc | configure not needed for librarian. Revert to previous... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
jesusc | Adding librarian to build |
commit | commitdiff | tree | snapshot |
2003-07-31 |
bernhardheld | minor fix: sdcpp language is c99 |
commit | commitdiff | tree | snapshot |
2003-07-31 |
bernhardheld | 3. fix, this time for Alpha; ULONG has 64 bits there... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
jesusc | Adding sdcclib to the build. |
commit | commitdiff | tree | snapshot |
2003-07-31 |
jesusc | Beginning of librarian support added. |
commit | commitdiff | tree | snapshot |
2003-07-31 |
jesusc | First try to build under Linux |
commit | commitdiff | tree | snapshot |
2003-07-30 |
jesusc | Options --int-long-rent --float-rent --stack-auto are... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
jesusc | Linker complaints if linked modules have conflicting... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
jesusc | Warning when libfile not found and path is null |
commit | commitdiff | tree | snapshot |
2003-07-28 |
jesusc | Generate a warning when a library file is not found. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
bernhardheld | src/z80/mappings.i: fix _mul[us][int,long] entries |
commit | commitdiff | tree | snapshot |
2003-07-27 |
bernhardheld | fix for *z80 |
commit | commitdiff | tree | snapshot |
2003-07-27 |
jesusc | Do not search for crt0.o when --nostdlib |
commit | commitdiff | tree | snapshot |
2003-07-26 |
bernhardheld | fix test on host |
commit | commitdiff | tree | snapshot |
2003-07-25 |
jesusc | Solved some issues with cygwin paths again... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
bernhardheld | * src/SDCCicode.c (operandOperation): really fixed... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
jesusc | Added execution time functions for win32 |
commit | commitdiff | tree | snapshot |
next |