aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-10-24extend.texi (nonnull): List no-argument form.Martin Sebor2-5/+16
2018-10-24PR c++/84851 - missing -Wclass-memaccess for a memcpy in a copy ctor with a n...Martin Sebor4-10/+11
2018-10-24tree-ssa-sccvn.c (do_rpo_vn): Free rpo_state.Richard Biener2-0/+5
2018-10-24emmintrin.h (_mm_cvtpd_epi32): Change deprecated __vector long to __vector lo...William Schmidt1-6/+11
2018-10-24Switch conversion: support any ax + b transformation (PR tree-optimization/84...Martin Liska9-19/+301
2018-10-24Return hash of ADDR_EXPR if its argument is CONSTANT_CLASS_P.Richard Biener2-0/+9
2018-10-24ipa-utils.h (type_with_linkage_p): No longer check for TYPE_STUB_DECL; it is ...Jan Hubicka2-3/+8
2018-10-24S/390: Fix ICE in s390_check_qrst_address ()Ilya Leoshkevich4-1/+44
2018-10-24re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrec...Richard Biener6-32/+121
2018-10-24Disable string merging with alignment > 1 before Solaris 11.4/SPARCRainer Orth5-10/+69
2018-10-24re PR tree-optimization/84013 (wrong __restrict clique with inline asm operand)Richard Biener4-25/+55
2018-10-24Remove reduntant dumps and make tp_first_run dump more compact.Martin Liska5-13/+15
2018-10-24re PR tree-optimization/87665 (gcc HEAD (svn: 265340) breaks elements on resize)Richard Biener4-9/+57
2018-10-24Daily bump.GCC Administrator1-1/+1
2018-10-23h8300.c (h8300_expand_prologue): Fix stm generation for H8/S.Jeff Law2-3/+8
2018-10-23re PR go/87661 (libgo bootstrap failure on arm-linux-gnueabihf (redefinition ...Ian Lance Taylor1-1/+1
2018-10-23lambda-this3.C: Limit dg-bogus directives to c++17_down only.Jakub Jelinek2-4/+17
2018-10-23tree-vrp.c (add_assert_info): Guard dump_printf with dump_enabled_p.Richard Biener3-6/+13
2018-10-23re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrec...Richard Biener22-68/+333
2018-10-23[arm] Update default CPUs during configureRichard Earnshaw2-2/+9
2018-10-23re PR tree-optimization/87700 (Compile time hog w/ -O1)Richard Biener4-1/+60
2018-10-23re PR target/87674 (AVX512: incorrect intrinsic signature)Jakub Jelinek4-6/+17
2018-10-23tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment.Richard Biener2-1/+5
2018-10-23re PR tree-optimization/86144 (GCC is not generating vector math calls to svm...Richard Biener2-5/+15
2018-10-23re PR tree-optimization/87693 (ICE in thread_around_empty_blocks, at tree-ssa...Richard Biener4-1/+30
2018-10-23re PR fortran/85603 (ICE with character array substring assignment)Paul Thomas4-19/+121
2018-10-23compiler: export indexed type data, read unexported types lazilyIan Lance Taylor9-152/+555
2018-10-23Daily bump.GCC Administrator1-1/+1
2018-10-22symtab.c (symtab_node::increase_alignment): Correct max alignment check.Paul Koning2-1/+6
2018-10-22re PR tree-optimization/87633 (ice in compare_range_wit h_value, at vr-values...Yury Gribov4-10/+44
2018-10-22combine: Do not combine moves from hard registersSegher Boessenkool2-4/+57
2018-10-22re PR testsuite/87694 (problem in g++.dg/concepts/memfun-err.C starting with ...Marek Polacek2-1/+6
2018-10-22Don't double-count early-clobber matches.Andrew Stubbs2-8/+20
2018-10-22rs6000: Handle print_operand_address for unexpected RTL (PR87598)Segher Boessenkool2-1/+7
2018-10-222018-10-22 Richard Biener <rguenther@suse.de>Richard Biener9-58/+64
2018-10-22re PR middle-end/63155 (memory hog)Steven Bosscher5-352/+967
2018-10-22Index...William Schmidt2-4/+8
2018-10-22Revert r263947.Martin Liska4-1/+43
2018-10-22Iterate -std=c++-* in i386.exp.Jakub Jelinek2-2/+7
2018-10-22Simplify comparison of attrs in IPA ICF.Martin Liska3-58/+12
2018-10-22scop-4.c: Avoid out-of-bound access.Richard Biener2-1/+5
2018-10-22utils.c (unchecked_convert): Use local variables for the biased and reverse S...Eric Botcazou5-35/+168
2018-10-22trans.c (Pragma_to_gnu): Use a simple memory constraint in all cases.Eric Botcazou3-20/+13
2018-10-22warn19.ad[sb]: New test.Eric Botcazou4-0/+37
2018-10-22re PR c/87682 (gcc/mem-stats.h:172: possible broken comparison operator ?)Richard Biener2-1/+6
2018-10-22re PR bootstrap/87640 (internal compiler error: in check, at tree-vrp.c:155)Richard Biener4-21/+47
2018-10-22S/390: Add the forgotten test for r265371Ilya Leoshkevich1-0/+12
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor35-91/+184
2018-10-22S/390: Make "b" constraint match literal pool referencesIlya Leoshkevich3-4/+16
2018-10-22i386: Enable AVX512 memory broadcast for INT andnotH.J. Lu11-0/+126