aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-05-28utils.c (max_size): Add special code to deal with the subtraction of a "negat...Eric Botcazou4-1/+40
2015-05-28decl.c (gnat_to_gnu_entity): Do not error out on a return type which has a si...Eric Botcazou2-1/+8
2015-05-28utils.c (gnat_pushdecl): Reunify the handling of array and pointer types wrt ...Eric Botcazou2-32/+35
2015-05-28gigi.h (gnat_stabilize_reference): Adjust.Eric Botcazou19-145/+343
2015-05-28nios2-linux: add missing cpp specsMike Frysinger2-0/+7
2015-05-28microblaze-linux: add missing cpp specsMike Frysinger2-0/+7
2015-05-28hppa-linux: add missing cpp specsMike Frysinger2-1/+6
2015-05-28tree-vect-loop.c (vect_fixup_reduc_chain): New function.Richard Biener6-32/+173
2015-05-28[multiple changes]Arnaud Charlet4-21/+97
2015-05-28re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener4-3/+30
2015-05-28sem_util.adb (Requires_Transient_Scope): Avoid returning function results on ...Bob Duff2-17/+181
2015-05-28re PR target/63810 (gcc sets incorrect macro for OS X deployment targets)Lawrence Velázquez13-32/+296
2015-05-28Mark parameters with ATTRIBUTE_UNUSEDH.J. Lu2-1/+7
2015-05-28sem_util.adb (Wrong_Type): In any instance...Ed Schonberg3-9/+35
2015-05-28re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.)Julian Brown2-5/+11
2015-05-28[multiple changes]Arnaud Charlet8-31/+110
2015-05-28rx.c (push_regs): New function.Nick Clifton2-21/+61
2015-05-28tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec member.Richard Biener4-107/+78
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu47-50/+370
2015-05-28Fix PR66168Thomas Preud'homme4-1/+27
2015-05-28re PR target/66148 (build/genpreds: Internal error: abort in choose_enum_orde...John David Anglin2-8/+16
2015-05-28pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of "%d" for 'o' ...John David Anglin2-1/+6
2015-05-28Daily bump.GCC Administrator1-1/+1
2015-05-27re PR target/39726 ([cond-optab] ColdFire pessimizations on QImode/HImode tests)Jeff Law3-0/+71
2015-05-27decl.c (check_redeclaration_exception_specification): Depend on -Wsystem-head...Jason Merrill4-5/+22
2015-05-27decl.c (warn_extern_redeclared_static): Use the location of newdecl in diagno...Jason Merrill8-32/+46
2015-05-27apply to correct changelogNathan Sidwell2-7/+7
2015-05-27re PR c++/66270 (ICE: canonical types differ for identical types)Nathan Sidwell4-2/+28
2015-05-27trans.c (elaborate_all_entities): Do not elaborate an incomplete type coming ...Eric Botcazou2-0/+10
2015-05-27expr.h (array_at_struct_end_p): Move to...Eric Botcazou5-155/+182
2015-05-27decl.c (gnat_to_gnu_entity): Move down code applying atomic checks to the obj...Eric Botcazou2-9/+9
2015-05-27[PATCH 3/13] aarch64 musl supportGregor Richards2-0/+8
2015-05-27re PR bootstrap/66304 (Can't bootstrap on x86_64-linux-gnu with gcc 4.3.4)Jason Merrill3-32/+135
2015-05-27auto-profile.c (afdo_calculate_branch_prob): Break once has_sample is true.Aditya Kumar2-2/+10
2015-05-27* statistics.c (statistics_fini_pass): Print pass name.Aditya Kumar2-1/+5
2015-05-27re PR tree-optimization/66272 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener5-2/+57
2015-05-27dwarf2out.c: Remove block_map.Aldy Hernandez4-18/+17
2015-05-27slp-reduc-7.c: New testcase.Richard Biener2-0/+64
2015-05-27[multiple changes]Arnaud Charlet22-73/+166
2015-05-27[expr.c] PR target/65358 Avoid clobbering partial argument during sibcallKyrylo Tkachov6-15/+151
2015-05-27[multiple changes]Arnaud Charlet6-8/+77
2015-05-27[multiple changes]Arnaud Charlet10-395/+395
2015-05-27LTO balanced map: add stats about insns and symbols.Martin Liska3-1/+34
2015-05-27[PATCH 4/13] arm musl supportGregor Richards2-0/+21
2015-05-27New memory allocation statistics infrastructure.Martin Liska23-736/+1215
2015-05-27tree-vect-stmts.c (vectorizable_load): Initialize slp_perm earlier and remove...Richard Biener4-40/+67
2015-05-27trans-stmt.c (gfc_trans_allocate): Add missing location information for e3rhs.Andre Vehreschild5-1/+176
2015-05-26combine.c (find_split_point): Verify that the shift count is a constant when...Jeff Law2-1/+5
2015-05-26tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.Jeff Law2-146/+151
2015-05-27* ipa-polymorphic-call.cJan Hubicka2-0/+11