aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-07-15predicates.md (const_m255_to_m1_operand): New.Georg-Johann Lay5-15/+131
2016-07-15scev-8.c: Update test string.Bin Cheng2-1/+5
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis8-10/+34
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-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-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-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-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-13tree-vect-data-refs.c (vect_no_alias_p): New function.Bin Cheng7-19/+130
2016-07-13Fix Fortran DO loop fallbackMartin Liska4-4/+9
2016-07-13re PR tree-optimization/24574 (a!=0?a/10:0 is not reduced to a/10)Richard Biener4-4/+69
2016-07-13Fix some bogus testsuite failures for avr.Senthil Kumar Selvaraj7-1/+16
2016-07-13re PR ipa/71633 ([CHKP] internal compiler error: in inline_call)Ilya Enkovich4-1/+44
2016-07-13arm.h (TARGET_HAVE_CBZ): Define.Thomas Preud'homme8-11/+156
2016-07-13arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.Thomas Preud'homme12-44/+174
2016-07-13re PR tree-optimization/71104 (ICE: verify_ssa failed (with vfork / error: d...Richard Biener5-0/+48
2016-07-13remove unnecessary calls to vec::releaseTrevor Saunders4-16/+15
2016-07-13use auto_vec for more local variablesTrevor Saunders13-71/+50