Latest commit was incomplete
[fw/sdcc] / src /
2001-03-06 kmhPCALL workaround
2001-03-05 jbessFix TARGET_IS_PIC error
2001-03-05 jbessCleaning index ptr/array size optimization
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-05 sandeepAdded routine PICC - short for piCodeCChain
2001-03-05 sandeepBUG in packForPush
2001-03-05 sandeepif register class & storage class then storage class
2001-03-05 sandeepsome more avr specific
2001-03-04 sdattaloPIC port pcode. Added pcode peephole feature.
2001-03-03 sandeep Fixed initializer problem & added debug printing routine
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-27 johanknolfixed --nostdinc
2001-02-26 sandeepFixed bitfield initialization in code space
2001-02-25 sandeepfixed parms->ArgSym bug & type system bug
2001-02-24 johanknolCleaned up some bits and peaces
2001-02-23 johanknol#define IS_<target>_PORT for all ports
2001-02-23 johanknolFilled in some port specific defaults
2001-02-23 johanknol-mds390 now uses --flat-model24 and --stack-10bit by...
2001-02-22 sandeepMultiply related changes
2001-02-22 sandeepmultiply fixup
2001-02-21 johanknolfixed: 100*200=32, only for the ds390 port right now
2001-02-20 sandeepFixed const pointer problem with arrays
2001-02-19 sandeepAVR specific changes
2001-02-19 sandeepAVR specific changes
2001-02-19 sandeepAVR specific changes
2001-02-18 johanknollet's find the beast
2001-02-18 sdattaloAdded changes that were lost in the last commit (becaus...
2001-02-18 sdattaloResolved CVS merge conflicts
2001-02-18 sdattaloResolved CVS merge conflicts. Re-added GcurMemap (for...
2001-02-18 sdattaloEnhancements for regression testing.
2001-02-18 sdattaloAdded pCode to the PIC port
2001-02-18 sdattalopcode generation added
2001-02-18 sandeepFixed 3 bugs
2001-02-17 johanknolFixed the lazy lazy DPTR for genCall and genPtrGet
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-13 jtvolpe- Made DefaultExePath work for VC6 also
2001-02-13 jtvolpeCleanup warnings by adding explicit casts
2001-02-07 johanknolremoved some confusing "Cannot exec whatever: Success...
2001-02-07 jbessFix asm label generation. Suppress some warning
2001-02-07 jbessOptimizing array/ptr index calulation. Fix inc/dec...
2001-02-07 jbessOptimizing array/ptr index calculation. Fix inc/dec...
2001-02-06 kvigorremove dead code and useless ifdefs; should be a big...
2001-02-06 kvigorif argv[0] contained a path specifier, add that to...
2001-02-06 kvigorSDCCerr.c and SDCCerr.h moved to support/Util
2001-02-06 kvigorImproved testing for missing required parameters in...
2001-02-06 johanknolTell us at least the linenumber
2001-02-06 johanknolBeautified. Although recommended, it's not my favourite...
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-05 kvigorundo Johan's changes for the moment
2001-02-05 johanknoloops :)
2001-02-05 johanknolfixed "too few arguments" for function calls
2001-02-05 johanknolonce again, fixed "too few parameters" for function...
2001-02-05 kvigorCheck all params to varagrs functions.
2001-02-05 kmhremoved unused file
2001-02-04 jtvolpeNew memory allocation functions with Linux fixes
2001-02-04 johanknolgdb complains about:
2001-02-04 johanknolstrcpy needs strlen+1
2001-02-04 johanknolFixed the hairy inline 'Y' bug in SDCC.y
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-04 johanknoltemporary hack for the inline Y bug
2001-02-04 johanknolabort when cpp, as or ld throws an error
2001-02-03 johanknolabort when the assembler throws an error
2001-02-03 johanknolChange ALLOC_ATOMIC in ALLOC
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2001-01-30 kvigorfix AOP_OP_3_NOFATAL
2001-01-30 kvigorI must be smoking crack; removed several debug printfs...
2001-01-30 kvigorforce aggregate arguments to varargs functions to gener...
2001-01-30 kvigorwhoops! disabled varargs parameter upcasting by mistake...
2001-01-29 kvigorFix Johan's latest finds
2001-01-29 kvigorimproved bit-wise operations with literal RHS
2001-01-28 michaelhMerge of the izt changes.
2001-01-28 michaelhBegan adding the code generation framework.
2001-01-26 kvigorupcast parameters to varargs functions to int or generi...
2001-01-26 kvigorvarious ds390 code generator improvements, including...
2001-01-26 kvigorfix on-demand integer promotion
2001-01-26 kvigoradd 'on demand' integer promotion
2001-01-25 kvigorShift integer promotion behavior is controlled by ...
2001-01-25 kvigorAdd support for ANSI integer promotion rules
2001-01-25 kvigorarray parameters should default to generic pointers
2001-01-24 kvigorfix bogus 'argument type' error with array function...
2001-01-24 kvigorpromote operands to shift operations to int
2001-01-22 kmhfixed the storage class checking
2001-01-19 michaelhImported initial.
2001-01-10 sdattaloPIC Port - Indirection works better. instrumented pic...
2001-01-08 kvigorunix-flavored builds were b0rken
2001-01-04 jtvolpeMS VC6 Port
2001-01-04 jtvolpeMS VC6 Port
2000-12-31 sdattaloPIC port on going development.most of addition, arrays...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-12-07 kvigorFix reverseLoop optimization; fix suggested by Jerome...
2000-12-05 sdattaloPIC PORT - &, |, ^
2000-12-04 sdattaloDon't call any PIC code if the PIC option is disabled.
2000-12-04 sdattaloTSD PIC port
2000-12-04 sdattaloStarted PIC port (based on mcs51 port)
2000-11-30 kvigorfix segfault on casting int to pointer
2000-11-21 kvigorhandle fetch from code space to DPTR
2000-11-20 kvigorclean up garbage in last checkin
2000-11-20 kvigorwiden array indices to int type before doing other...
2000-11-14 sandeepDon't propagate the "register" class for structure...
next