Age | Commit message (Expand) | Author | Files | Lines |
2007-11-27 | elf.h (SUBTARGET_DRIVER_SELF_SPECS): New macro. | Bernd Schmidt | 1 | -0/+4 |
2007-11-22 | re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator) | Joseph Myers | 1 | -3/+5 |
2007-11-19 | PR debug/29436, c/32326 | Jason Merrill | 1 | -4/+5 |
2007-11-19 | re PR tree-optimization/34036 (ICE with control flow in the middle of basic ... | Eric Botcazou | 1 | -4/+3 |
2007-11-19 | re PR tree-optimization/34036 (ICE with control flow in the middle of basic ... | Eric Botcazou | 1 | -6/+8 |
2007-11-13 | invoke.texi: Fix description of -fsched-stalled-insns=0, -fsched-stalled-insns. | Jakub Jelinek | 1 | -5/+6 |
2007-11-12 | extend.texi (dllimport): Document that pointers to dllimport'd functions can ... | Danny Smith | 1 | -3/+6 |
2007-11-08 | common.opt: Add pointer to doc/options.texi. | Kenneth Zadeck | 1 | -74/+90 |
2007-11-07 | invoke.texi: Replace rs6000 dfp switches -mdfp/-mno-dfp with -mhard-dfp/-mno-... | Andreas Krebbel | 1 | -6/+6 |
2007-11-05 | re PR tree-optimization/32540 (Exponential time behavior in PRE) | Nick Clifton | 1 | -0/+10 |
2007-11-04 | * doc/contrib.texi (Contributors): Add Manuel Lopez-Ibanez. | Gerald Pfeifer | 1 | -0/+4 |
2007-11-01 | invoke.texi (Optimize Options): Under -fcse-follow-jumps, show that CSE means... | Janis Johnson | 1 | -6/+6 |
2007-11-01 | re PR testsuite/25352 (xfail within dg-do command has no effect) | Janis Johnson | 1 | -4/+5 |
2007-10-30 | invoke.texi (Option Summary): Add -fdce and -fdse to list of optimization opt... | Janis Johnson | 1 | -2/+14 |
2007-10-29 | re PR testsuite/24841 (dg-require compilation-test trigged on test with addit... | Janis Johnson | 1 | -2/+4 |
2007-10-29 | passes.c (init_optimization_passes): Exchange store_copy_prop with copy_prop. | Richard Guenther | 1 | -8/+1 |
2007-10-26 | invoke.texi (Option Summary, [...]): Remove -fbounds-check. | Janis Johnson | 1 | -19/+16 |
2007-10-23 | rtl.texi (Flags): Fix MEM_SCALAR_P entry. | Eric Botcazou | 1 | -27/+21 |
2007-10-22 | invoke.texi (Optimization Options): In the summary... | Janis Johnson | 1 | -13/+50 |
2007-10-21 | invoke.texi (-mpaired-single): Don't say that the option requires 64-bit code. | Richard Sandiford | 1 | -3/+2 |
2007-10-20 | invoke.texi (Warning Options): Move -w, -Werror, -Werror= and -Wfatal-errors ... | Manuel López-Ibáñez | 1 | -43/+45 |
2007-10-18 | Add Niagara-2 support. | David S. Miller | 1 | -4/+5 |
2007-10-16 | target.h (unspec_may_trap_p): New target hook. | Paolo Bonzini | 1 | -0/+9 |
2007-10-15 | invoke.texi (Wextra): Move it just after Wall... | Manuel López-Ibáñez | 1 | -96/+64 |
2007-10-14 | fixed-bit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-10-09 | extend.texi (Deprecated Features): Mention that <? | Geoffrey Keating | 1 | -2/+2 |
2007-10-09 | invoke.texi (align-threshold, [...]): Document. | Jan Hubicka | 1 | -0/+10 |
2007-10-08 | invoke.texi (Wall): fix formatting issues. | Manuel López-Ibáñez | 1 | -28/+28 |
2007-10-03 | re PR fortran/26682 (gfortran fails with -fwhole-program optimization) | Francois-Xavier Coudert | 1 | -0/+1 |
2007-09-30 | invoke.texi (Wall): List the options enabled by Wall. | Manuel López-Ibáñez | 1 | -9/+40 |
2007-09-28 | libgcc-std.ver: Add fixed-point routines to GCC_4.3.0 section. | Chao-ying Fu | 1 | -48/+48 |
2007-09-23 | tm.texi (POINTERS_EXTEND_UNSIGNED): Document extensions to word_mode as well ... | Richard Sandiford | 1 | -8/+9 |
2007-09-23 | params.def (INLINE_CALL_COST): Set to 12. | Jan Hubicka | 1 | -1/+1 |
2007-09-23 | expr.c (expand_expr_real_1): Use get_callee_fndecl instead of checking CALL_E... | Jakub Jelinek | 1 | -1/+26 |
2007-09-23 | tree.h (block_nonartificial_location): New prototype. | Jakub Jelinek | 1 | -2/+10 |
2007-09-22 | sourcebuild.texi: Document dg-add-options mips16_attribute. | Richard Sandiford | 1 | -0/+4 |
2007-09-22 | sourcebuild.texi (dg-add-c99-runtime-options): Document. | Richard Sandiford | 1 | -0/+12 |
2007-09-20 | configure.ac (mipsisa*-*-elfoabi*): New stanza. | Richard Sandiford | 1 | -0/+13 |
2007-09-20 | extend.texi (Attribute Syntax): Remove old speculative future direction. | Joseph Myers | 1 | -18/+4 |
2007-09-19 | tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument. | Bernd Schmidt | 1 | -2/+4 |
2007-09-19 | config.gcc (bfin*-linux-uclibc*): Add ./linux-sysroot-suffix.h to tm_file. | Jie Zhang | 1 | -17/+34 |
2007-09-18 | m68k-devices.def (51qe): New device. | Maxim Kuvyrkov | 1 | -1/+2 |
2007-09-17 | fixed-bit.h: New file. | Chao-ying Fu | 1 | -2/+1425 |
2007-09-15 | tree-parloops.c: New file. | Zdenek Dvorak | 2 | -1/+12 |
2007-09-14 | tm.texi (LIBGCC2_UNWIND_ATTRIBUTE): Document. | Sandra Loosemore | 1 | -0/+7 |
2007-09-13 | Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, pro... | Michael Meissner | 2 | -3/+231 |
2007-09-11 | bfin.h (enum reg_class, [...]): Add P0REGS. | Bernd Schmidt | 1 | -0/+4 |
2007-09-11 | invoke.texi: Document new MIPS -mllsc and -mno-llsc options. | David Daney | 2 | -1/+44 |
2007-09-11 | predicates.md (movsi_const0_operand, [...]): New predicates. | Maxim Kuvyrkov | 1 | -1/+59 |
2007-09-11 | builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin. | Jakub Jelinek | 1 | -0/+35 |