fw/sdcc
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
2001-11-19 johanknolFixed bug #483124
2001-11-19 michaelh * src/z80/gen.c (genCmp): Fixed compare on unsigned.
2001-11-19 michaelh * src/z80/ralloc.c (packRegsForHLUse3): Created and...
2001-11-18 bernhardheldport to mcs51
2001-11-18 bernhardheldport to mcs51
2001-11-18 sandeepImplemented builtin functions
2001-11-18 sandeepImplementaion of builtin functions
2001-11-18 sandeepdetails of __builtin function processing
2001-11-18 bernhardheld * sdcc/support/regression/tests/bug-460010.c: fix...
2001-11-18 sandeepFixed BUG #482929 - defs , uses & clashes should be...
2001-11-17 sandeepKeep uses & defs bitVectors updated during pack* operations
2001-11-17 johanknolprelimanary fix for bug #480076
2001-11-17 johanknolAlthough a one byte char array has size==1, it can...
2001-11-16 johanknolthis is better than a wild guess
2001-11-16 johanknolanother small stack fix, no test case but this should...
2001-11-16 karahaliosModified error message format to conform closer to...
2001-11-16 johanknolsmall improvement of --dumptree readabilety
2001-11-16 johanknollet's try again: a small stack fix
2001-11-16 johanknolreverting to 1.127
2001-11-16 johanknolsmall stack fix
2001-11-16 kvigorhack for getting '390 compile to work
2001-11-16 karahaliosModified error message format to conform closer to...
2001-11-15 sandeepAdded option --all-callee-saves will force all functions
2001-11-15 sandeepimproved heuristics for spilling
2001-11-15 sandeepa) fixed genAddrOf bug for parameters
2001-11-15 sandeepa) Changed _ESP to esp
2001-11-15 johanknolfixed undefined _ESP in main.c
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
next