* sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type
[fw/sdcc] / src / ds390 / gen.c
2001-12-29 sandeepa) improved computing address of stack variable
2001-12-24 sandeepMore builtin function additions for TININative
2001-12-24 sandeepALPHA version for -mTININative
2001-12-19 sandeepFixed a post increment bug . Cannot post increment...
2001-12-18 sandeepMore assembler agnostisisms now the code generated...
2001-12-16 johanknoladded seperate segments for initialized data
2001-12-09 johanknolfixed bug #477835 for ds390-port
2001-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-28 sandeepa) Moved DPL, DPH, DPX & B before XREGn . ralloc.c...
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-23 sandeepMade it assembler agnostic everything assembler specifi...
2001-11-21 sandeepAdded __builtin function __builtin_memset_x
2001-11-18 sandeepImplemented builtin functions
2001-11-16 johanknolanother small stack fix, no test case but this should...
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-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 sandeepFixed another AOP_STR & ruonly problem
2001-11-14 sandeepMany changes. Started a second pass to the register...
2001-11-13 johanknolfixed bug #481053
2001-11-10 sandeepIntroduced DPTR use - now DPTR will allocated to liveRa...
2001-11-09 sandeepAdded support for Post Increment to pointerSet routines too
2001-11-08 johanknolcommited Sandeep's ptr inc/dec opts after his disc...
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-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 sandeepcast of a remat is also remat.
2001-11-04 sandeepAdded support for DS390 Arithmetic Accelerator
2001-11-02 johanknolthis wasn't intended to be this way
2001-10-26 kvigorfix some grossness in the logic operations (genAnd...
2001-10-26 kvigorfix broken genOr
2001-10-23 kvigording, dong, the ack is dead! (fixed the last "Ack!...
2001-10-23 kvigorBug 471076 fix
2001-10-22 johanknolFunction attribute migration.
2001-10-15 johanknolfixed a regression bug, although it doesn't fix the...
2001-09-27 kbongersadjust for mach os-x support
2001-09-25 johanknolsmall improvements :(
2001-09-25 johanknola better constant to type check
2001-09-04 johanknolbug #458311
2001-09-02 kbongerstraces for AP and dptr1 use
2001-08-28 kbongersallow compile of small large model
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-21 johanknolfixed bug #451453
2001-08-12 bernhardheldHelp-text corrected
2001-08-03 johanknolfixed bug #447331
2001-08-02 kvigorfix genrshTwo bug
2001-08-01 johanknolfixed bug #444971
2001-07-30 johanknolfinal fix for bug 444507
2001-07-26 johanknolpartial fix for bug #444507
2001-07-26 johanknolpartial fix for bug #444507
2001-07-03 michaelhFixed up ENDIAN warning with mingw32. Added ability...
2001-07-02 johanknoloops
2001-07-02 johanknolsmall improvement of 8*8=8/16 signed mul
2001-06-22 johanknolbug #435214 "(long)>>9"
2001-06-17 johanknolNow _naked should work for function calls too. In fact...
2001-05-30 kvigorAdd _naked modifier
2001-05-29 kvigorfix combination of --xstack & ISRs using non-zero banks
2001-05-29 kvigorfix bug 223659
2001-05-24 kvigorfix genPlus bogus code generation demonstrated by Karl...
2001-05-24 kvigorImproved parameter passing code generation
2001-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-05-16 kvigorget Borland makefiles working yet again
2001-05-13 johanknolswitch banks after send, don't saveRegister after switc...
2001-05-11 kvigortiny improvement to genRet
2001-05-11 johanknolfixed the bankswitch critical races
2001-05-11 kvigorImproved genFarFarAssign
2001-05-10 kvigorwork in progress: better FarFarAssign
2001-05-10 kvigorenable BETTER_LITERAL_SHIFT by default
2001-05-07 kvigorfix for broken better shift in ad26.c line 207
2001-05-04 kvigormore work in progress: literal shift improvement
2001-05-04 kvigorwork in progress: fixing genLeftShiftLiteral
2001-05-03 kvigorslight improvement in generating literal shifts; not...
2001-05-03 kvigorclean up genDjnz for far data case; include same fix...
2001-05-03 kvigorfix desperate inefficiency of toBoolean when hand;ling...
2001-05-03 kvigorfix genDjnz to handle data in far space
2001-05-02 kvigorfix several 'three operand in far space' problems
2001-04-10 johanknolfixed the gencmp setting of supportRtn
2001-04-07 johanknolfixed the (long)<<27 bug
2001-04-05 johanknolUndid a very stupid thing
2001-03-21 johanknolfixed the:
2001-03-20 johanknolfixed the bit=~bit bug
2001-03-17 johanknolFixed a volatile optimalisation and some other small...
2001-03-16 johanknol*** empty log message ***
2001-03-15 johanknollet's not be too efficient
2001-03-15 johanknolfixed typo
2001-03-15 johanknolfixed the signed 8x8=8/16 multiplication
2001-03-14 johanknolImplemented the <<6 fix of Steve Drake
2001-03-08 johanknolLet's adjust instead of a boldy decrement
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-21 johanknolfixed: 100*200=32, only for the ds390 port right now
next