aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford144-0/+435
2017-12-16Minor vn_reference_lookup_3 tweakRichard Sandiford2-11/+18
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford19-1/+149
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford16-10/+147
2017-12-15re PR target/83358 (division not converted with Intel tuning since r253934)Markus Trippelsdorf5-8/+84
2017-12-16os: pass -s to hostname on AIXIan Lance Taylor2-4/+10
2017-12-16syscall: emulate Flock on AIXIan Lance Taylor2-1/+23
2017-12-16Daily bump.GCC Administrator1-1/+1
2017-12-15re PR middle-end/36550 (Wrong "may be used uninitialized" warning (conditiona...Jeff Law4-18/+104
2017-12-15re PR tree-optimization/81165 (Regression in GCC-8.0.0's optimizer)Jeff Law6-2/+228
2017-12-15re PR c++/83205 (ICE on structured binding with ill-formed negative std::tupl...Jakub Jelinek6-15/+84
2017-12-15re PR c++/81197 (ICE with structured binding and lifetime-extended temporaries)Jakub Jelinek8-9/+115
2017-12-15re PR c++/80135 (ICE in output_constructor_regular_field, at varasm.c:4968)Jakub Jelinek12-110/+229
2017-12-15re PR c++/83217 (Compiler segfault: structured binding by reference to a temp...Jakub Jelinek4-1/+31
2017-12-15re PR tree-optimization/80631 (Compiling with -O3 -mavx2 gives wrong code)Jakub Jelinek2-0/+26
2017-12-15re PR tree-optimization/83410 (libgomp.graphite/force-parallel-4.c etc. FAIL)Jeff Law2-0/+31
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek51-721/+790
2017-12-15[PR C++/59930] template friend classes & default argsNathan Sidwell8-65/+62
2017-12-15re PR tree-optimization/83269 (Wrong constant folding)Jakub Jelinek4-6/+35
2017-12-15re PR sanitizer/81281 (UBSAN: false positive, dropped promotion to long type.)Jakub Jelinek4-20/+147
2017-12-15exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Use Component_Size of the inne...Pierre-Marie de Rodat21-56/+319
2017-12-15re PR sanitizer/83388 (reference statement index not found error with -fsanit...Richard Biener6-8/+56
2017-12-15[multiple changes]Pierre-Marie de Rodat22-136/+636
2017-12-15Make dse.c use offset/width instead of start/endRichard Sandiford2-78/+132
2017-12-15gimple-loop-interchange.cc (STMT_COST_RATIO): New macro.Bin Cheng2-81/+114
2017-12-15einfo.ads: Comment fix.Pierre-Marie de Rodat11-199/+493
2017-12-15re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC me...Eric Botcazou4-10/+8
2017-12-15[multiple changes]Pierre-Marie de Rodat3-4/+24
2017-12-15gnat_and_program_execution.rst: Update section "Dynamic Stack Usage Analysis"...Pierre-Marie de Rodat12-68/+211
2017-12-15gcc/ada/ChangeLog: add entries missing from previous commitPierre-Marie de Rodat1-0/+51
2017-12-15exp_unst.adb (Unnest_Subprograms): Nothing to do if the main unit is a generi...Pierre-Marie de Rodat23-138/+387
2017-12-15[multiple changes]Pierre-Marie de Rodat8-30/+90
2017-12-15types.ads, [...]: Partly revert r255414, committed by mistake.Bob Duff5-8/+9
2017-12-15Enable VAES support [5/5]Julia Koval8-0/+127
2017-12-15Enable VAES support [4/5]Julia Koval8-1/+125
2017-12-15Enable VAES support [3/5]Julia Koval8-1/+127
2017-12-14Fix ChangeLog entry datePeter Bergner1-1/+1
2017-12-15Daily bump.GCC Administrator1-1/+1
2017-12-14PR libstdc++/83279 handle sendfile not copying entire fileJonathan Wakely2-22/+49
2017-12-14PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely3-2/+70
2017-12-14gimple-ssa-strength-reduction.c (analyze_increments): Distinguish replacement...Bill Schmidt2-1/+17
2017-12-14* var-tracking.c (variable_tracking_main_1): Formatting fix.Jakub Jelinek2-2/+6
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger19-14/+258
2017-12-14Makefile.am (IFUNC_OPTIONS): Change aarch64 option from -march=armv8.1-a to -...Steve Ellcey8-5/+94
2017-12-14Patch for middle-end/PR79538Qing Zhao8-26/+95
2017-12-14* gcc-interface/Makefile.in: Generalize support for symbolic traces.Eric Botcazou2-2/+32
2017-12-14PR libstdc++/83427 detect weak result type from noexcept functionsJonathan Wakely7-216/+209
2017-12-14* gcc-interface/misc.c (default_pass_by_ref): Minor tweak.Eric Botcazou2-6/+10
2017-12-14vrp_prop: Use dom_walker for -Warray-bounds (PR tree-optimization/83312)David Malcolm6-58/+152
2017-12-14trans.c (Call_to_gnu): Set DECL_DISREGARD_INLINE_LIMITS to 0 on the callee if...Eric Botcazou2-4/+15