Age | Commit message (Expand) | Author |
2004-07-13 | A better fix for the m68k optimize_reg_copy_3() problem. | Miod Vallat |
2004-07-12 | Oops, adjust for __va_list size increase. | Miod Vallat |
2004-07-04 | Disable optimize_reg_copy_3() on m68k platforms. | Miod Vallat |
2004-06-15 | Use gen_rtx_REG and gen_rtx_MEM instead of gen_rtx(REG,..) and gen_rtx(MEM,..). | Miod Vallat |
2004-06-12 | Revert 1.10 - there are still bad interactions between block_move_no_loop() | Miod Vallat |
2004-06-10 | Typos in option descriptions; fixed in gcc 3. | Miod Vallat |
2004-06-09 | The GO_IF_LEGITIMATE_ADDRESS fix in m88k.h, as well as all the FUNCTION_ARG | Miod Vallat |
2004-06-09 | In FUNCTION_ARG_ADVANCE(), do not pad the register position counter if the | Miod Vallat |
2004-06-09 | More meaningful formulation of the __va_stk initialization in | Miod Vallat |
2004-06-03 | Make sure libobjc is self-contained on vax, so that .m programs can link. | Miod Vallat |
2004-05-19 | When passing a variable of 32 bytes or larger, as argument to a function, | Miod Vallat |
2004-05-19 | In __builtin_saveregs(), initialize __va_stk to a correct value. | Miod Vallat |
2004-05-17 | Make FUNCTION_ARG_ADVANCE() really match FUNCTION_ARG() register usage. | Miod Vallat |
2004-05-04 | Do not disable -fcaller-saves anymore. | Miod Vallat |
2004-05-04 | Backport a fix from gcc 3 (revision 1.32): | Miod Vallat |
2004-04-21 | Add luna88k related directories and information to the build infrastructure. | Miod Vallat |
2004-04-19 | fix mysql bug: http://bugs.mysql.com/bug.php?id=1442 | Hiroaki Etoh |
2004-04-08 | In GO_IF_LREGITIMATE_ADDRESS(), use RTX_OK_FOR_BASE_P() to check for a | Miod Vallat |
2004-04-06 | When optimizing a logical arithmetic operation, which operands are both | Miod Vallat |
2004-03-19 | Disable caller-save (which is enabled at -O2 or -Os) as it suffers from a | Miod Vallat |
2004-02-27 | Teach gcc the proper "set" syntax for __attribute__ ((alias)) to work | Miod Vallat |
2004-02-21 | kill old copies of gcc-local | Marc Espie |
2004-02-21 | zap cccp.1, install phantom info. | Marc Espie |
2004-01-23 | USE_GCC3 switch, now that propolice is in. | Marc Espie |
2004-01-22 | to fix the issue "missing return at end of function and ProPolice", calculate... | Hiroaki Etoh |
2004-01-15 | extra target to make sure tconfig.h is rebuilt, to use with libobjc. | Marc Espie |
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 |