aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-10-05invoke.texi (-fshrink-wrap): Document.Bernd Schmidt11-147/+705
2011-10-05tree-ssa-sccvn.c (vn_get_expr_for): Handle CONSTRUCTOR of vector type.Richard Guenther2-5/+31
2011-10-05avx256-unaligned-load-3.c (dg-options): Add -mtune=generic.Uros Bizjak3-2/+8
2011-10-05avr-protos.h (avr_out_addto_sp): New prototype.Georg-Johann Lay4-143/+61
2011-10-05gimple-fold.c (gimple_fold_stmt_to_constant_1): For ternary ops with an embed...Richard Guenther3-9/+32
2011-10-05rx.md (tablejump): Add missing label.Nick Clifton2-9/+17
2011-10-05expmed.c (expand_mult_highpart_optab): Replace optab_handler with the new wid...Andreas Krebbel2-2/+7
2011-10-05re PR middle-end/50609 (FAIL: gcc.c-torture/execute/pr23135.c compilation, -...Richard Guenther2-2/+13
2011-10-05i386.c (ix86_emit_binop): New static function.Uros Bizjak2-62/+51
2011-10-05builtin-complex-1.c: Use dg-add-options ieee.Uros Bizjak3-27/+29
2011-10-04Add support for more sparc VIS 3.0 instructions.David S. Miller10-26/+542
2011-10-05Daily bump.GCC Administrator1-1/+1
2011-10-04Fix global var initialized to function call with calls as arguments.Ian Lance Taylor1-0/+5
2011-10-04c-typeck.c (c_build_vec_shuffle_expr): Fix uninitialized variable.Richard Henderson2-7/+11
2011-10-04re PR fortran/35831 ([F95] Shape mismatch check missing for dummy procedure a...Janus Weil4-1/+123
2011-10-04mingw-w64.h (CPP_SPEC): Rename _REENTRANCE to _REENTRANT.Ozkan Sezer3-3/+9
2011-10-04Small -m{cpu,tune}=native fix under Linux/Sparc.David S. Miller2-1/+6
2011-10-04re PR middle-end/50604 (verify_gimple failed: type mismatch in binary express...Jakub Jelinek5-4/+43
2011-10-04Maintain order of LTO sectionsAndi Kleen4-36/+78
2011-10-04Don't XFAIL gcc.dg/graphite/interchange-14.c (PR tree-optimization/49662)Rainer Orth4-3/+10
2011-10-04re PR tree-optimization/50522 (C++ std::valarray vectorization missed optimiz...Jakub Jelinek2-4/+7
2011-10-04fold-const.c (fold_unary_loc): Don't optimize POINTER_PLUS_EXPR casted to TYP...Jakub Jelinek5-0/+44
2011-10-04config.gcc (i[34567]86-*-elf*, [...]): Use i386/t-crtstuff.Joseph Myers2-2/+7
2011-10-04vector-compare-1.c: Fix trailing white spaces.Artjoms Sinkarovs2-10/+16
2011-10-04lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.Jan Hubicka5-5/+43
2011-10-04re PR target/50566 ([avr]: Add support for better logging similar to -mdeb)Georg-Johann Lay4-45/+103
2011-10-04* config/sparc/sparc.c (sparc_fold_builtin): Use a sequence of tests.Eric Botcazou2-18/+21
2011-10-04longlong.h (smul_ppmm, sdiv_qrnnd): Add underscores to the local variables.Andreas Krebbel2-12/+18
2011-10-04* lib/target-supports.expIra Rosen2-2/+8
2011-10-03More consistent access to sparc %ger register.David S. Miller2-32/+33
2011-10-04* tree-eh.c (remove_unreachable_handlers): Obvious cleanup.Maxim Kuvyrkov2-1/+5
2011-10-04Daily bump.GCC Administrator1-1/+1
2011-10-03* de.po: Update.Joseph Myers2-172/+176
2011-10-03godump.c (go_output_typedef): Support printing enum values that don't fit in ...Jakub Jelinek2-3/+20
2011-10-03cris.c (cris_output_addr_const_extra): Make static.Anatoly Sokolov4-7/+14
2011-10-03m68k.c (m68k_output_addr_const_extra): Make static.Anatoly Sokolov4-9/+13
2011-10-03re PR target/49967 (The -static-libstdc++ does not work on HP-UX (IA64 B.11.2...Steve Ellcey3-0/+24
2011-10-03Minor fixup to the sparc bshuffle pattern.David S. Miller2-1/+4
2011-10-03Fix Artem's name spelling, at request.Richard Henderson2-2/+2
2011-10-03Fix broken commit wrt vect-shuffle-N.c tests.Richard Henderson5-247/+8
2011-10-03Minor fixups to the sparc bmask/bshuffle patterns.David S. Miller2-8/+26
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs32-126/+1521
2011-10-03re PR tree-optimization/50587 (ICE init_range_entry, at tree-ssa-reassoc.c:16...Jakub Jelinek2-0/+8
2011-10-03ipa-inline-analysis.c (MAX_TIME): Update comment.Richard Sandiford2-2/+6
2011-10-03pt.c (tsubst_pack_expansion): Re-use ARGUMENT_PACK_SELECTs.Jason Merrill2-21/+31
2011-10-03parser.c (cp_parser_range_for): Don't try to deduce from {} in a template.Jason Merrill4-1/+13
2011-10-02Add missing changelog details in previous commit.David S. Miller1-0/+1
2011-10-02Add missing sparc shift zero extensions, and fix shift attributes.Richard Henderson3-12/+37
2011-10-03Daily bump.GCC Administrator1-1/+1
2011-10-02re PR c++/35722 ([C++0x] Variadic templates expansion into non-variadic class...Jason Merrill12-326/+369