aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-06-03enum-1.c: Add -fno-eliminate-unused-debug-symbols on AIX.David Edelsohn3-0/+8
2019-06-03Fix PR64242 - Longjmp expansion incorrectWilco Dijkstra4-28/+35
2019-06-03aarch64: emit .variant_pcs for aarch64_vector_pcs symbol referencesSzabolcs Nagy8-1/+191
2019-06-03tree-vrp.h (value_range_base::nonzero_p): New.Aldy Hernandez4-60/+81
2019-06-03Fix alignment option parser (PR90684)Wilco Dijkstra2-8/+6
2019-06-03[AArch64] Emit TARGET_DOTPROD-specific sequence for <us>sadv16qiKyrylo Tkachov7-4/+97
2019-06-03target-supports.exp (add_options_for_aarch64_sve): New procedure.Prathamesh Kulkarni2-2/+15
2019-06-03Remove Java Trees from GENERIC manual.Martin Liska2-5/+4
2019-06-03tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Get original full reference...Richard Biener6-9/+28
2019-06-03Fix typo in index comparison of CONSTRUCTOR.Martin Liska2-2/+7
2019-06-03re PR tree-optimization/90716 (gcc generates wrong debug information at -O2)Richard Biener4-4/+37
2019-06-03re PR target/88837 ([SVE] Poor vector construction code in VL-specific mode)Prathamesh Kulkarni30-1/+919
2019-06-03Fix ICE in vect_slp_analyze_node_operations_1Alejandro Martinez5-10/+42
2019-06-03re PR testsuite/90713 (FAIL: gcc.dg/gimplefe-40.c (internal compiler error))Richard Biener2-0/+6
2019-06-03Make debug(edge) more verbose.Martin Liska2-3/+9
2019-06-03re PR target/89750 (Wrong code for _mm_comi_round_ss)H.J. Lu5-15/+358
2019-06-03Daily bump.GCC Administrator1-1/+1
2019-06-02re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig6-13/+107
2019-06-02Daily bump.GCC Administrator1-1/+1
2019-06-01Darwin, x86, testsuite - adjust tests for Darwin PR90698.Iain Sandoe4-2/+11
2019-06-01PR middle-end/90694 - incorrect representation of ADDR_EXPR involving a point...Martin Sebor4-2/+35
2019-06-01alias.c: Include ipa-utils.h.Jan Hubicka7-0/+83
2019-06-01Fix changelogVille Voutilainen1-7/+0
2019-06-01re PR c++/85254 (boost::is_final does not work for template types)Ville Voutilainen3-0/+27
2019-06-01Daily bump.GCC Administrator1-1/+1
2019-05-31i386: Don't insert ENDBR after NOTE_INSN_DELETED_LABELH.J. Lu6-4/+63
2019-05-31mips.c (mips_expand_builtin_insn): Swap the 1st and 3rd operands of the fmadd...Jeff Law4-0/+124
2019-05-31tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.Jakub Jelinek9-20/+312
2019-05-31omp-low.c (lower_rec_simd_input_clauses): Set TREE_THIS_NOTRAP on ivar and lvar.Jakub Jelinek4-0/+25
2019-05-31runtime: drop unused C type reflection codeIan Lance Taylor1-1/+1
2019-05-31compiler: optimize append of makeIan Lance Taylor7-84/+251
2019-05-31compiler: handle int-to-string conversion with large integer constantIan Lance Taylor2-4/+13
2019-05-31re PR c/43673 (Incorrect warning: use of 'D' length modifier with 'a' type ch...Xiong Hu Luo5-6/+60
2019-05-31runtime: implement cheaper context switch on Linux/AMD64Ian Lance Taylor1-1/+1
2019-05-31apply unary op to both sides of (vec_cond x cst1 cst2)Marc Glisse4-0/+35
2019-05-31Simplify more EXACT_DIV_EXPR comparisonsMarc Glisse6-2/+62
2019-05-31New .md construct: define_insn_and_rewriteRichard Sandiford6-62/+249
2019-05-31tree-ssa-alias.c (type_has_components_p): New function.Jan Hubicka2-0/+17
2019-05-31[C++PATCH] Lambda names are anonymousNathan Sidwell7-52/+51
2019-05-31cpu-future.c: Require powerpc_future_ok.Bill Schmidt7-0/+53
2019-05-31Add pretty print for const_tree.Martin Liska2-1/+5
2019-05-31re PR debug/86964 (Too many debug symbols included, especially for extern glo...Thomas De Schampheleire16-16/+42
2019-05-31re PR tree-optimization/90671 (ICE on valid code at -Os and above with -g ena...Jakub Jelinek4-3/+45
2019-05-31c++, testsuite - require alias support for a test.Iain Sandoe2-0/+5
2019-05-31Darwin, x86, testsuite - adjust tests for Darwin's align syntax.Iain Sandoe3-6/+14
2019-05-31Darwin, x86 - We have .p2align, so declare its use.Iain Sandoe2-0/+16
2019-05-31predicates.md (pcrel_address): New define_predicate.Bill Schmidt5-0/+151
2019-05-31* fi.po, sv.po: Update.Joseph Myers3-796/+682
2019-05-31Daily bump.GCC Administrator1-1/+1
2019-05-30gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.Jakub Jelinek7-49/+190