aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-08-27arm_neon.h: Replace all inline asm implementations of vget_low_* with impleme...Tejas Belagod2-132/+84
2013-08-27Remove experimental LRA testNick Clifton1-3/+3
2013-08-27re PR middle-end/57219 (__builtin_isinf_sign source comments more restrictive...Marc Glisse2-2/+9
2013-08-27aarch64.md (unspec): Add UNSPEC_SISD_SSHL...Vidya Praveen5-5/+468
2013-08-27re PR tree-optimization/57521 (wrong code for expressions in loop at -O3)Richard Biener4-62/+95
2013-08-27re PR rtl-optimization/57860 (wrong code for bitwise ops with long long liter...Jakub Jelinek6-0/+147
2013-08-27decl.c (grokfndecl): Remove old bison hack.Paolo Carlini2-11/+4
2013-08-27* config/i386/djgpp.h (ASM_DECLARE_FUNCTION_NAME): New.DJ Delorie2-0/+15
2013-08-27function.c (assign_parm_find_data_types): Set passed_mode and nominal_mode to...Yufeng Zhang2-1/+7
2013-08-27Daily bump.GCC Administrator1-1/+1
2013-08-26avr.opt (mfract-convert-truncate): New option.Joern Rennecke3-2/+205
2013-08-26Add PR marker to PR id in ChangeLog.Joern Rennecke1-1/+1
2013-08-26re PR c/35649 (Incorrect printf warning: expect double has float)Joern Rennecke2-2/+4
2013-08-26avr-stdint.h (INT16_TYPE): Change default to "int".Joern Rennecke2-2/+7
2013-08-26c-typeck.c (c_common_type): Prefer double_type_node over other REAL_TYPE type...Joern Rennecke2-1/+16
2013-08-26cgraph.c (cgraph_propagate_frequency): Do not assume that virtual methods can...Jan Hubicka2-1/+9
2013-08-26* gimple-fold.c (gimple_get_virt_method_for_binfo): Use ctor_for_folding.Jan Hubicka2-5/+19
2013-08-26ipa.c (comdat_can_be_unshared_p_1): C++ constructors and destructors can be u...Jan Hubicka2-2/+11
2013-08-26reload.c (find_valid_class): Allow classes that do not include FIRST_PSEUDO_R...Joern Rennecke2-2/+7
2013-08-26cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix formatting...Jan Hubicka2-14/+36
2013-08-26* ipa-prop.c (ipa_print_node_params): Do not ICE during WPA.Jan Hubicka2-7/+5
2013-08-26ipa-inline-transform.c (inline_transform): Be ready for basic block to be cha...Jan Hubicka2-3/+11
2013-08-26cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a...Jan Hubicka3-8/+28
2013-08-26tree.h (tree_decl_with_vis): Add cxx_constructor, cxx_destructor.Jan Hubicka4-5/+33
2013-08-26i386.c (x86_64_elf_select_section): Put ATTRIBUTE_UNUSED into proper place.Joern Rennecke2-1/+6
2013-08-26i386.c (ix86_return_in_memory): Do not remove ATTRIBUTE_UNUSED on function ar...Uros Bizjak2-2/+1
2013-08-26Really commit all changesGabriel Dos Reis5-132/+128
2013-08-26i386.c (ix86_debug_options): Remove prototype.Uros Bizjak2-27/+31
2013-08-26c-pretty-print.h (c_pretty_printer::unary_expression): Now a virtual member f...Gabriel Dos Reis6-231/+266
2013-08-26c-pretty-print.h (c_pretty_printer::postfix_expression): Now a virtual member...Gabriel Dos Reis6-115/+134
2013-08-26Daily bump.GCC Administrator1-1/+1
2013-08-25re PR fortran/58146 (Array slice bounds checking)Thomas Koenig5-73/+122
2013-08-25c-pretty-print.h (c_pretty_printer::primary_expression): Now a virtua member ...Gabriel Dos Reis6-43/+64
2013-08-25cgraph.c (cgraph_turn_edge_to_speculative): Fix debug output.Jan Hubicka2-2/+7
2013-08-25* g++.dg/ipa/devirt-14.C: Fix typo.Jan Hubicka2-1/+5
2013-08-25tree.h (TYPE_FINAL_P, [...]): New macros.Jan Hubicka5-9/+32
2013-08-25c-pretty-print.h (c_pretty_printer::translate_string): Declare.Gabriel Dos Reis5-23/+42
2013-08-25c-pretty-print.h (c_pretty_printer::id_expression): Now a virtual function.Gabriel Dos Reis6-19/+39
2013-08-25Daily bump.GCC Administrator1-1/+1
2013-08-24c-pretty-print.h (c_pretty_printer::constant): Now a virtual member function.Gabriel Dos Reis6-27/+46
2013-08-23tree-ssa-pre.c (do_regular_insertion): Include the expression in the debuggin...Jeff Law2-1/+10
2013-08-24Daily bump.GCC Administrator1-1/+1
2013-08-23diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.Gabriel Dos Reis10-22/+75
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse13-52/+73
2013-08-23compiler: don't export embedded builtins.Ian Lance Taylor2-3/+28
2013-08-23cgraph.c (cgraph_turn_edge_to_speculative): Mark target node as having addres...Jan Hubicka2-0/+6
2013-08-23re PR fortran/57798 (Incorrect handling of sum over first dimension of a prod...Mikael Morin4-7/+58
2013-08-23re PR fortran/57843 ([OOP] Type-bound assignment is resolved to non-polymorph...Janus Weil4-48/+115
2013-08-23trans-array.c (gfc_conv_section_startstride): Move &loop->pre access to the c...Mikael Morin2-8/+14
2013-08-23ipa-utils.h (method_class_type): Declare.Jan Hubicka3-1/+5