aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-10-0620040112-1.c: Fix defaulting to int.Marek Polacek57-26/+147
2014-10-06lto.c (stream_out): ARG_UNUSED added for last argument.Martin Liska2-1/+6
2014-10-0620001012-1.c: Fix defaulting to int.Marek Polacek146-61/+367
2014-10-06* config/sparc/predicates.md (int_register_operand): Delete.Eric Botcazou2-5/+4
2014-10-06* dwarf2cfi.c (create_pseudo_cfg): Fix trace numbering.Eric Botcazou2-2/+6
2014-10-06inline-2.c: Fix implicit declarations.Marek Polacek12-5/+45
2014-10-0620010207-1.c: Use -fgnu89-inline.Marek Polacek9-3/+22
2014-10-0620080924_0.c: Fix defaulting to int.Marek Polacek33-14/+84
2014-10-06ubsan.h (ubsan_get_source_location): New prototype.Jakub Jelinek1-0/+15
2014-10-06ubsan.h (ubsan_get_source_location): New prototype.Jakub Jelinek3-8/+46
2014-10-06Commit forgotten hunk.Marek Polacek1-0/+2
2014-10-06libgfortran.h (GFC_STD_F2015): Add.Tobias Burnus10-17/+187
2014-10-06Daily bump.GCC Administrator1-1/+1
2014-10-05ipa-prop.c (try_make_edge_direct_virtual_call): Remove overactive sanity check.Jan Hubicka2-1/+5
2014-10-05ipa-polymorphic-call.c (possible_placement_new): Fix condition on size.Jan Hubicka10-27/+108
2014-10-05PR debug/63239 Add DWARF representation for C++11 deleted member function.Mark Wielaard9-0/+63
2014-10-05ipa-polymorphic-call.c (walk_ssa_copies): Recognize NULL pointer checks.Jan Hubicka8-25/+161
2014-10-05re PR ipa/61144 (Invalid optimizations for extern vars with local weak defini...Jan Hubicka2-0/+12
2014-10-05Daily bump.GCC Administrator1-1/+1
2014-10-04devirt-46.C: New testcase.Jan Hubicka5-6/+48
2014-10-04remove score-* supportTrevor Saunders16-5471/+22
2014-10-04Fix dupplicate declaration of ggc_realloc in gencondmdTrevor Saunders2-0/+6
2014-10-04re PR fortran/36534 (Bogus: '__convert_s1_s4' at (1) is obsolescent in fortra...Francois-Xavier Coudert4-5/+21
2014-10-04devirt-42.C: New testcase.Jan Hubicka8-3/+192
2014-10-04Daily bump.GCC Administrator1-1/+1
2014-10-03altivec.md (altivec_lvsl): New define_expand.Bill Schmidt5-5/+86
2014-10-03ipa-polymorphic-call.c (decl_maybe_in_construction_p): Be ready for BASE and ...Jan Hubicka1-0/+5
2014-10-03rs6000-c.c (altivec_resolve_overloaded_builtin): Issue a warning message when...Bill Schmidt12-5/+49
2014-10-03tree-pretty-print.c (dump_location): Make it extern.Manuel López-Ibáñez9-56/+37
2014-10-03Fix build breakage on darwin introduced by me in r215861David Malcolm2-2/+8
2014-10-03ipa-polymorphic-call.c (decl_maybe_in_construction_p): Be ready for BASE and ...Jan Hubicka1-18/+31
2014-10-03e500.h (HARD_REGNO_CALLER_SAVE_MODE): Remove macro.Maciej W. Rozycki3-11/+11
2014-10-03re PR c/63453 (Bogus warning for gnu_inline functions)Marek Polacek4-1/+21
2014-10-03re PR c++/54427 (Expose more vector extensions)Marc Glisse11-11/+113
2014-10-03cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTORJan Hubicka6-4/+33
2014-10-03compiler: Recognize 64-bit symbol tables in archives.Ian Lance Taylor1-0/+9
2014-10-03i386.c (ix86_expand_vec_perm_vpermi2): Fix up formatting.Jakub Jelinek2-18/+31
2014-10-03vshuf-v8df.c: New test.Jakub Jelinek8-0/+239
2014-10-03re PR tree-optimization/61403 (An opportunity for x86 gcc vectorizer (~40% ga...Jakub Jelinek4-7/+30
2014-10-03decl.c (start_decl): Complain about static/thread_local vars in constexpr fun...Jason Merrill5-6/+66
2014-10-03semantics.c (constexpr_fn_retval): Ignore declarations in C++14.Jason Merrill4-0/+31
2014-10-03gcc.c: Split up the driver's "main" into smaller functionsDavid Malcolm2-35/+231
2014-10-03re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill2-1/+28
2014-10-03compiler: Don't insert promoted methods that conflict with fields.Ian Lance Taylor2-19/+44
2014-10-03asan.c (asan_finish_file): Disable __asan_init calls for KASan; don't emit em...Yury Gribov2-5/+14
2014-10-03a.35.4.c: Fix implicit declarations.Marek Polacek9-1/+24
2014-10-03pr24626-2.c: Add function declarations.Marek Polacek42-13/+109
2014-10-03convert.c (convert_to_integer): Do not introduce useless conversions between ...Eric Botcazou2-5/+29
2014-10-03ira-int.h (ira_allocno): Mark hard_regno as signed.David Sherwood2-1/+5
2014-10-03parser.c (cp_parser_assignment_expression, [...]): Add default arguments.Paolo Carlini2-59/+56