| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Go frontend, libgo library, and Go testsuite. | ian | 2010-12-03 | 672 | -12/+114484 |
* | 2010-11-30 Laurynas Biveinis <laurynas.biveinis@gmail.com> | lauras | 2010-12-03 | 13 | -18/+44 |
* | Daily bump. | gccadmin | 2010-12-03 | 1 | -1/+1 |
* | Turn on X86_TUNE_INTER_UNIT_MOVES for Core 2 and Core i7. | hjl | 2010-12-02 | 2 | -1/+7 |
* | Allow corei7 for --with-arch=/--with-cpu=. | hjl | 2010-12-02 | 2 | -7/+19 |
* | * configure.ac: AC_DEFINE ENABLE_BUILD_WITH_CXX. Check for C++ | ian | 2010-12-02 | 4 | -41/+307 |
* | PR target/46685 | ebotcazou | 2010-12-02 | 4 | -16/+97 |
* | * tree.c (build_range_type_1): Do not SET_TYPE_STRUCTURAL_EQUALITY | ebotcazou | 2010-12-02 | 2 | -7/+13 |
* | Fix PR45297: handle ADDR_EXPR in interpret_rhs_expr as in follow_ssa_edge_expr. | spop | 2010-12-02 | 2 | -2/+18 |
* | * config/i386/linux.h, config/m32r/linux.h, config/m68k/linux.h, | jsm28 | 2010-12-02 | 6 | -10/+6 |
* | * config/bfin/bfin.h (LINK_SPEC): Remove %{b}. | jsm28 | 2010-12-02 | 8 | -10/+12 |
* | * config/i386/freebsd.h (LINK_SPEC): Cut long comment. | jsm28 | 2010-12-02 | 9 | -49/+24 |
* | * gcc.c (trad_capable_cpp, default_compilers): Don't handle | jsm28 | 2010-12-02 | 4 | -7/+16 |
* | * config/alpha/freebsd.h (LINK_SPEC): Don't handle -Wl,. | jsm28 | 2010-12-02 | 19 | -25/+43 |
* | * config/pdp11/pdp11.c (output_jump): Map unsigned to signed | pkoning | 2010-12-02 | 2 | -55/+44 |
* | ./: | ian | 2010-12-02 | 2 | -2/+8 |
* | PR c/45062 | froydnj | 2010-12-02 | 2 | -2/+12 |
* | Fix PR45199: do not aggregate memory accesses to the same array for -ftree-lo... | spop | 2010-12-02 | 8 | -32/+142 |
* | 2010-12-02 Richard Guenther <rguenther@suse.de> | rguenth | 2010-12-02 | 2 | -0/+7 |
* | 2010-12-02 Richard Guenther <rguenther@suse.de> | rguenth | 2010-12-02 | 5 | -22/+70 |
* | 2010-12-02 Richard Guenther <rguenther@suse.de> | rguenth | 2010-12-02 | 2 | -1/+6 |
* | DFA model for Core 2 and Core i7 scheduling. | mkuvyrkov | 2010-12-02 | 4 | -6/+711 |
* | Define tuning for Core 2 and Core i7. | mkuvyrkov | 2010-12-02 | 4 | -119/+84 |
* | PR fortran/46753 | jakub | 2010-12-02 | 2 | -7/+14 |
* | 2010-12-02 Richard Guenther <rguenther@suse.de> | rguenth | 2010-12-02 | 2 | -1/+5 |
* | 2010-12-02 Richard Guenther <rguenther@suse.de> | rguenth | 2010-12-02 | 5 | -37/+119 |
* | PR tree-optimization/46663 | irar | 2010-12-02 | 4 | -0/+30 |
* | PR middle-end/46674 | jiez | 2010-12-02 | 4 | -1/+32 |
* | In gcc/objc/: | nicola | 2010-12-02 | 7 | -5/+82 |
* | Daily bump. | gccadmin | 2010-12-02 | 1 | -1/+1 |
* | Provide FMA costs; enable some debug flags | meissner | 2010-12-01 | 2 | -57/+22 |
* | * gcc.c-torture/execute/bcp-1.c: Make ready for -fuse-linker-plugin | hubicka | 2010-12-01 | 2 | -6/+10 |
* | * intl.c: Don't include tm.h. | jsm28 | 2010-12-01 | 3 | -2/+6 |
* | Fix unused warnings. | spop | 2010-12-01 | 3 | -4/+13 |
* | Avoid the analysis of data references after the translation out of SSA. | spop | 2010-12-01 | 3 | -67/+134 |
* | LHS cannot be an ADDR_EXPR. | spop | 2010-12-01 | 4 | -4/+9 |
* | Postpone the rewrite out of SSA to the end of the translation to polyhedral r... | spop | 2010-12-01 | 10 | -203/+337 |
* | Do not rewrite out of SSA scalar dependences crossing the limits of the scop. | spop | 2010-12-01 | 3 | -4/+72 |
* | Call recompute_tree_invariant_for_addr_expr when replacing a constant in an A... | spop | 2010-12-01 | 3 | -0/+23 |
* | Add a stride parameter to scop_do_strip_mine. | spop | 2010-12-01 | 5 | -16/+50 |
* | * tree.c (build_common_builtin_nodes): Do not initialize | hubicka | 2010-12-01 | 5 | -40/+37 |
* | * opts.c: Expand comment on tm.h include. | jsm28 | 2010-12-01 | 2 | -2/+7 |
* | gcc/ | qiyao | 2010-12-01 | 2 | -0/+6 |
* | * common.opt (flag_stack_check): New Variable entry. | jsm28 | 2010-12-01 | 7 | -23/+30 |
* | * common.opt (main_input_filename, main_input_basename, | jsm28 | 2010-12-01 | 67 | -338/+352 |
* | 2010-12-01 Richard Guenther <rguenther@suse.de> | rguenth | 2010-12-01 | 4 | -2/+52 |
* | * config/i386/linux.h (ASM_SPEC): Pass -v as -v, not -V. Remove | ian | 2010-12-01 | 8 | -17/+21 |
* | Daily bump. | gccadmin | 2010-12-01 | 1 | -1/+1 |
* | In gcc/c-family/: | nicola | 2010-11-30 | 13 | -132/+106 |
* | PR fortran/28105 Overflow check for ALLOCATE statement | jb | 2010-11-30 | 2 | -11/+139 |