aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-13re PR c++/57891 (No diagnostic of narrowing conversion in non-type template a...Marek Polacek26-62/+159
2018-08-13Use getentropy() for seeding PRNGJanne Blomqvist5-8/+21
2018-08-13rs6000: Fix pr56605.cSegher Boessenkool2-1/+6
2018-08-13rs6000.c (rs6000_gimple_fold_builtin): Add support for folding vec_perm.Will Schmidt2-0/+36
2018-08-13rs6000.c (rs6000_gimple_fold_builtin): Add support for gimple-folding of vec_...Will Schmidt2-0/+59
2018-08-13PR libstdc++/45093 avoid warnings for _M_destroy_nodeJonathan Wakely2-6/+10
2018-08-13Minor optimisations in operator new(size_t, align_val_t)Jonathan Wakely2-3/+7
2018-08-13Add <bit> and <version> to freestanding headersJonathan Wakely4-10/+23
2018-08-13Revert "libstdc++-v3: Have aligned_alloc() on Newlib"Jonathan Wakely3-3/+10
2018-08-13rs6000.c (rs6000_builtin_valid_without_lhs): Add vec_xst variants to the list.Will Schmidt2-0/+84
2018-08-13PR tree-optimization/71625 - missing strlen optimization on different array i...Martin Sebor16-3/+709
2018-08-13P0806R2 - Deprecate implicit capture of this via [=]Marek Polacek6-5/+182
2018-08-13re PR c++/86915 (Segmentation fault for an array of auto in template parameter)Marek Polacek4-1/+18
2018-08-13config.gcc (rs6000-ibm-aix4.x): Delete.David Edelsohn7-770/+11
2018-08-13[nvptx] Use CUDA driver API to select default runtime launch geometryCesar Philippidis4-12/+89
2018-08-13S/390: Factor out constant pool ref decompositionIlya Leoshkevich2-88/+74
2018-08-13Daily bump.GCC Administrator1-1/+1
2018-08-12re PR fortran/66679 ([OOP] ICE with class(*) and transfer)Paul Thomas4-6/+58
2018-08-12[NDS32] Change return type of predicator to bool.Chung-Ju Wu3-12/+25
2018-08-12[NDS32] Add new option: -msched-prolog-epilogChung-Ju Wu3-6/+20
2018-08-12[NDS32] Enable -malways-align by default at -O1 and above.Chung-Ju Wu2-0/+7
2018-08-12re PR fortran/86906 (erroneous name clash with renaming in use statement)Paul Thomas4-0/+32
2018-08-12[NDS32] Implement more C ISR extension.Chung-Ju Wu99-277/+2023
2018-08-12Daily bump.GCC Administrator1-1/+1
2018-08-11pa.md (UNSPEC_MEMORY_BARRIER): New unspec enum.John David Anglin4-206/+84
2018-08-11re PR tree-optimization/86835 (Bogus "is used uninitialized" warning with -ff...Jakub Jelinek4-6/+47
2018-08-11PR c++/86728 - C variadic generic lambda.Jason Merrill3-1/+12
2018-08-11Daily bump.GCC Administrator1-1/+1
2018-08-10PR libstdc++/68210 adjust operator new and delete for LWG 206Jonathan Wakely20-45/+268
2018-08-10Fix formatting in ChangeLogJonathan Wakely1-2/+3
2018-08-10re PR fortran/57160 (short-circuit IF only with -ffrontend-optimize)Janus Weil10-13/+97
2018-08-10Remove not needed __builtin_expect due to malloc predictor.Martin Liska4-3/+10
2018-08-10Fix wrongly removed line.Martin Liska2-1/+6
2018-08-10Fix extra line in MAINTAINERS.Martin Liska2-1/+4
2018-08-10i386: do not use SImode mul-highpart on 64-bit (PR 82418)Alexander Monakov4-5/+26
2018-08-10Introduce __builtin_expect_with_probability (PR target/83610).Martin Liska16-68/+289
2018-08-10Strip only selected predictors after early tree passes (PR tree-optimization/...Martin Liska6-35/+109
2018-08-10Clarify source of tm.texi to copy for GFDL grantThomas Preud'homme2-1/+6
2018-08-10libstdc++-v3: Have aligned_alloc() on NewlibSebastian Huber3-0/+10
2018-08-10Daily bump.GCC Administrator1-1/+1
2018-08-10Define aliases for containers using polymorphic_allocatorJonathan Wakely25-2/+683
2018-08-09m68k.c (m68k_adjust_decorated_operand): Remove unused variable.Jeff Law2-2/+5
2018-08-09re PR middle-end/86897 (gcc.dg/uninit-suppress_2.c FAILs)Jeff Law2-1/+6
2018-08-09Add missing PR to Nios fix for CVE-2017-5753Richard Earnshaw1-0/+1
2018-08-09m68k-protos.h (m68k_final_prescan_insn): Remove prototype.Andreas Schwab2-1/+5
2018-08-09Allow inner-loop reductions with variable-length vectorsRichard Sandiford4-0/+30
2018-08-09diagnostics: add line numbers to source (PR other/84889)David Malcolm15-10/+373
2018-08-09extend.texi (PowerPC AltiVec Built-in Functions Available on ISA 2.07): Corre...Kelvin Nilsen2-10/+20
2018-08-09Restore flow_bb_inside_loop_p tests (PR 86858)Richard Sandiford4-1/+28
2018-08-09Fix invalid assumption in vect_transform_stmt (PR 86871)Richard Sandiford4-1/+27