* support/regression/tests/bug-485362.c: Added.
[fw/sdcc] / src /
2001-11-25 michaelh * support/regression/tests/bug-485362.c: 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 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 sandeepImplemented builtin functions
2001-11-18 sandeepImplementaion of builtin functions
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 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 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-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 johanknolfixed bug #478037
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 johanknolfixed bug #480645
2001-11-11 johanknolparameters of internal c support functions are extern
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 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 johanknolcommited Sandeep's ptr inc/dec opts after his disc...
2001-11-08 johanknolsome more debugging aids
2001-11-08 sdattalo^= is now working.
2001-11-08 sandeepAdded another pattern to scan for post increment
2001-11-07 michaelh * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs...
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...
next