aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-10-24tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p ): Check both [reg+mu...Igor Shevlyakov2-4/+12
2013-10-24convert.c (convert_to_real): Guard those unsafe math function convertions wit...Cong Hou4-6/+50
2013-10-24re PR other/58712 (issues found by --enable-checking=valgrind)Markus Trippelsdorf2-5/+13
2013-10-24Add missing part for last ChangeLog entry:Joern Rennecke1-0/+2
2013-10-24arc.c (arc_ccfsm_post_advance): Also handle TYPE_UNCOND_BRANCH.Joern Rennecke2-1/+11
2013-10-24re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus4-0/+36
2013-10-24devirt3.C: New test.Dehao Chen2-0/+28
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus18-5/+264
2013-10-24c-output-mod-2.c: Fix for -fPIC.Kyrylo Tkachov3-16/+10
2013-10-24[AArch64,PATCH] Adjust preferred_reload_class of SP+CIan Bolton2-0/+24
2013-10-24* gcc.dg/20020312-2.c: No PIC register for RL78 or MSP430.Nick Clifton2-0/+8
2013-10-24gengtype.c (is_file_equal): Check that files will be same length.Michael Matz2-10/+18
2013-10-24re PR c++/58705 ([c++11] ICE with invalid initializer for _Complex variable)Marek Polacek4-1/+18
2013-10-24config.gcc (sh-*): Add sh-mem.o to extra_obj.Christian Bruel7-157/+359
2013-10-24c-parser.c (c_parser_struct_declaration): Add a comment.Marek Polacek4-1/+23
2013-10-24configure.ac (ZW_PROG_COMPILER_DEPENDENCIES): Use CXX instead of CC.Jan-Benedict Glaw4-14/+21
2013-10-24Fix Ada bootstrap with Solaris /bin/kshRainer Orth2-1/+5
2013-10-24gengtype: parse base classes for some GTY-marked typesDavid Malcolm5-13/+77
2013-10-24Daily bump.GCC Administrator1-1/+1
2013-10-23compiler: use builtin runtime calls for integer to string and string to array...Ian Lance Taylor1-26/+11
2013-10-23direct-move.h: Fix header for executable tests.Pat Haugen2-3/+8
2013-10-23Fix up ChangeLog entries (name, e-mail, formatting, otherwise).Gerald Pfeifer15-45/+45
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