aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-20md.texi (vec_load_lanes, [...]): Document.Richard Sandiford12-253/+658
2011-04-20tree-vect-stmts.c (vectorizable_store): Only chain one related statement per ...Richard Sandiford2-6/+14
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford23-52/+498
2011-04-20pr42629.c: Add dg-require-effective-target int32plusGeorg-Johann Lay9-1/+22
2011-04-20re PR c++/46304 (g++ crashes with ICE in bitmap_first_set_bit, at bitmap.c:770)Jason Merrill4-1/+16
2011-04-20re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle2-2/+10
2011-04-20ipa-inline-transform.c (save_inline_function_body): Add comments.Jan Hubicka3-15/+36
2011-04-20Daily bump.GCC Administrator1-1/+1
2011-04-19re PR c++/45267 (inlining fails with -m32)Jason Merrill4-0/+42
2011-04-19statement.cc no longer includes gcc headers.Ian Lance Taylor5-97/+64
2011-04-19Change general statement method to always use backend interface.Ian Lance Taylor4-160/+137
2011-04-19cgraph.h (save_inline_function_body): Remove.Jan Hubicka7-279/+372
2011-04-19re PR testsuite/48676 ([sh] Unaligned userspace access in gcc.dg/torture/pr37...Kaz Kojima2-1/+6
2011-04-19Use backend interface for temporary variables.Ian Lance Taylor6-71/+152
2011-04-19m32c.c (m32c_emit_epilogue): Don't try to push registers if we already know t...DJ Delorie5-23/+36
2011-04-19sparc.h (GENERAL_OR_I64, [...]): Remove.Anatoly Sokolov3-12/+41
2011-04-19Use backend interface for blocks.Ian Lance Taylor8-138/+292
2011-04-19Use XCNEWVAR instead of xcallocJanne Blomqvist2-2/+6
2011-04-19Use XDELETEVEC instead of freeJanne Blomqvist2-3/+6
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist13-49/+47
2011-04-19install.texi (Configuration, [...]): Remove mach.Rainer Orth8-10/+28
2011-04-19revert 172213 and add assertionXinliang David Li2-22/+11
2011-04-19re PR target/48678 (unable to find a register to spill in class ‘GENERAL_RE...Jakub Jelinek4-0/+30
2011-04-19ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also acc...Martin Jambor8-32/+187
2011-04-19re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type)Tobias Burnus4-10/+109
2011-04-19ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar non-pointer ...Martin Jambor2-6/+17
2011-04-19ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into account anc...Martin Jambor5-54/+211
2011-04-19trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of...Martin Jambor2-1/+6
2011-04-19Add missing entry.John David Anglin1-1/+32
2011-04-19re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled)Eric Botcazou2-0/+9
2011-04-19cgraph.h (cgraph_optimize_for_size_p): Declare.Jan Hubicka4-8/+25
2011-04-19re PR libstdc++/48521 ([C++0x] std::result_of doesn't work with pointer to me...Jonathan Wakely11-102/+463
2011-04-19re PR debug/48207 (ICE in lhd_set_decl_assembler_name, at langhooks.c:158)Richard Guenther4-1/+30
2011-04-19tree-inline.c (expand_call_inline): Do not issue a -Winline warning if DECL_N...Eric Botcazou2-2/+8
2011-04-19re PR middle-end/47976 (Recent gfortran.dg/actual_array_constructor_3.f90 reg...Bernd Schmidt2-27/+17
2011-04-19gengtype.h: Updated copyright year.Basile Starynkevitch3-3/+50
2011-04-19In gcc/: 2011-04-19 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+16
2011-04-19arm-protos.h (thumb1_legitimate_address_p): New prototype.Wei Guozhi5-6/+29
2011-04-19config.gcc (-*-*-*vms): Added.Tristan Gingold5-15/+1372
2011-04-19Tweak a few entriesEric Botcazou1-6/+8
2011-04-19Use backend interface for variables.Ian Lance Taylor9-262/+532
2011-04-19re PR testsuite/48675 (20_util/hash/chi2_quality.cc timeout)Hans-Peter Nilsson2-0/+11
2011-04-19Daily bump.GCC Administrator1-1/+1
2011-04-19type_traits (is_nothrow_default_constructible, [...]): Add.Paolo Carlini25-171/+804
2011-04-18use ASM_COMMENT_START instead of #Xinliang David Li2-3/+7
2011-04-18re PR c++/48569 (internal compiler error: in build_zero_init_1, at cp/init.c:...Jason Merrill4-1/+16
2011-04-18re PR c++/48537 (C++0x: ICE using union with non-trivial member)Jason Merrill4-1/+27
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