aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-10-25internal-fn.def (LAUNDER): New internal function.Jakub Jelinek15-19/+227
2016-10-25Typo.Georg-Johann Lay1-1/+1
2016-10-25New avt target pass to work around performance loss by PR fix.Georg-Johann Lay8-8/+510
2016-10-25re PR target/71676 ([avr] casesi won't handle switch values larger than 16 bits)Georg-Johann Lay7-16/+510
2016-10-25Daily bump.GCC Administrator1-1/+1
2016-10-24test_frame_common.h: Add noclone attribute such that cloned verions of tested...Kugan Vivekanandarajah2-3/+8
2016-10-24re PR libfortran/77828 (Linking gfortran-7 compiled program with libgfortran ...Jerry DeLisle4-6/+23
2016-10-24re PR fortran/71895 (ICE in gfc_compare_derived_types, at fortran/interface.c...Steven G. Kargl4-1/+23
2016-10-24dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or DW_AT_rvalue_referen...Jakub Jelinek6-0/+73
2016-10-24c-common.c (c_common_truthvalue_conversion): Warn for multiplications in bool...Bernd Edlinger7-5/+41
2016-10-24PR middle-end/77735 - FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.cMartin Sebor11-201/+560
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek8-66/+84
2016-10-24i386.c (ix86_in_large_data_p, [...]): Use VAR_P (x) instead of TREE_CODE (x) ...Jakub Jelinek2-3/+8
2016-10-24cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x) instead of TREE_C...Jakub Jelinek5-11/+18
2016-10-24re PR testsuite/71491 (gcc.dg/vect/slp-43.c FAILs)Richard Biener3-2/+10
2016-10-24re PR debug/77985 (DW_AT_comp_dir is omitted when filename is absolute and th...Ximin Luo6-39/+13
2016-10-24Remove dead wood from trans-expr.cPaul Thomas1-21/+0
2016-10-24tree-vrp.c (evrp_dom_walker::before_dom_children): Ignore backedges when iden...Richard Biener7-16/+78
2016-10-24Parallelize check-gnatRainer Orth2-0/+8
2016-10-24re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsd...Georg-Johann Lay6-11/+234
2016-10-24re PR tree-optimization/78076 (Conditional jump or move depends on uninitiali...Richard Biener2-2/+8
2016-10-24pure-code.exp: Restore saved globals.Andre Vieira2-0/+8
2016-10-24i386.c (ix86_fold_builtin): Handle IX86_BUILTIN_BEXTR{,I}{32,64}...Jakub Jelinek8-1/+367
2016-10-24Work around 32-bit i386 STV testcases failing with -mstackrealign (PR target/...Rainer Orth8-7/+18
2016-10-24Do not disable aggressive loop opts forMartin Liska4-1/+32
2016-10-24Daily bump.GCC Administrator1-1/+1
2016-10-23PR target/77837 - missing -Wformat-length warning for %p with null argument o...Martin Sebor3-0/+14
2016-10-23re PR fortran/77763 (ICE in parse_struct_map, at fortran/parse.c:3064)Steven G. Kargl4-5/+23
2016-10-23sparc.md (cpu_feature): Minor tweak.Eric Botcazou2-43/+55
2016-10-23re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Steven G. Kargl5-34/+147
2016-10-23re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas11-34/+360
2016-10-23sparc-c.c (sparc_target_macros): Replace TARGET_64BIT with TARGET_ARCH64.Eric Botcazou2-2/+7
2016-10-23Daily bump.GCC Administrator1-1/+1
2016-10-22* gcc.dg/tree-ssa/pr71347.c: Remove XFAIL on SPARC.Eric Botcazou2-2/+5
2016-10-22re PR fortran/78021 (Wrong result with optimization on character constant)Thomas Koenig4-3/+50
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild15-435/+904
2016-10-21aarch64-cores.def: Rewrite so IMP and PART are integer constants.Andrew Pinski3-65/+95
2016-10-22Daily bump.GCC Administrator1-1/+1
2016-10-21libgo: keep c0 and c1 out of runtime.incIan Lance Taylor1-1/+1
2016-10-21libgo: leave Int64Align as 8 on 32-bit SPARCIan Lance Taylor1-1/+1
2016-10-21re PR tree-optimization/71947 (x ^ y not folded to 0 if x == y by DOM)Jeff Law4-3/+11
2016-10-21ADDR_EXPR and nonnullKugan Vivekanandarajah5-0/+86
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2016-10-21re PR c++/77656 (64-bit integral template parameter gets incorrectly sized as...Jason Merrill7-38/+94
2016-10-21* ptree.c (cxx_print_xnode) [TEMPLATE_PARM_INDEX]: Dump the decl.Jason Merrill2-0/+5
2016-10-21Really add the test this time...Wilco Dijkstra2-0/+25
2016-10-21Improve stack adjustment by reusing a temporary move immediate from the epilo...Wilco Dijkstra3-25/+68
2016-10-21If the number of integer callee-saves is odd, any FP callee-saves use 8-byte ...Wilco Dijkstra2-2/+22
2016-10-21re PR preprocessor/71681 (header.gcc file lookup is broken for -remap)Andris Pavenis7-0/+24
2016-10-21adxintrin.h (_subborrow_u32, [...]): Formatting fixes.Jakub Jelinek4-15/+22