aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-10-23re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam2-2/+13
2013-10-23LWG 2165Jason Merrill4-10/+56
2013-10-23c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill4-2/+21
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod38-19/+101
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill24-231/+384
2013-10-23altivec.md (mulv8hi3): Adjust for little endian.Bill Schmidt2-1/+8
2013-10-23re PR tree-optimization/58775 (reassoc1 causes an ICE with some bool arithmetic)Jakub Jelinek10-369/+659
2013-10-23re PR target/58838 (mullw sets condition code incorrectly.)David Edelsohn2-4/+11
2013-10-23tree-ssa-threadedge.c (thread_across_edge): Do not allow threading through jo...Jeff Law3-51/+92
2013-10-23invoke.texi (Option Summary): Remove -fno-default-inline.Ian Lance Taylor2-17/+7
2013-10-23Add missing check in stmt_local_def for tail-merge.Tom de Vries4-1/+36
2013-10-23tree-vect-patterns.c (vect_recog_divmod_pattern): Optimize sequence based on ...Jakub Jelinek4-15/+94
2013-10-23* gcc.dg/vect/pr58508.c: Remove dg-options.Jakub Jelinek2-1/+4
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod147-186/+817
2013-10-23pr58830.c: New testcase.Richard Biener2-0/+46
2013-10-23Implement C++14 [[deprecated]] modulo [[gnu::deprecated]] bugs.Edward Smith-Rowland5-0/+133
2013-10-23tilegx.c: Include "tree.h".Jan-Benedict Glaw2-0/+5
2013-10-23gimple-pretty-print.c (dump_ssaname_info): Always print "# " before the info,...Jakub Jelinek2-8/+19
2013-10-23re PR fortran/58793 (Wrong value for _vtab for intrinsic types with CLASS(*):...Tobias Burnus4-0/+39
2013-10-23Daily bump.GCC Administrator1-1/+1
2013-10-22++0x -> ++11.Mike Stump889-894/+894
2013-10-22i386.h (TARGET_MISALIGNED_MOVE_STRING_PROLOGUES_EPILOGUES): New tuning flag.Jan Hubicka4-70/+512
2013-10-22Add new option -ggnu-pubnames.Sterling Augustine4-27/+148
2013-10-22re PR target/58779 (wrong code at -O1 on x86_64-linux-gnu)Uros Bizjak6-87/+62
2013-10-22nor.c: New.Steve Ellcey2-0/+15
2013-10-22mips.c (mips_rtx_costs): Fix cost estimate for nor (AND (NOT OP1) (NOT OP2)).Steve Ellcey2-0/+17
2013-10-22rs6000.c (altivec_expand_vec_perm_const): Reverse meaning of merge-high and m...Bill Schmidt5-21/+68
2013-10-22Rename c1x-*.c to c11-*.c.Mike Stump24-0/+0
2013-10-22c1x --> c11.Mike Stump1-1/+1
2013-10-22c1x --> c11.Mike Stump27-54/+54
2013-10-22tilepro.c: Include "tree.h".Jan-Benedict Glaw2-0/+5
2013-10-22m68k.c (notice_update_cc): Handle register conflict with PRE_DEC.Andreas Schwab2-0/+12
2013-10-22re PR c++/58816 (ICE have tree_list in private_is_attribute_p)Paolo Carlini2-1/+7
2013-10-22contrib.texi ([Fran@,{c}ois Dumont], [...]): New entries.Paolo Carlini2-10/+27
2013-10-22PR fortran 57893Paul Thomas4-11/+85
2013-10-22tree-ssa-ter.h: Remove duplicate copy of file contents.Andrew MacLeod2-26/+4
2013-10-22Daily bump.GCC Administrator1-1/+1
2013-10-21re PR fortran/58803 (Proc-pointer component: free_components deallocates twic...Tobias Burnus4-1/+31
2013-10-21Re-factor inclusion of tree.h.Diego Novillo56-9/+114
2013-10-21re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause)Marek Polacek4-3/+31
2013-10-21system.h: Move hwint.h include further down.Richard Sandiford4-44/+15
2013-10-2120050922-1.c: Remove stdlib.h and declare abort().Vidya Praveen3-2/+9
2013-10-21Fix volatile issues in optimize_bit_field_compare.Bernd Edlinger2-22/+13
2013-10-21Fix DECL_BIT_FIELD depencency on flag_strict_volatile_bitfields and...Bernd Edlinger3-12/+20
2013-10-21ipa-inline.c (edge_badness): Cap edge->count at max_count for badness calcula...Paulo Matos2-6/+13
2013-10-21tree-ssa-threadedge.c (thread_through_normal_block): New argument VISITED.Jeff Law3-17/+42
2013-10-21invoke.texi (Optimize Options): For -fno-toplevel-reorder, don't imply that a...Ian Lance Taylor2-2/+8
2013-10-21arm.c (cortexa9_extra_costs): Update mult costs for extend and extend_add.Kyrylo Tkachov2-4/+9
2013-10-21re PR tree-optimization/58794 (ICE in set_lattice_value, at tree-ssa-ccp.c:45...Richard Biener5-2/+65
2013-10-21re PR middle-end/58742 (pointer arithmetic simplification)Richard Biener4-0/+29