fw/sdcc
2001-12-23 michaelh * src/z80/mappings.i: Added z80asm support.
2001-12-23 johanknolfixed the remainder of bug #485513
2001-12-21 johanknolremoved a useless experiment
2001-12-21 sandeepIndented some comments .
2001-12-21 sandeepFixed a bug major in FillGaps , have to check uses...
2001-12-20 sandeepFixed bug #493423, allow 0 element arrays in structures...
2001-12-20 sandeepMade some functions "static" for better optimizations...
2001-12-19 johanknolfixed bug #482699
2001-12-19 johanknolfixed bug #486483
2001-12-19 johanknolfixed bug #494721
2001-12-19 sandeepFixed a post increment bug . Cannot post increment...
2001-12-19 sandeepif "const" specified with other storage class then...
2001-12-19 sandeepIf a variable/function is declared as extern then decla...
2001-12-19 sandeepAdded function deleteFromSeg
2001-12-18 sdattaloYet again, signed comparisons to literals has been...
2001-12-18 bernhardheld * support/regression/Makefile: added test for mcs51...
2001-12-18 bernhardheld * support/regression/Makefile: added test for mcs51...
2001-12-18 johanknolfixed a typo
2001-12-18 sandeepupdated to reflect the changes in port structure
2001-12-18 sandeepSome peepholes cannot be done in tiniNative mode becaus...
2001-12-18 sandeepAdded tiniNative port
2001-12-18 sandeepMore assembler agnostisisms now the code generated...
2001-12-18 sandeepadded unqualified_pointer, globals_allowed & reset_labe...
2001-12-18 sandeepAdded mappings for "a390" the TINI assembler
2001-12-18 sandeepAdded _JavaNative & Overlay to funcattrs
2001-12-18 sandeep1) port decides whether to handle GPOINTER unqualified...
2001-12-18 sandeepadded functions flat24bitModeAndPortDS390 & portIsDS390...
2001-12-18 sandeepPort decides whether to handle a GPOINTER unqualified...
2001-12-18 sandeepAdded check for _overlay keyword to force a function...
2001-12-18 sandeepAdded port "tiniNative"
2001-12-18 sandeep1) don't mark a liverange as Live across a functioncall...
2001-12-18 sandeepIncomplete implementation of #pragma OVERLAY (work...
2001-12-18 sandeep1) Port decides whether to handle GPOINTER unqualified...
2001-12-18 sandeep1) Added keyword "_JavaNative" prep for TINI
2001-12-18 sandeep1) Added Keywords "_JavaNative" prep for TINI
2001-12-17 johanknolmmmm, that could be better
2001-12-17 johanknolchange to initialized data segment before emitting...
2001-12-17 johanknolfixed bug #490097
2001-12-17 johanknolassigning NULL to a generic pointer is ok
2001-12-17 johanknolfixed an aggregate initialization bug
2001-12-17 bernhardheld(_*_genXINIT) orl instead of add
2001-12-16 bernhardheld(_ds390_genXINIT) added test for 0 length
2001-12-16 bernhardheld(_mcs51_genXINIT) added test for 0 length
2001-12-16 johanknolanother missing file. Can't we trust cvs anymore?
2001-12-16 johanknolsome small corrections
2001-12-16 johanknolThis should never have been here
2001-12-16 johanknolmissing files for "added seperate segments for initiali...
2001-12-16 johanknoladded seperate segments for initialized data
2001-12-14 johanknolremove the bad fix for bug #485514
2001-12-11 sandeepDPTR use fixed for add to remat.
2001-12-11 sdattalo*** empty log message ***
2001-12-11 johanknola fix from Jesus Calvino-Fraga (jesusc@interchange...
2001-12-10 johanknolfixed bug #482168
2001-12-10 johanknolfixed bug #490955
2001-12-09 kmhadded missing storage class adjustment
2001-12-09 kmhfixed typo EEA -> EA
2001-12-09 johanknolfixed bug #485514
2001-12-09 johanknolfixed bug #486503
2001-12-09 johanknolfixed bug #482668
2001-12-09 johanknolfixed bug #477835 for ds390-port
2001-12-06 michaelh * src/diff.1 (Index): Many, many optmisiations. Dhrys...
2001-12-05 johanknolfixed bug #489360
2001-12-04 drdanifix printf is a macro in gcc 3
2001-12-02 bernhardheldfix "inc sp"
2001-12-02 bernhardheldsupport/regression/tests/simplefloat.c: Port to mcs51
2001-12-02 bernhardheld(genFunction): avoid excess "inc sp"
2001-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-29 sandeepMissed defining D
2001-11-29 sandeepImplemented FillGaps for z80 & mcs51
2001-11-28 sandeepa) Moved DPL, DPH, DPX & B before XREGn . ralloc.c...
2001-11-28 michaelhFixed up more warnings
2001-11-28 michaelhFixed up extra static
2001-11-28 michaelhFixed up s51 autodetect
2001-11-28 michaelhCleaned up warnings
2001-11-28 michaelhFixed up s51 autodetect
2001-11-26 sandeepPrevious fix was BADDD . this should do it
2001-11-25 sandeepFixed problem where the same slocs was shared between...
2001-11-25 sandeepFixed problem where slocs can be shared by two operands...
2001-11-25 sandeepDonot reverse parameters for "builtin" functions
2001-11-25 sandeepFixed algebraicOpts() for division by self
2001-11-25 michaelh * support/regression/tests/bug-485362.c: Added.
2001-11-25 bernhardheld--debug is wrong
2001-11-25 bernhardheld * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
2001-11-25 bernhardheld * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
2001-11-24 sdattaloAdded regression testing files that should've been...
2001-11-24 michaelh * src/z80/ralloc.c (packRegsForHLUse3): Changed to...
2001-11-23 sandeepMade it assembler agnostic everything assembler specifi...
2001-11-23 sandeepMore fixes for DPTR use
2001-11-23 sandeepChanged default stack location to 0x400007
2001-11-23 sandeepAdded tokens to print bytes at different offsets
2001-11-23 sandeep& sp with 0xff
2001-11-23 johanknoltemporary disabled checkConstantRange, left a warning...
2001-11-23 sdattaloPIC Port - Totally rewrote signed comparisons. It was...
2001-11-23 johanknolfixed the "(int) = -0x81" problem
2001-11-21 sandeepfunctions containing only __builtin functions can overl...
2001-11-21 sandeepadded __typeof extention will return type of a variable...
2001-11-21 sandeepAdded __builtin function __builtin_memset_x
2001-11-21 sandeepHas __typeof enumerations
2001-11-21 sandeepa) Fixed a buch of bugs with DPTR use
2001-11-19 johanknolfixed a last minute type
next