aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-04-18re PR middle-end/48661 (wrong-code regression with devirtualization)Jakub Jelinek7-4/+101
2011-04-18re PR c++/48632 (Internal compiler error when using OpenMP with template)Jakub Jelinek4-1/+35
2011-04-18expr.c (expand_expr_real_2): Use GET_MODE instead of TYPE_MODE.Michael Matz2-1/+9
2011-04-18* doc/passes.texi: Fill crossref nodes.Dennis, CHENG Renquan2-7/+9
2011-04-18fix doubled-word typos in comments and strings: e.g., s/in in/in/Jim Meyering10-12/+29
2011-04-18i386.h (SSE_VEC_FLOAT_MODE_P): Remove.Uros Bizjak7-88/+119
2011-04-18semantics.c (finish_goto_stmt): Do set UNINLINABLE flag on computed gotos.Jan Hubicka2-5/+5
2011-04-18remove now-unused definition of gfc_freeJim Meyering3-11/+6
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering35-212/+301
2011-04-18gfortran: remove cpp definition of free, ...Jim Meyering2-1/+7
2011-04-18* ipa-inline.c (inline_small_functions): Fix pasto in previous patch.Jan Hubicka2-1/+3
2011-04-18ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.hJan Hubicka4-132/+179
2011-04-18* dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.Eric Botcazou2-2/+6
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus7-15/+62
2011-04-18re PR testsuite/48251 (guality_check hangs indefinitely on Tru64 UNIX)Rainer Orth3-2/+10
2011-04-18* gfortran.dg/fmt_g0_5.f08: Use dg-add-options ieee.Rainer Orth2-0/+5
2011-04-18* gcc.dg/vect/pr48377.c: Remove dg-do run.Rainer Orth2-1/+4
2011-04-18* gcc.dg/ipa/pr48195.c: Add dg-require-effective-target lto.Rainer Orth2-0/+5
2011-04-18re PR c++/46364 (basic_string.h:541:32: internal compiler error: Segmentation...Richard Guenther2-0/+25
2011-04-18* obj-c++.dg/dwarf-2.mm: Skip on alpha*-dec-osf*.Rainer Orth2-1/+5
2011-04-18Jie Zhang <jie@codesourcery.com>Jie Zhang3-1177/+1177
2011-04-18tree.c (upper_bound_in_type): Build properly canonicalized INTEGER_CSTs.Richard Guenther2-13/+19
2011-04-18gimple.h (gimple_call_addr_fndecl): New function.Richard Guenther5-34/+50
2011-04-18pr48235.c: Add dg-require-effective-target freorder.Alexander Monakov2-0/+5
2011-04-18re PR c/48650 (valgrind: Invalid write of size 8 in build_string (tree.c:1524))Richard Guenther2-1/+6
2011-04-18re PR lto/48492 (LTO bootstrap failure in copy_constant)Eric Botcazou2-2/+11
2011-04-18re PR target/48252 (ARM neon: problem with consecutive vzip, vuzp and vtrn)Ulrich Weigand5-20/+70
2011-04-18re PR tree-optimization/48616 (-ftree-vectorize -mxop miscompiles right shift)Jakub Jelinek4-10/+177
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus10-38/+285
2011-04-18re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...Paul Thomas4-40/+89
2011-04-18re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle2-0/+87
2011-04-17re PR c++/48531 ([C++0x][SFINAE] Hard errors with arrays of unknown bound)Jason Merrill5-1/+38
2011-04-17* tree.c (get_target_expr): Handle VEC_INIT_EXPR.Jason Merrill2-0/+6
2011-04-18Daily bump.GCC Administrator1-1/+1
2011-04-17Make-lang.in (gnatbind): Replace $(ALL_CFLAGS) with $(CFLAGS) on the link line.Eric Botcazou2-1/+6
2011-04-17arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC memory operands.Chung-Lin Tang2-0/+10
2011-04-17mips.c (mips_cfun_call_saved_reg_p): Handle global registers.Richard Sandiford4-0/+30
2011-04-17cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.Jan Hubicka4-5/+7
2011-04-17re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka9-13/+19
2011-04-17re PR lto/48538 (profiled LTO bootstrap failure with Ada)Eric Botcazou2-5/+13
2011-04-17New flag to apply SMS when SC equals 1Revital Eres4-3/+19
2011-04-17lto-symtab.c (lto_cgraph_replace_node): When call statement is present, also ...Jan Hubicka10-667/+825
2011-04-17decl.c (gnat_to_gnu_entity): Declare the padded type built for the return typ...Eric Botcazou8-2/+69
2011-04-17Free sccs fieldRevital Eres2-0/+5
2011-04-17Avoid unfreed memory when SMS failsRevital Eres2-1/+4
2011-04-17re PR fortran/48624 (gfortran DECL issues in function declaration)Tobias Burnus2-18/+6
2011-04-17re PR tree-optimization/48622 (ICE: in estimate_size_after_inlining, at ipa-i...Michael Matz4-2/+108
2011-04-17Daily bump.GCC Administrator1-1/+1
2011-04-16predicates.md: Reorganize and simplify predicates.John David Anglin4-528/+386
2011-04-16sse.md (sseunpackmode): New mode attribute.Uros Bizjak4-269/+153