aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-05-09pt.c (convert_nontype_argument_function): Add tsubst_flags_t parameter.Paolo Carlini2-19/+38
2014-05-09cgraphunit.c (analyze_functions): Use correct dump file.Teresa Johnson2-1/+5
2014-05-09DR 587 PR c++/51317Jason Merrill5-8/+48
2014-05-09DR 5 PR c++/60019Jason Merrill3-2/+25
2014-05-09re PR c++/58714 (Bogus overload resolution for the assignment operator in ass...Jason Merrill4-0/+32
2014-05-09re PR c++/32019 (Conditional operator ?: and ambiguous convertions)Jason Merrill7-9/+68
2014-05-09re PR c++/22434 (ICE in simplify_{,gen_}subreg)Jason Merrill4-6/+14
2014-05-09re PR c/61096 (error_init lacks a location)Marek Polacek7-70/+189
2014-05-09re PR fortran/61109 (ICE in fortran/trans-array.c on dimension 0 arrays)Mike Stump2-1/+6
2014-05-09fixed date of changelog entryKenneth Zadeck1-1/+1
2014-05-09-fstack-protector-strong: Instrumentation for return slotsFlorian Weimer6-18/+149
2014-05-09re PR middle-end/61111 (Infinite recursion between fold_build2_stat_loc and f...Kenneth Zadeck2-1/+6
2014-05-09014-05-09 David Wohlferd <LimeGreenSocks@yahoo.com> Andrew Haley...David Wohlferd1-440/+933
2014-05-09avr-fixed.md (round<mode>3): Use -1U instead of -1 in unsigned int initialize...Georg-Johann Lay2-2/+7
2014-05-09re PR target/61055 ([avr] wrong test instruction after increment with -O1)Georg-Johann Lay5-6/+117
2014-05-09Revert wide-int change.Ramana Radhakrishnan2-6/+8
2014-05-09re PR c/50459 (alignof doesn't work on plain old constant, works with express...Marek Polacek12-15/+74
2014-05-09Makefile.in (GTFILES): Remove tree-ssa-propagate.c.Richard Biener3-16/+21
2014-05-08re PR tree-optimization/61009 (Incorrect jump threading in dom)Jeff Law4-13/+114
2014-05-09Daily bump.GCC Administrator1-1/+1
2014-05-08re PR driver/61106 ([4.8/4.9] impliedness of -Wunused-parameter depends on -W...Matthias Klose5-2/+24
2014-05-08re PR target/59952 (-march=core-avx2 should not enable RTM)Uros Bizjak2-1/+6
2014-05-08re PR target/61092 (wide-int merge broke alpha bootstrap)Uros Bizjak2-111/+134
2014-05-08re PR c/61053 (_Alignas(long long) reduces alignment of long long)Marek Polacek7-16/+116
2014-05-08re PR c/61077 (_Atomic in the return type or argument types of main not diagn...Marek Polacek6-0/+46
2014-05-08gfortran.h (gfc_isym_id): Add GFC_ISYM_CAF_GET and GFC_ISYM_CAF_SEND.Tobias Burnus4-8/+115
2014-05-08trans-intrinsic.c (conv_co_minmaxsum): Change condition style.Tobias Burnus2-4/+7
2014-05-08check.c (check_co_minmaxsum, [...]): New.Tobias Burnus26-23/+658
2014-05-08re PR target/58066 (__tls_get_addr is called with misaligned stack on x86-64)Wei Mi5-16/+80
2014-05-08avx256-unaligned-load-2.c, [...]: Allow packed-single instructions.Joseph Myers6-5/+12
2014-05-08Neon intrinsics TLC - remove MLRamana Radhakrishnan5-948/+8
2014-05-08Neon intrinsics TLC - remove dead code.Ramana Radhakrishnan3-81/+25
2014-05-08re PR c++/13981 (Give message about incomplete class that might be implicitly...Paolo Carlini4-0/+31
2014-05-08Neon intrinsics TLC - Replace intrinsics with GNU C implementations.Ramana Radhakrishnan2-139/+297
2014-05-08Define UDWtype for longlong.h inclusion in wide-int.ccRamana Radhakrishnan2-0/+11
2014-05-08re PR tree-optimization/59100 (requesting optimization of safe rotate function)Marc Glisse5-3/+157
2014-05-08tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before folding the expr...Richard Biener2-32/+22
2014-05-08gimplify.c (gimplify_call_expr): Use saved fnptrtype for looking at TYPE_ARG_...Richard Biener2-2/+7
2014-05-08gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove pointer propagation sp...Richard Biener2-15/+5
2014-05-08tree-affine.c (tree_to_aff_combination): Handle MEM_REF for core part of addr...Bin Cheng2-1/+13
2014-05-08re PR sanitizer/61095 (miscompile: tsan is broken in gcc trunk, works in 4.9)Richard Sandiford2-0/+28
2014-05-07c-cppbuiltin.c (print_bits_of_hex): New.DJ Delorie2-23/+58
2014-05-08re PR target/60737 (rs6000 expand_block_clear uses word stores on double word...Alan Modra2-7/+53
2014-05-08re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c)Thomas Preud'homme2-0/+30
2014-05-08re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c)Thomas Preud'homme4-16/+54
2014-05-08re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c)Thomas Preud'homme2-0/+23
2014-05-08Daily bump.GCC Administrator1-1/+1
2014-05-08rs6000: New attributes for load/store: "sign_extend", "update" and "indexed"Segher Boessenkool31-757/+647
2014-05-07re PR target/60884 ([SH] improve inlined strlen-like builtin functions)Oleg Endo4-33/+23
2014-05-07Const-correctness of gimple_call_builtin_pDavid Malcolm3-8/+17