Improved testing for missing required parameters in function calls
[fw/sdcc] / src /
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...
2000-11-14 sandeepmore on bitfields
2000-11-14 sandeepmore bitfield related fixes
2000-11-13 sandeepFixed some BITFIELD related problems
2000-11-13 sandeepFixed BITFIELD problems
2000-11-11 sandeepsome -xstack related stuff
2000-11-09 stevewilliams Type safe newAst, fixes various warnings.
2000-11-05 sandeepFixed problem in SDCCalloc.h & fixed problem allocation
2000-11-05 stevewilliams support for memory allocation
2000-11-04 stevewilliams Add support for the --disable-boehm-gc flag for system...
2000-10-30 sandeepSome more AVR intermediate commit
2000-10-21 sandeepfixed a push/pop problem
2000-10-21 sandeepFixed a parameter declaration regression
2000-10-21 sandeepfixed a parameter declaration regression
2000-10-18 kvigordisable packRegsForOneuse until I can make it safe
2000-10-17 kvigorMinor optimization: don't sign-extend when casting...
2000-10-16 kvigorRemove old perl version of packihx
2000-10-16 kvigorReplace Perl version of packihx with C version
2000-10-14 sandeepfixed a loop invariant bug
2000-10-14 sandeepFixed a loop invariant bug & a casting bug
2000-10-14 kvigorEnable unused parameter fix
2000-10-13 kvigorfix unused parameter receive bug (fix ifdef'd out right...
2000-10-10 kvigorOne more BCC fix
2000-10-10 kvigorGet Borland C++ build working yet again
2000-10-09 sandeepanother AVR
2000-10-08 sandeepintermediate commit for AVR
2000-10-08 sandeepIntermediate commit for AVR
2000-10-08 sandeepYet another intermediate commit
2000-10-07 sandeepfixuptypes fixed
2000-10-07 sandeepAnother intermediate commit for AVR
2000-10-06 kvigorForce function prototypes to default to extern storage...
2000-10-02 kvigorreplace /usr/local/bin/perl shebang with ugly but hopef...
2000-10-01 johanknolChanged confusing comment
2000-10-01 johanknolremove -Werror again for less stable systems
2000-10-01 sandeepsome more avr intermediate stuff
2000-10-01 sandeepadded conditional transformation
2000-10-01 sandeep /* added condition transformations */
2000-09-30 kvigorre-introduce required file
2000-09-30 sandeepat absolute address can be an expression . This increas...
2000-09-30 sandeepwhen adding to pointer, cast right side to int if
2000-09-30 kvigorDPTR abuse by 182a fixed by adding 182b
2000-09-30 johanknolobsolete
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-09-30 johanknolcleaning; moved all extern's from .c to .h files for...
2000-09-30 kvigorJust another DPS peephole
2000-09-30 sandeepAVR Intermediate commit
next