aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-16call.c (build_conditional_expr_1): Use cp_build_binary_op instead of directly...Marc Glisse4-3/+12
2013-05-16re PR target/45359 (poor -march=native choices for VIA C7 Esther processors)Uros Bizjak2-2/+38
2013-05-16cfgrtl.c (verify_hot_cold_block_grouping): Return err.Teresa Johnson2-113/+209
2013-05-16add quotesJason Merrill1-2/+7
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey9-35/+68
2013-05-16re PR c++/17410 (Specialization of nested template rejected because of unrela...Paolo Carlini2-0/+22
2013-05-16tree-vectorizer.h (NUM_PATTERNS): Increment.Jakub Jelinek10-1/+360
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill24-11/+139
2013-05-16re PR c++/57279 ([C++11] alias declaration fails to declare function types wi...Jason Merrill3-2/+19
2013-05-16Require section_anchors in gcc.dg/visibility-21.cRainer Orth2-0/+5
2013-05-16Fix breakage with missing decl check for arm-none-eabi builds. Ramana Radhakrishnan2-0/+7
2013-05-16Restore bootstrap on non-cc0 targetsRainer Orth2-0/+6
2013-05-16Internal memcpy using LDRD/STRDGreta Yorsh8-7/+226
2013-05-16Obsolete Solaris 9 supportRainer Orth5-3/+17
2013-05-16passes.c (init_optimization_passes): Move pass_parallelize_loops earlier...Richard Biener2-1/+6
2013-05-16omp-low.c (extract_omp_for_data): For collapsed loops...Jakub Jelinek9-6/+983
2013-05-16varasm.c (default_use_anchors_for_symbol_p): Use decl_replaceable_p.Nathan Sidwell4-3/+24
2013-05-16re PR middle-end/57286 (infinite recursion in fold-const.c:10037)Marc Glisse6-2/+31
2013-05-16Add SCEV cprop dumping.Marek Polacek2-0/+21
2013-05-16PR c++/56782 - Regression with empty pack expansionsDodji Seketeli3-7/+79
2013-05-16Daily bump.GCC Administrator1-1/+1
2013-05-15i386.c (ix86_decompose_address): Use DEFAULT_TLS_SEG_REG to access TLS segmen...Leif Ekblad4-2/+19
2013-05-15printers.py (Tr1HashtableIterator): Fix rendering of std::tr1 unordered conta...François Dumont3-5/+141
2013-05-15re PR target/57260 (Generated R_MIPS_GOT_MIPS relocation for direct function ...Richard Sandiford6-1/+140
2013-05-15name-lookup.c (pushdecl_maybe_friend_1): Replace pairs of warning_at and perm...Paolo Carlini7-26/+47
2013-05-15i386.c (iy86_option_override_internal): Update processor_alias_table for miss...Uros Bizjak3-46/+59
2013-05-15m68k.md (*rotlhi3_lowpart, [...]): Name for rotlhi3+1 and rotlqi3+1, resp.Andreas Schwab2-10/+16
2013-05-15re PR c++/31952 (parameters may be redeclared in a function try-block)Paolo Carlini9-12/+169
2013-05-15loop-unroll.c (report_unroll_peel): Check decision before emitting unroll/pee...Teresa Johnson2-0/+8
2013-05-15function.h (has_bb_partition): New rtl_data flag.Teresa Johnson5-42/+74
2013-05-15Fix PR target/19599 - tailcall function pointers.Ramana Radhakrishnan9-22/+96
2013-05-15tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED...Richard Biener6-44/+71
2013-05-15ipa-prop.c (ipa_make_edge_direct_to_target): Redirect calls to non-functions ...Martin Jambor3-5/+18
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor14-75/+152
2013-05-15s390.c (s390_register_move_cost): Don't impose the FPR<->GPR move cost penalt...Andreas Krebbel2-5/+12
2013-05-15* include/bits/basic_string.h (getline): Fix doxygen comments.Jonathan Wakely2-8/+10
2013-05-15re PR tree-optimization/57275 (Error in data dependence analysis during gathe...Richard Biener4-2/+52
2013-05-15re PR c++/57038 (Latest libreoffice compilation fails with enabled LTO)Jan Hubicka10-19/+112
2013-05-15New instruction (FSGSBASE) for AMD bdver3 architectureGanesh Gopalasubramanian2-1/+6
2013-05-15Daily bump.GCC Administrator1-1/+1
2013-05-14alias-1.c: Add dg-require-effective-target scheduling.Senthil Kumar Selvaraj2-0/+6
2013-05-14re PR c++/57274 (Bogus sequence-point warning in C++)Jakub Jelinek4-0/+28
2013-05-14re PR c++/57243 (Using auto in range based for with templated container in te...Jason Merrill3-1/+34
2013-05-14tree.c (warn_deprecated_use): Print file:line using locus color.Jakub Jelinek3-15/+21
2013-05-14* gdbinit.in: Add __null.Mike Stump2-0/+5
2013-05-14recog.h: Rename struct recog_data to Recog_data.Mike Stump5-7/+14
2013-05-14* web.c (union_match_dups): Also check DF_REF_REAL_LOC.Mike Stump2-4/+16
2013-05-14resource.h (struct resources): Remove unch_memory member.Steven Bosscher5-14/+12
2013-05-14rtl.h (next_label, [...]): Remove prototypes.Steven Bosscher4-51/+47
2013-05-14fold-const.c (fold_negate_expr): Handle vectors.Marc Glisse6-53/+112