aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek17-59/+670
2016-09-02Introduce class edit_contextDavid Malcolm10-11/+1669
2016-09-02re PR tree-optimization/77444 (Bogus assignments in cand_value_at)Jakub Jelinek2-2/+10
2016-09-02re PR sanitizer/77396 (address sanitizer crashes if all static global variab...Jakub Jelinek7-13/+74
2016-09-02cfg.c (free_original_copy_tables): Replace second assignment of bb_copy = NUL...Prathamesh Kulkarni2-1/+6
2016-09-02re PR other/77421 (Bugs found in GCC with the help of PVS-Studio)Jakub Jelinek2-1/+6
2016-09-02Improvements to typed_splay_treeDavid Malcolm6-0/+158
2016-09-02ipa-cp.c (ipcp_store_bits_results): Change option name from -fipa-cp-bit to -...Prathamesh Kulkarni2-1/+6
2016-09-01PR tree-optimization/71831 - __builtin_object_size poor results with noMartin Sebor9-134/+563
2016-09-02Daily bump.GCC Administrator1-1/+1
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor15-16/+67
2016-09-02rs6000: Rename 110 -> VSCR_REGNOSegher Boessenkool2-18/+23
2016-09-02rs6000: Rename 109 -> VRSAVE_REGNOSegher Boessenkool2-3/+7
2016-09-02rs6000: Rename 74 -> CR6_REGNOSegher Boessenkool4-26/+32
2016-09-01re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle2-8/+25
2016-09-01float128-builtin.c, [...]: Use dg-add-options ieee.Uros Bizjak36-0/+56
2016-09-01ipa-inline-analysis.c (param_change_prob): Get to the base object first in al...Eric Botcazou5-10/+60
2016-09-01rs6000: Use LR_REGNO directly in the save/restore patternsSegher Boessenkool2-60/+73
2016-09-01rs6000: Use LR_REGNO instead of constant 65Segher Boessenkool6-26/+44
2016-09-01rs6000: Fix for AIX, for r239866Segher Boessenkool2-10/+15
2016-09-01re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek6-15/+29
2016-09-01re PR target/72827 (gnat bootstrap broken on powerpc64le-linux-gnu)Bill Schmidt2-6/+19
2016-09-01re PR middle-end/77436 (Incorrect constant result for summing loop inserted)Richard Biener4-8/+32
2016-09-01* config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.Nathan Sidwell2-2/+6
2016-09-01This patch adds legitimize_address_displacement hook so that stack accesses...Wilco Dijkstra2-0/+28
2016-09-01Fix more bogus testsuite failures for avr.Senthil Kumar Selvaraj5-0/+11
2016-09-01[AArch64] Add ANDS pattern for CMP+ZERO_EXTENDKyrylo Tkachov5-0/+42
2016-09-01i386.c (ix86_option_override_internal): Also disable the STV pass if -mstackr...Eric Botcazou2-2/+8
2016-08-31PR c++/57728 - adjust testcaseJason Merrill1-0/+1
2016-09-01C: Fix missing spaces in 'struct' fix-it hintsDavid Malcolm2-3/+8
2016-09-01Daily bump.GCC Administrator1-1/+1
2016-08-31Fix detection of AVX512IFMA in host_detect_local_cpuIlya Verbin2-1/+6
2016-08-31diagnostic-show-locus.c: handle fixits on lines outside the regular rangesDavid Malcolm2-22/+301
2016-08-31re PR tree-optimization/77352 (ICE: verify_ssa failed)Jakub Jelinek4-4/+24
2016-08-31re PR fortran/77374 (ICE in resolve_omp_atomic, at fortran/openmp.c:3949)Jakub Jelinek6-11/+85
2016-08-31match.pd: Revert a * (1 << b) relaxation.Marc Glisse4-2/+19
2016-08-31re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle2-0/+20
2016-08-31runtime: make gsignal stack at least SIGSTKSZ bytesIan Lance Taylor1-1/+1
2016-08-31selftest.c: avoid explicit "selftest::" qualifiersDavid Malcolm2-42/+41
2016-08-31[x86] Don't use builtins for unaligned load/storeMarc Glisse8-39/+74
2016-08-31* config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.Eric Botcazou2-1/+6
2016-08-31re PR testsuite/77418 (SELECT TYPE associating entity can be (de)allocated)Paul Thomas2-1/+10
2016-08-31[multiple changes]Paul Thomas22-106/+2111
2016-08-31Remove arbitrary limits from rich_locationDavid Malcolm7-9/+181
2016-08-31Daily bump.GCC Administrator1-1/+1
2016-08-31selftest: split out named_temp_file from temp_source_fileDavid Malcolm3-21/+63
2016-08-30C++: add fixit for '>>' template errorDavid Malcolm4-2/+23
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-1/+1
2016-08-30rs6000: Don't emit a use of LR in returns and sibcallsSegher Boessenkool3-87/+61
2016-08-30[PATCH][Aarch64][gcc] Fix vld2/3/4 on big endian systemsTamar Christina2-16/+173