summaryrefslogtreecommitdiff
path: root/gnu/egcs
AgeCommit message (Expand)Author
2003-08-01A working gcc 2.95/m88k compiler, for some low standard value of working.Miod Vallat
2003-07-29change_arg_use_in_operand: convert "set () (incoming_args)" to "set () (plus ...Hiroaki Etoh
2003-07-29push_frame_in_args: fix netpbm-alpha problem, changes the memory corruption a...Hiroaki Etoh
2003-07-29rtl_epilogue: convert "set () (incoming_args)" to "set () (plus (vfp const))".Hiroaki Etoh
2003-07-25kill a bit of whitespace at EOL;Jason McIntyre
2003-07-25New format attribute __kprintf__, which understands the special kernelAnil Madhavapeddy
2003-07-22openbsd64 is a 64 BIT (not but) v9 processor; pointed out by millert.Jason Wright
2003-07-22now that gcc generates "correct" calls to the quad emulation library andJason Wright
2003-07-22the version of gcc in the tree doesn't generate the correct callingJason Wright
2003-07-11don't hardcode the default linker emulation type.Brad Smith
2003-06-28remove a superfulous argument to a sorry() callAnil Madhavapeddy
2003-06-26document the new attribute __bounded__Anil Madhavapeddy
2003-06-26Introduce a simple static checker for making sure that the boundsAnil Madhavapeddy
2003-06-20To keep the frame pointer addressing for stack_protection,Hiroaki Etoh
2003-06-20To keep the frame pointer addressing for stack_protection, skip the followin...Hiroaki Etoh
2003-06-15fix last O_CREAT without mode; otto@drijf.netTheo de Raadt
2003-06-14remove some trailing whitespace;Jason McIntyre
2003-06-13add __LP64__ and _LP64 CPP predefines for systems using LP64.Brad Smith
2003-06-11support to arm. ok deraadt@Kevin Lo
2003-06-04Clearer explanation of -fno-builtin-<function>; espie@ OKTodd C. Miller
2003-06-04document -fno-builtin-<function>, ok miod@Marc Espie
2003-06-04Recgonize -fno-builtin-<function>Marc Espie
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-08Don't inline strcpy. since it's evil anyway. This makes itBob Beck
2003-04-28work around XOPEN declTheo de Raadt
2003-04-28pull in string.hTheo de Raadt
2003-04-17Change gcc to generate ELF code for i386.Dale Rahn
2003-04-14standalone/stand alone -> stand-alone;Jason McIntyre
2003-04-09fix the readonly objects placement into thee .rodata proper; espie@ okMichael Shalayeff
2003-04-09xmalloc called with the wrong sizeof in sentinel attribute setupAnil Madhavapeddy
2003-04-08fix another non-POSIX chownTodd C. Miller
2003-03-28PIC does not mix well w/ nopic (yet); espie@ okMichael Shalayeff
2003-03-24Recognize -soname foo, so that ld can properly ignore it.Marc Espie
2003-03-18spelling typos/errorsDavid Krause
2003-03-15New frame addressing (plus (subreg (reg fp)) const) is supported by push_fram...Hiroaki Etoh
2003-03-12typo; Ross.Richardson@utas.edu.auTheo de Raadt
2003-03-11The variable cse_not_expected must be initialized.Hiroaki Etoh
2003-03-11The loop optimization using frame pointer is omitted.Hiroaki Etoh
2003-03-11not to combine the register related to frame addressing for the case FRAME_GR...Hiroaki Etoh
2003-03-09Originally from gcc:Henric Jungheim
2003-03-06broken .Xr's;Jason McIntyre
2003-02-28changes to fold the frame address of a setjmp insnHiroaki Etoh
2003-02-27add -trace-ctors-dtors option to collect2.Marc Espie
2003-02-27typo; Sebastian StarkTodd C. Miller
2003-02-26preserve the addressing using frame pointer at the cse2 phase.Hiroaki Etoh
2003-02-26fix the bison problem on alpha, it uses the pointer that initialzes the outsi...Hiroaki Etoh
2003-02-21push_frame_in_operand: add the setup and restore code for setjmp on powerpc ...Hiroaki Etoh
2003-02-21sweep_string_in_operand: properly sweep inline function frame.Hiroaki Etoh
2003-02-21mark the top address of inline function frame with integrated flag for the pr...Hiroaki Etoh
2003-02-21In the case of no optimization, fix the problem that the first argument doesn...Hiroaki Etoh