fw/sdcc
2001-11-15 kvigorFix broken genXor in bug-460444
2001-11-14 sandeepslocs are not statics
2001-11-14 sandeepSecond pass for register allocator
2001-11-14 sandeepFixed another AOP_STR & ruonly problem
2001-11-14 sandeepFixed a post increment bug
2001-11-14 sandeepMany changes. Started a second pass to the register...
2001-11-14 sandeepAdded spillA - flag set when spilt by register allocator
2001-11-14 sandeepCheck for sign only when required
2001-11-14 sandeepDiscovered pointer type for & operation could be incorr...
2001-11-14 sandeepAdded bpx Needed for 10bit stack pointer ds390
2001-11-13 bernhardheld * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata...
2001-11-13 bernhardheld * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata...
2001-11-13 johanknolsize of a function is the size of a code pointer
2001-11-13 johanknolfixed bug #481053
2001-11-13 johanknolprevent push/pop-s for SEND registers
2001-11-13 johanknolall excess initializers (that I can think of) are catch...
2001-11-12 johanknolMore excess initializer warnings. Global scalar and...
2001-11-12 johanknolextra warnings for excess scalar/array/struct initializers
2001-11-12 johanknolfixed bug #478037
2001-11-12 johanknolprevent a timeout of the simulator
2001-11-12 johanknolsize of a function is the size of a code pointer
2001-11-12 johanknolfixed bug #480712
2001-11-12 johanknolsmall fix where op was a value
2001-11-11 johanknolfixed bug #479725
2001-11-11 bernhardheld * sdcc/sim/ucsim/globals.cc: New: IXRAM.
2001-11-11 johanknolfixed bug #480645
2001-11-11 bernhardheldmake it running
2001-11-11 johanknolfall back to e format if float is too big
2001-11-11 johanknolslightly more enhanced fp test
2001-11-11 johanknolparameters of internal c support functions are extern
2001-11-11 johanknoladded some _'s
2001-11-11 sdattalo- Added setReverse to reverse the order of a set
2001-11-11 kvigorwe sometimes use five elements of aop_str
2001-11-10 sandeepIntroduced DPTR use - now DPTR will allocated to liveRa...
2001-11-10 sandeepImproved accuse
2001-11-10 sandeepAdded iCodeSeqhTab - hashTable maintained with ic->seq
2001-11-10 sandeepCosmetics -- prints ruonly flag in printOperand
2001-11-10 sandeepMinor impreovement to cse - prefer register equivalent...
2001-11-10 johanknolfixed and cleaned up fp support, optimisation yet to...
2001-11-10 sandeepFixed the range computation for SEND iCode
2001-11-10 sandeepAdded initial cseCostEstimation function, this I think...
2001-11-10 sandeepAdded NULL entry for port->cseOk
2001-11-10 sandeepAdded NULL to port->cseOk function
2001-11-10 sandeepSmall change in valCastLiteral. I think this is a BUG...
2001-11-10 sandeepAdded eBBlockNum to iCode .. now we know which basic...
2001-11-10 sandeepdon't understand why all bit operations operands need...
2001-11-10 sandeepTook away some dead code & added checking with port...
2001-11-09 sandeepmoved back NULLING of spil location. generated horrble...
2001-11-09 sandeepsome more progress
2001-11-09 sandeepNow uses clashes bitVect to determine if the slocs...
2001-11-09 sandeepFixed a potential bug in genGenPointerSet
2001-11-09 sandeepNow uses the clash information to determine of slocs...
2001-11-09 sandeepAdded support for Post Increment to pointerSet routines too
2001-11-09 sandeepAdded function computeClash - also moved NULLING out...
2001-11-09 sandeepAdded helper Macro SYM_SPIL_LOC
2001-11-09 sandeepAdded function hTabMaxKey returns Max key size in a...
2001-11-09 sandeepAdded printing filename & clashes vector in dumpLiveRanges
2001-11-09 sandeepAdded clashes (bitVect) to symbol structure
2001-11-09 johanknolsome prelimanary floating point fixes
2001-11-09 johanknollost some debugging aids
2001-11-08 johanknolobsolete
2001-11-08 johanknolcommited Sandeep's ptr inc/dec opts after his disc...
2001-11-08 johanknoltemp fix for mcs51 jump out of range
2001-11-08 johanknolsome more debugging aids
2001-11-08 bernhardheldMake it right
2001-11-08 bernhardheldFind RLIMIT_CPU in sys/resource.h
2001-11-08 bernhardheldmoved to fwk/lib
2001-11-08 sdattalo^= is now working.
2001-11-08 sandeepAdded another pattern to scan for post increment
2001-11-07 michaelhFixed up missing globl
2001-11-07 michaelh * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs...
2001-11-07 bernhardheld * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
2001-11-07 michaelhAdded missing entries
2001-11-07 kvigorogga-ectomy
2001-11-07 sandeepAdded option --use-accelerator (for DS390)
2001-11-07 sandeepDisbale interrupt during Accelerator operations
2001-11-07 sandeepAnother small improvement on cast remat
2001-11-07 sandeepFixed cast remat problem for pointerGet & pointerSet
2001-11-07 sdattalo- Parameter passing now works
2001-11-06 johanknolfixed bug #478698
2001-11-06 johanknola small naked and calleesave fix
2001-11-06 kvigorArithmetic accelerator: genModTwoBytes loaded MB backwa...
2001-11-06 kvigorArithmetic accelerator fixes: literal multiply/divide...
2001-11-05 kvigorFix crash compiling vprintf.c
2001-11-05 sandeepadded macro IS_CAST_ICODE
2001-11-05 sandeepcast of a remat is also remat.
2001-11-05 sandeepCast of a remat is also remat.
2001-11-05 johanknolfixed bug #477835 for the mcs port
2001-11-05 johanknolmore function pointer issues
2001-11-05 michaelhAdded heap support functions
2001-11-05 michaelh * device/include/malloc.h: Added z80 and gbz80 support.
2001-11-05 michaelh* src/SDCCmain.c (parseCmdLine): Added support for...
2001-11-05 michaelh * support/regression/tests/bug-478094.c: Added.
2001-11-04 bernhardheld * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for...
2001-11-04 michaelhFor 296a
2001-11-04 sandeepAdded a new warning message "W_CAST_STRUCT_PTR" when
2001-11-04 sandeepFixed bug-478036 : (struct array passed as argument)
2001-11-04 johanknolmore function pointer parameter issues
2001-11-04 johanknola small fix for the floating point problem
2001-11-04 michaelh * support/regression/tests/bug-477927.c: Added.
next