summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-03672-12/+114484
* 2010-11-30 Laurynas Biveinis <laurynas.biveinis@gmail.com>lauras2010-12-0313-18/+44
* Daily bump.gccadmin2010-12-031-1/+1
* Turn on X86_TUNE_INTER_UNIT_MOVES for Core 2 and Core i7.hjl2010-12-022-1/+7
* Allow corei7 for --with-arch=/--with-cpu=.hjl2010-12-022-7/+19
* * configure.ac: AC_DEFINE ENABLE_BUILD_WITH_CXX. Check for C++ian2010-12-024-41/+307
* PR target/46685ebotcazou2010-12-024-16/+97
* * tree.c (build_range_type_1): Do not SET_TYPE_STRUCTURAL_EQUALITYebotcazou2010-12-022-7/+13
* Fix PR45297: handle ADDR_EXPR in interpret_rhs_expr as in follow_ssa_edge_expr.spop2010-12-022-2/+18
* * config/i386/linux.h, config/m32r/linux.h, config/m68k/linux.h,jsm282010-12-026-10/+6
* * config/bfin/bfin.h (LINK_SPEC): Remove %{b}.jsm282010-12-028-10/+12
* * config/i386/freebsd.h (LINK_SPEC): Cut long comment.jsm282010-12-029-49/+24
* * gcc.c (trad_capable_cpp, default_compilers): Don't handlejsm282010-12-024-7/+16
* * config/alpha/freebsd.h (LINK_SPEC): Don't handle -Wl,.jsm282010-12-0219-25/+43
* * config/pdp11/pdp11.c (output_jump): Map unsigned to signedpkoning2010-12-022-55/+44
* ./:ian2010-12-022-2/+8
* PR c/45062froydnj2010-12-022-2/+12
* Fix PR45199: do not aggregate memory accesses to the same array for -ftree-lo...spop2010-12-028-32/+142
* 2010-12-02 Richard Guenther <rguenther@suse.de>rguenth2010-12-022-0/+7
* 2010-12-02 Richard Guenther <rguenther@suse.de>rguenth2010-12-025-22/+70
* 2010-12-02 Richard Guenther <rguenther@suse.de>rguenth2010-12-022-1/+6
* DFA model for Core 2 and Core i7 scheduling.mkuvyrkov2010-12-024-6/+711
* Define tuning for Core 2 and Core i7.mkuvyrkov2010-12-024-119/+84
* PR fortran/46753jakub2010-12-022-7/+14
* 2010-12-02 Richard Guenther <rguenther@suse.de>rguenth2010-12-022-1/+5
* 2010-12-02 Richard Guenther <rguenther@suse.de>rguenth2010-12-025-37/+119
* PR tree-optimization/46663irar2010-12-024-0/+30
* PR middle-end/46674jiez2010-12-024-1/+32
* In gcc/objc/:nicola2010-12-027-5/+82
* Daily bump.gccadmin2010-12-021-1/+1
* Provide FMA costs; enable some debug flagsmeissner2010-12-012-57/+22
* * gcc.c-torture/execute/bcp-1.c: Make ready for -fuse-linker-pluginhubicka2010-12-012-6/+10
* * intl.c: Don't include tm.h.jsm282010-12-013-2/+6
* Fix unused warnings.spop2010-12-013-4/+13
* Avoid the analysis of data references after the translation out of SSA.spop2010-12-013-67/+134
* LHS cannot be an ADDR_EXPR.spop2010-12-014-4/+9
* Postpone the rewrite out of SSA to the end of the translation to polyhedral r...spop2010-12-0110-203/+337
* Do not rewrite out of SSA scalar dependences crossing the limits of the scop.spop2010-12-013-4/+72
* Call recompute_tree_invariant_for_addr_expr when replacing a constant in an A...spop2010-12-013-0/+23
* Add a stride parameter to scop_do_strip_mine.spop2010-12-015-16/+50
* * tree.c (build_common_builtin_nodes): Do not initializehubicka2010-12-015-40/+37
* * opts.c: Expand comment on tm.h include.jsm282010-12-012-2/+7
* gcc/qiyao2010-12-012-0/+6
* * common.opt (flag_stack_check): New Variable entry.jsm282010-12-017-23/+30
* * common.opt (main_input_filename, main_input_basename,jsm282010-12-0167-338/+352
* 2010-12-01 Richard Guenther <rguenther@suse.de>rguenth2010-12-014-2/+52
* * config/i386/linux.h (ASM_SPEC): Pass -v as -v, not -V. Removeian2010-12-018-17/+21
* Daily bump.gccadmin2010-12-011-1/+1
* In gcc/c-family/:nicola2010-11-3013-132/+106
* PR fortran/28105 Overflow check for ALLOCATE statementjb2010-11-302-11/+139