aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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 Orth2-6/+14
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 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-19Daily bump.GCC Administrator1-1/+1
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
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