aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-30altivec.md (altivec_eq<mode>): Remove star.Aaron Sawdey6-40/+406
2018-08-30x86: Move AESNI generation to Skylake and GoldmontThiago Macieira2-3/+9
2018-08-30re PR lto/86517 (relocation R_X86_64_32 against `.rodata.str1.1' can not be u...Jan Hubicka3-10/+94
2018-08-30[libcpp] fix some line map commentsNathan Sidwell2-14/+13
2018-08-30Avoid undefined shifts in ceil2 operationsJonathan Wakely4-4/+24
2018-08-30lto-streamer-out.c (DFS::DFS_write_tree_body): Do not follow TYPE_STUB_DECL.Jan Hubicka5-31/+45
2018-08-30Move strcmpopt_6.c from gcc.dg to gcc.target/aarch64 and gcc.target/i386.Qing Zhao3-0/+43
2018-08-30gimplefe: expose MULT_HIGHPART_EXPRAlexander Monakov2-0/+16
2018-08-30sreal.h (SREAL_PART_BITS): Change to 31; remove seemingly unnecessary comment...Jan Hubicka3-11/+19
2018-08-30re PR tree-optimization/87147 (GCC miscompiles at -O3 on valid code)Richard Biener4-7/+67
2018-08-30lto-streamer-out.c (DFS::DFS_write_tree_body): Do not walk DECL_VINDEX.Jan Hubicka2-2/+7
2018-08-30tree.c (find_decls_types_r): Walk also TYPE_NEXT_PTR_TO and TYPE_NEXT_REF_TO.Jan Hubicka2-3/+22
2018-08-30Fix undefined references seen with mingw-w64Jonathan Wakely2-0/+7
2018-08-30Fix __gnu_cxx::_Pointer_adapter for long long arithmeticJonathan Wakely3-0/+25
2018-08-30Limit movmem copies to TImode on AArch64Tamar Christina4-4/+42
2018-08-30Enable underflow check in canonicalize_comparison. (PR86995)Vlad Lazar2-1/+13
2018-08-30Daily bump.GCC Administrator1-1/+1
2018-08-29re PR middle-end/87053 (wrong code with c_strlen)Bernd Edlinger4-3/+35
2018-08-29re PR sanitizer/87095 (UndefinedBehaviorSanitizer vptr false positive with vi...Jakub Jelinek4-0/+44
2018-08-29re PR c++/85265 ([concepts] ICE with missing identifier)Paolo Carlini4-6/+29
2018-08-29re PR middle-end/86714 (tree-ssa-forwprop.c confused by too long initializer)Martin Sebor12-12/+355
2018-08-29tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): Do not stream ...Jan Hubicka4-9/+10
2018-08-29tree-ssa-sccvn.c (vuse_ssa_val): Return NULL for unvisited virtual operands t...Richard Biener2-10/+16
2018-08-29re PR tree-optimization/87132 (Gcc miscompiles at -O2 on valid code)Richard Biener4-1/+37
2018-08-29tree-core.h: Document use of deprecated_flag in SSA_NAME.Richard Biener6-47/+64
2018-08-29C++: underline param in print_conversion_rejection (more PR c++/85110)David Malcolm4-11/+46
2018-08-29doc: document -ftree-scev-cpropAlexander Monakov2-1/+18
2018-08-29re PR c++/87122 (ICE in tsubst_decomp_names)Jakub Jelinek5-2/+48
2018-08-29sreal.h (normalize, [...]): Add new_sig/new_exp parameters.Jan Hubicka3-44/+67
2018-08-29Fix thinko in lto.c (PR bootstrap/87130).Martin Liska2-2/+8
2018-08-29MAINTAINERS (write after approval): Add myself.Vlad Lazar2-0/+5
2018-08-29PR libstdc++/31413 fix test failure on Debian systemsJonathan Wakely2-1/+29
2018-08-29Strenghten assumption about gswitch statements.Martin Liska2-8/+6
2018-08-29[AARCH64] Use stdint integers in vect_su_add_sub.cMatthew Malcomson2-10/+21
2018-08-29re PR tree-optimization/87117 (ICE in eliminate_dom_walker::eliminate_cleanup...Richard Biener4-2/+36
2018-08-29re PR tree-optimization/87126 (ICE on valid code at -Os and above on x86_64-l...Richard Biener4-1/+46
2018-08-28Rewrite pic.md to improve medany and pic code size.Jim Wilson4-46/+99
2018-08-28remove utf-8 from commentJason Merrill1-1/+1
2018-08-29compiler, runtime: remove hmap field from maptypesIan Lance Taylor5-23/+3
2018-08-29Daily bump.GCC Administrator1-1/+1
2018-08-28* fold-const.c (fold_binary_loc): Remove recently added assert.Jeff Law2-9/+5
2018-08-28genpreds.c (write_predicate_subfunction): Also add ATTRIBUTE_UNUSED to OP par...Joern Rennecke2-1/+6
2018-08-28re PR middle-end/87009 (Can't find XOR pattern applying De Morgan sequentially)MCC CS4-0/+48
2018-08-28re PR middle-end/86631 (missing -Walloc-size-larger-than on ILP32 hosts)Martin Sebor1-0/+5
2018-08-28PR middle-end/86631 - missing -Walloc-size-larger-than on ILP32 hostsMartin Sebor5-21/+67
2018-08-28PR libstdc++/87116 fix path::lexically_normal() handling of dot-dotJonathan Wakely3-7/+88
2018-08-28re PR c++/86546 (ICE on invalid: tree_class_check_failed())Paolo Carlini4-0/+19
2018-08-28Fix version check for ATTRIBUTE_GCC_DUMP_PRINTFDavid Malcolm2-1/+7
2018-08-28re PR tree-optimization/87124 (ICE have integer_cst in SSA_VAL, at tree-ssa-s...Richard Biener4-1/+24
2018-08-28re PR fortran/80477 ([OOP] Polymorphic function result generates memory leak)Paul Thomas8-19/+347