Age | Commit message (Expand) | Author |
2004-01-12 | don't add -lm -lstdc++ if -shared, consistent with gcc -shared which doesn't | Marc Espie |
2004-01-04 | rename BUGS section to CAVEATS more appropriately; ok avsm & others | Peter Valchev |
2003-12-28 | Document kprintf %: removal here too; anil | Miod Vallat |
2003-12-21 | Kill non-standard kernel printf %: braindead extension for good. | Miod Vallat |
2003-12-03 | HOST_CFLAGS need to find libiberty too, even on vax! | Marc Espie |
2003-11-25 | Protect against ARRAY_SIZE redefinition | Marc Espie |
2003-11-24 | bye, bye, they moved. | Marc Espie |
2003-11-24 | Switch to using libiberty in new location. | Marc Espie |
2003-10-31 | add pegasos to config.guess matches | Dale Rahn |
2003-10-07 | toplev.c, flags.h: add -fstack-protector-all option to generate protection in... | Hiroaki Etoh |
2003-10-07 | flag_stack_protection enables to genereate protecting instruments for every f... | Hiroaki Etoh |
2003-10-07 | rtl_epilogue: fix pp warning message trouble at -Wmissing-noreturn. | Hiroaki Etoh |
2003-10-07 | copy_args_for_protection: fix the problem that move_arg_location may corrupt ... | Hiroaki Etoh |
2003-10-06 | This is one of these eerie moments when you realize that a significant part | Miod Vallat |
2003-10-01 | Introduce a new target switch, -mmemcpy (and -mno-memcpy). | Miod Vallat |
2003-09-05 | Stop the bounds checker warning on a bound of 0, so now it only triggers | Anil Madhavapeddy |
2003-09-03 | - use displays and indent | Jason McIntyre |
2003-09-03 | - new sentence, new line | Jason McIntyre |
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 |