Age | Commit message (Expand) | Author |
2003-09-02 | A slightly reworked version of the "default to -fno-ident" change, which | Miod Vallat |
2003-08-26 | stop dumping "GCC: (GNU) 2.95.3 20010125 (prerelease, propolice)" into | Ted Unangst |
2003-08-21 | A port of the g++ bugfix found at | Miod Vallat |
2003-08-21 | fix symbol name error in mcount functionality in a.out->ELF transition. | Dale Rahn |
2003-08-19 | typo in comment, compiler vs. complier | Brad Smith |
2003-08-10 | sprintf -> snprintf, okay millert@. | Marc Espie |
2003-08-09 | fix for mcount call to allow .text sizes larger than 512k; epsie@ ok | Michael Shalayeff |
2003-08-08 | On some architectures, being too optimistic in preserve_subexpressions_p(), | Miod Vallat |
2003-08-07 | Disable the so-called optimized memcpy functions for small (less than a few | Miod Vallat |
2003-08-06 | Check for and skip variable-length arrays while bounds checking instead | Anil Madhavapeddy |
2003-08-01 | A working gcc 2.95/m88k compiler, for some low standard value of working. | Miod Vallat |
2003-07-29 | change_arg_use_in_operand: convert "set () (incoming_args)" to "set () (plus ... | Hiroaki Etoh |
2003-07-29 | push_frame_in_args: fix netpbm-alpha problem, changes the memory corruption a... | Hiroaki Etoh |
2003-07-29 | rtl_epilogue: convert "set () (incoming_args)" to "set () (plus (vfp const))". | Hiroaki Etoh |
2003-07-25 | kill a bit of whitespace at EOL; | Jason McIntyre |
2003-07-25 | New format attribute __kprintf__, which understands the special kernel | Anil Madhavapeddy |
2003-07-22 | openbsd64 is a 64 BIT (not but) v9 processor; pointed out by millert. | Jason Wright |
2003-07-22 | now that gcc generates "correct" calls to the quad emulation library and | Jason Wright |
2003-07-22 | the version of gcc in the tree doesn't generate the correct calling | Jason Wright |
2003-07-11 | don't hardcode the default linker emulation type. | Brad Smith |
2003-06-28 | remove a superfulous argument to a sorry() call | Anil Madhavapeddy |
2003-06-26 | document the new attribute __bounded__ | Anil Madhavapeddy |
2003-06-26 | Introduce a simple static checker for making sure that the bounds | Anil Madhavapeddy |
2003-06-20 | To keep the frame pointer addressing for stack_protection, | Hiroaki Etoh |
2003-06-20 | To keep the frame pointer addressing for stack_protection, skip the followin... | Hiroaki Etoh |
2003-06-15 | fix last O_CREAT without mode; otto@drijf.net | Theo de Raadt |
2003-06-14 | remove some trailing whitespace; | Jason McIntyre |
2003-06-13 | add __LP64__ and _LP64 CPP predefines for systems using LP64. | Brad Smith |
2003-06-11 | support to arm. ok deraadt@ | Kevin Lo |
2003-06-04 | Clearer explanation of -fno-builtin-<function>; espie@ OK | Todd C. Miller |
2003-06-04 | document -fno-builtin-<function>, ok miod@ | Marc Espie |
2003-06-04 | Recgonize -fno-builtin-<function> | Marc Espie |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-08 | Don't inline strcpy. since it's evil anyway. This makes it | Bob Beck |
2003-04-28 | work around XOPEN decl | Theo de Raadt |
2003-04-28 | pull in string.h | Theo de Raadt |
2003-04-17 | Change gcc to generate ELF code for i386. | Dale Rahn |
2003-04-14 | standalone/stand alone -> stand-alone; | Jason McIntyre |
2003-04-09 | fix the readonly objects placement into thee .rodata proper; espie@ ok | Michael Shalayeff |
2003-04-09 | xmalloc called with the wrong sizeof in sentinel attribute setup | Anil Madhavapeddy |
2003-04-08 | fix another non-POSIX chown | Todd C. Miller |
2003-03-28 | PIC does not mix well w/ nopic (yet); espie@ ok | Michael Shalayeff |
2003-03-24 | Recognize -soname foo, so that ld can properly ignore it. | Marc Espie |
2003-03-18 | spelling typos/errors | David Krause |
2003-03-15 | New frame addressing (plus (subreg (reg fp)) const) is supported by push_fram... | Hiroaki Etoh |
2003-03-12 | typo; Ross.Richardson@utas.edu.au | Theo de Raadt |
2003-03-11 | The variable cse_not_expected must be initialized. | Hiroaki Etoh |
2003-03-11 | The loop optimization using frame pointer is omitted. | Hiroaki Etoh |
2003-03-11 | not to combine the register related to frame addressing for the case FRAME_GR... | Hiroaki Etoh |
2003-03-09 | Originally from gcc: | Henric Jungheim |