Age | Commit message (Expand) | Author |
2006-07-20 | Introduce a new compiler warning, -Wstack-larger-than-N, to report | Miod Vallat |
2006-07-17 | make sure we pass makeinfo --no-split around, fixes gcc.info/g77.info | Marc Espie |
2006-07-12 | makeinfo --no-split, simplifies sets immensely. | Marc Espie |
2006-04-06 | Add limited support for -CC option. In particular, this does not work | Marc Espie |
2006-03-09 | Recognize %z in addition to %Z as a printf format specifier; from espie@ | Miod Vallat |
2006-01-13 | Adapt to the machine/_types.h changes; size_t and ptrdiff_t are now | Todd C. Miller |
2006-01-06 | Include <sys/types.h> and don't define away __size_t | Todd C. Miller |
2005-04-27 | Working trampolines for m88k, with the help of the kernel; now passes the | Miod Vallat |
2005-04-27 | Provide -ftrampolines and -Wtrampoline to the gcc 2.95 codebase. | Miod Vallat |
2005-02-20 | Change defaults on m68k platforms from -m68020 to -m68020-60. | Miod Vallat |
2005-02-05 | -dynamic-linker ld.so is NOT a normal object file. Fixes issues in trying | Marc Espie |
2005-01-09 | in cross builds, don't test non existent libgcc1. | Marc Espie |
2004-12-01 | Prevent -fno-builtin-{abort,exit} from causing cc1 to dump core. | Miod Vallat |
2004-11-16 | Bring exec-stack.h correctly on i386/ELF; spotted by pageexec@freemail.hu | Miod Vallat |
2004-09-06 | Correctly account for the %a5 register in function prologues; fixes | Miod Vallat |
2004-08-25 | typos from -f (PR #3907); | Jason McIntyre |
2004-08-08 | Make sure that format variable is not a variable sized array correctly | Anil Madhavapeddy |
2004-07-28 | In the never-ending saga of getting gcc to work reliably on m88k, today's | Miod Vallat |
2004-07-25 | Always build a stack frame when profiling. Otherwise profiling would only | Miod Vallat |
2004-07-21 | In builtin_saveregs(), try to save registers with double store instructions, | Miod Vallat |
2004-07-19 | In builtin_saveregs(), do not systematically allocate 8 words on the stack | Miod Vallat |
2004-07-17 | Minor cleanups (remove duplicated extern lines, use | Miod Vallat |
2004-07-13 | switch sparc to setjmp/longjmp exceptions as DWARF2 handling is not present. | Peter Valchev |
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-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-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-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 |