aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-07-04re PR target/81294 (_subborrow_u64 argument order inconsistent with intrinsic...Uros Bizjak7-6/+81
2017-07-04re PR debug/81278 (-fcompare-debug failure (length))Jakub Jelinek2-9/+59
2017-07-04[ARM] Add MIDR info for ARM Cortex-R7 and Cortex-R8Thomas Preud'homme2-0/+7
2017-07-04ipa-utils.c (ipa_merge_profiles): Fix merging when dst is uninitialized while...Jan Hubicka2-4/+20
2017-07-04[AArch64] Fix strict aliasing issue in gcc.target/aarch64/simd/vminmaxnm_1.cKyrylo Tkachov2-25/+27
2017-07-04[arm] Move some generated files out of the source treeRichard Earnshaw6-3481/+33
2017-07-04[Patch ARM] Add initial tuning for Cortex-A55 and Cortex-A75James Greenhalgh9-8/+154
2017-07-04* haifa-sched.c (sched_create_recovery_edges): Update profile.Jan Hubicka2-1/+17
2017-07-04bb-reorder.c (better_edge_p): Fix handling of uninitialized probability.Jan Hubicka2-1/+6
2017-07-04Fix ChangeLog format in r247584Thomas Preud'homme1-1/+1
2017-07-04re PR c/81231 (ICE with invalid argument to __atomic_*)Marek Polacek4-0/+26
2017-07-04brig-function.cc: Include profile-count.h.Jakub Jelinek3-0/+7
2017-07-04PR 81292: ICE on related strlens after r249880Richard Sandiford5-0/+98
2017-07-04Enable addressable params sanitization with --param asan-stack=1.Martin Liska4-1/+14
2017-07-04Use xstrdup_for_dump in ipa-inline.c (PR ipa/81293).Martin Liska2-2/+8
2017-07-04Save and restore EDGE_DFS_BACK in draw_cfg_edgesTom de Vries2-4/+31
2017-07-04function-argument-3.C: Add -Wno-psabi to additional options.Jakub Jelinek2-0/+4
2017-07-04re PR target/81175 (EXC_BAD_ACCESS in ::slpeel_duplicate_current_defs_from_ed...Jakub Jelinek2-1/+8
2017-07-04vxworks.h (PTRDIFF_TYPE, SIZE_TYPE): Restore unconditional basic definitions.Olivier Hainque2-8/+19
2017-07-04Add dg-require ifunc for mvc test-cases.Martin Liska5-0/+12
2017-07-04parser.c (cp_parser_decomposition_declaration): Replace decomposition declara...Jakub Jelinek22-119/+144
2017-07-04re PR c++/81258 (ICE on C++1z code with invalid decomposition declaration: in...Jakub Jelinek5-1/+36
2017-07-04* c-warn.c (warn_if_unused_value): Remove WITH_CLEANUP_EXPR handling.Marek Polacek2-1/+4
2017-07-04Daily bump.GCC Administrator1-1/+1
2017-07-03re PR c++/65775 (Late-specified return type bypasses return type checks (qual...Paolo Carlini4-28/+59
2017-07-03re PR fortran/79866 (diagnostics: typo in "Variable %s at %L of type EVENT_TY...Dominique d'Humieres4-1/+24
2017-07-03re PR fortran/79843 (diagnostics: missing word in fortran/symbol.c, conflict_...Dominique d'Humieres5-4/+15
2017-07-03C++: fix "RT_INTERATION" typoDavid Malcolm2-3/+10
2017-07-03re PR bootstrap/81033 (there are cases where ld64 is not able to determine co...Dominique d'Humieres2-1/+7
2017-07-03* tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.Jan Hubicka2-2/+6
2017-07-03[arm] Add -mbe8 and -mbe32 to options summary.Richard Earnshaw2-1/+6
2017-07-03Avoid minimum - 1 confusion in vectoriserRichard Sandiford3-23/+23
2017-07-03re PR bootstrap/81033 (there are cases where ld64 is not able to determine co...Dominique d'Humieres2-4/+9
2017-07-03* hash-table.h (hash_table_mod1): Fix indentation.Nathan Sidwell2-1/+5
2017-07-03re PR rtl-optimization/81290 (ICE in update_br_prob_note)Jan Hubicka6-5/+86
2017-07-03Andrew pointed out that I did not document the new architecture extension fla...James Greenhalgh2-0/+8
2017-07-03configure.ac: Set srcdir when sourcing config-lang.in fragments.Nathan Sidwell2-4/+20
2017-07-03re PR tree-optimization/60510 (SLP blocks loop vectorization (with reduction))Richard Biener5-70/+160
2017-07-03Add a helper for getting the overall alignment of a DRRichard Sandiford6-19/+45
2017-07-03Add DR_BASE_ALIGNMENT and DR_BASE_MISALIGNMENTRichard Sandiford5-145/+143
2017-07-03Add DR_STEP_ALIGNMENTRichard Sandiford6-10/+36
2017-07-03Rename DR_ALIGNED_TO to DR_OFFSET_ALIGNMENTRichard Sandiford6-22/+34
2017-07-03Make dr_analyze_innermost operate on innermost_loop_behaviorRichard Sandiford4-13/+21
2017-07-03Require ifunc support in gcc.target/i386/mvc6.cRainer Orth2-0/+5
2017-07-03Use innermost_loop_behavior for outer loop vectorisationRichard Sandiford6-115/+100
2017-07-03[arm] Clean up generation of BE8 format images.Richard Earnshaw7-84/+105
2017-07-03* tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.Jan Hubicka2-3/+12
2017-07-03tree-cfgcleanup.c (want_merge_blocks_p): New function.Jan Hubicka4-3/+49
2017-07-03re PR target/81285 (r249888 breaks bootstrap on ppc64le)Jan Hubicka2-5/+14
2017-07-03ASAN: handle addressable params (PR sanitize/81040).Martin Liska7-5/+244