aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis10-10/+84
2016-07-15openmp.c (gfc_match_omp_clauses): Scan for clause vector_length before vector.Cesar Philippidis4-5/+27
2016-07-15re PR tree-optimization/71881 (ICE on valid code at -O3 with -g enabled on x8...Richard Biener4-1/+41
2016-07-15re PR tree-optimization/71887 (wrong code (SIGFPE) at -O1 and above on x86_64...Richard Biener4-4/+32
2016-07-15[PATCH/AARCH64] Add rtx_costs routine for vulcan.Virendra Pathak4-1/+191
2016-07-15handle undefined extern vars in output_in_orderAlexander Monakov3-31/+36
2016-07-15tree-ssa-pre.c (get_representative_for): Make sure to return the value number...Richard Biener2-17/+15
2016-07-15re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek6-4/+92
2016-07-15re PR fortran/71807 (Internal compiler error with NULL() reference in structu...Andre Vehreschild4-0/+47
2016-07-15tree-scalar-evolution.c (simple_iv_with_niters): New funcion.Bin Cheng7-53/+170
2016-07-15re PR tree-optimization/71347 (Performance drop after r235513 on x86-64 in 32...Bin Cheng2-1/+6
2016-07-15Fix the constraints for any's assignment operator template to properlyVille Voutilainen3-4/+16
2016-07-15i386.c (ix86_builtin_vectorization_cost): Adjust vec_construct cost.Richard Biener2-4/+6
2016-07-15Daily bump.GCC Administrator1-1/+1
2016-07-14re PR fortran/29819 (Error/warning message should ignore comments for "1" in ...Steven G. Kargl7-21/+36
2016-07-14re PR testsuite/71865 (test case gcc.dg/diagnostic-token-ranges.c fails start...Jakub Jelinek2-4/+9
2016-07-14re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek7-3/+51
2016-07-14re PR tree-optimization/71872 (ICE in inchash::add_expr, at tree.c:7782 - OEP...Jakub Jelinek4-1/+28
2016-07-14arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.Thomas Preud'homme24-5/+153
2016-07-14re PR fortran/70842 (internal compiler error with character members within a ...Andre Vehreschild4-1/+57
2016-07-14re PR rtl-optimization/71878 (ICE in cselib_record_set)Thomas Preud'homme2-12/+57
2016-07-14Include header for std::__parallel::searchJonathan Wakely2-0/+6
2016-07-14Add header for std::search to testcaseJonathan Wakely2-0/+4
2016-07-14[vectorizer][2/2] Hook up mult synthesis logic into vectorisation of mult-by-...Kyrylo Tkachov7-68/+476
2016-07-14[RS6000] Disparage altivec_mov gpr alternativesAlan Modra2-2/+8
2016-07-14[1/2] Move choose_mult_variant declaration and dependent declarations to expm...Kyrylo Tkachov3-9/+15
2016-07-14gimple.h (stmt_can_terminate_bb_p): New function.Jan Hubicka4-18/+29
2016-07-14pr60226.c: Expect maximum object file alignment error on AIX.David Edelsohn2-1/+6
2016-07-14re PR tree-optimization/71866 (gcc locks up after fix for PR70159)Richard Biener6-99/+109
2016-07-14decl.c (gnat_to_gnu_entity): Also use the void pointer type if the designated...Eric Botcazou3-15/+36
2016-07-14Improve doxygen comments for allocators in containersJonathan Wakely11-65/+117
2016-07-14pr42574.c: Add missing target keyword for the dg-do selector and enclose bool...Thomas Preud'homme2-1/+6
2016-07-14Added forgotten PR testsuite/71489 reference.Rainer Orth1-0/+1
2016-07-14Implement P0032R3, Homogeneous interface for variant, any and optional,Ville Voutilainen18-89/+538
2016-07-14Fix ChangeLog.Ville Voutilainen1-0/+41
2016-07-14[RS6000] -mno-vsx should force -mno-power9-dformAlan Modra4-8/+40
2016-07-14Some fixes for profile test cases for autofdoAndi Kleen26-56/+106
2016-07-14Clean up imports files in test suiteAndi Kleen2-0/+5
2016-07-14Always print gcc-auto-profile line in dump fileAndi Kleen2-1/+6
2016-07-14Add dg-final-scan-autofdo and dg-final-scan-not-autofdoAndi Kleen2-0/+48
2016-07-14Don't run instrumented value profiler changes with afdoAndi Kleen2-0/+11
2016-07-14Print indirect call changes in afdo dump fileAndi Kleen2-7/+68
2016-07-14Daily bump.GCC Administrator1-1/+1
2016-07-13genrecog.c (special_predicate_operand_p): New function.Andrew Burgess2-15/+42
2016-07-13re PR c++/70926 (Libiberty Demangler segfaults (5))Marcel Böhme3-4/+28
2016-07-13Fix return type handling for Proxy classesMatthew Fortune9-5/+117
2016-07-13Fix the use of FFI closures in the java interpreter for integer returnsMatthew Fortune6-1/+64
2016-07-13libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONSJonathan Wakely11-50/+97
2016-07-13Make basic_string::replace forward to different overloadJonathan Wakely2-1/+5
2016-07-13Make __allocated_ptr::_S_raw_ptr staticJonathan Wakely2-2/+8