Fix of v__printf prototypes
[fw/sdcc] / src /
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
2000-09-30 sandeepFixed up for AVR should not prefer globals
2000-09-30 sandeepFixed array derefs
2000-09-29 johanknolCan't we skip this?
2000-09-29 kvigoremitcodePointerGet was badly broken
2000-09-29 kvigorfinally enable all those work-in-progress optimizations...
2000-09-29 kvigoranother lazy DPS evaluation bug squished
2000-09-28 kvigorlast optimizations: genPlus was too eager to use altern...
2000-09-28 kvigorwork in progress: bug in lazy DPS evaluation fixed
2000-09-28 kvigoryet more work in progress: FarFarAssign optimizations
2000-09-27 kvigorwork in progress: several improvements to generated...
2000-09-27 kvigorMake user-specified -I and -L options take precedence
2000-09-27 kvigorcheck for fatal errors after glue()
2000-09-26 kvigorwork in progress: clean up DPS abuse
2000-09-26 kvigorUse only 3 bytes of generic pointers in comparisons
2000-09-24 kvigorFIx initialization of pointers in code space for DS390
2000-09-24 kvigorAdd warning for using --model-flat24
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-21 kvigorAdd labelRefCount constraints to many peephole rules
2000-09-21 kvigoranother possible impedance mismatch in genPlus/genMinus
2000-09-21 kvigorAdd labelRefCount constraint for peephole rules.
2000-09-20 kvigorRemove debug option (-c) from default assembler options
2000-09-20 kvigorrealized last bug impacted genPlus as well
2000-09-20 kvigorfix genMinus aopPut out-of-range bug
2000-09-20 kvigormake integer -> generic pointer casts default to XDATA...
2000-09-20 kvigortail inc/dec optimizations were too agressive; fix...
2000-09-20 kvigorClean up useage of ap register with DPTR2 opcodes
2000-09-19 kvigorcleanup fp fix to pop directly instead of pop acc/mov...
2000-09-19 johanknolfixed genUminus bug for int and long
2000-09-19 kvigorGet Borland C++ Makefiles working again
2000-09-18 kvigoraddiCodeToeBBlock should treat RETURN as flow control...
2000-09-18 kvigorAllow optimizer to replace params/locals in far space...
2000-09-18 kvigorBetter fix for DS80C390 div bug (Johan's fp bug fixed...
2000-09-18 sandeepFixed a parameter allocation bug
2000-09-17 johanknolds390 uses a 4 byte instruction code in flat24
2000-09-16 johanknoltemporary fix for fp support
2000-09-15 kvigorProperly install packihx utility
2000-09-14 kvigorFix Karl's FarPointer bug
2000-09-13 sandeepfixed the pointers alive across function calls
2000-09-11 sandeepmissed a spot where ronly can be set
2000-09-10 sandeepoptions.model specific fixes
2000-09-10 sandeepfixed some option.model specific stuff
2000-09-09 sandeep1) added some debug dumping
2000-09-07 mschmittFixed
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-23 johanknollet's be more specific
2000-08-23 johanknolds390 library support
2000-08-20 michaelhSplit out yyerror.
2000-08-19 michaelhAdded alternate lexer
2000-08-19 michaelhGot rid of gc_strdup, added prototype for alt lexer
2000-08-19 johanknolSince Kevin decided to treat reentrant functions implic...
2000-08-19 johanknolFixed -M and -C options to sdcc, they swallowed an...
2000-08-18 kvigorFix library build error introduced in last commit
2000-08-18 kvigorAdd ds390 port
2000-08-18 kvigorBreak DS80C390 support into seperate port (ds390);...
2000-08-18 sandeepjust checking commit
2000-08-01 michaelhPre 2.95-2
2000-07-21 michaelhTurned off DE optimisation as arent yet splling
2000-07-20 kmhprocessing of %= was missing
2000-07-20 michaelhMost of the way to far fun support
2000-07-19 kmhfixed problem with big arrays
2000-07-17 michaelh* Changed banked for nonbanked
2000-07-14 michaelhFixed add, sub for sizeof == 2
2000-07-12 michaelhMerge out from the z80 far branch
2000-06-27 sandeepfixed a live range computing bug
2000-06-25 sandeepadded "banked" for z80 port
2000-06-24 sandeepforgot to make the change for AVR
2000-06-24 sandeepfixed a register allocation bug
2000-06-24 michaelhAdded but disabled hack for using regparms on specific...
2000-06-19 sandeepfixed sign extension bug
2000-06-15 sandeepfixed bad message in main
2000-06-14 sandeepfixed problem with union substitution
2000-06-14 sandeepfixed dereferencing bugs
2000-06-05 michaelhMerge back from 2.21-pre1
2000-05-22 michaelhRemoved debug msg; updated build for z80; added debugge...
2000-05-21 sandeepsome optimizations (eg. selective strength reduction)
2000-05-21 michaelhMerged gbdk-294 branch
next