aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-05-22[multiple changes]Arnaud Charlet4-8/+14
2015-05-22Minor reformatting.Arnaud Charlet2-5/+9
2015-05-22makeutl.ads (In_Place_Option): New constant.Pascal Obry5-9/+88
2015-05-22prj-util.ads, [...] (Relative_Path): New routine.Pascal Obry3-2/+78
2015-05-22exp_utils.ads, [...] (Find_Optional_Prim_Op): New interface to return Empty w...Bob Duff6-80/+117
2015-05-22sem_ch3.adb, [...]: Remove incorrect hyphen in non-binary.Robert Dewar13-52/+161
2015-05-22exp_ch4.adb: Minor rewording.Robert Dewar3-8/+13
2015-05-22atree.adb, [...]: Change name Needs_Actuals_Check to Check_Actuals.Robert Dewar5-54/+162
2015-05-22[multiple changes]Arnaud Charlet3-1/+22
2015-05-22atree.adb, atree.ads (Needs_Actuals_Check): New flag.Robert Dewar3-21/+61
2015-05-22sem_prag.adb (Analyze_Pragma): Remove the detection of a useless Part_Of indi...Hristian Kirtchev4-79/+63
2015-05-22[multiple changes]Arnaud Charlet9-58/+70
2015-05-22[multiple changes]Arnaud Charlet3-8/+15
2015-05-22sem_util.ads: Minor addition of ??? comment.Robert Dewar5-4/+14
2015-05-22[multiple changes]Arnaud Charlet7-28/+114
2015-05-22* doc/extend.texi: Use @pxref instead of @xref.Marek Polacek2-2/+6
2015-05-22gimple.h (gimple_expr_type): Refactor to make it concise.Aditya Kumar2-28/+23
2015-05-22re PR ipa/65701 (r221530 makes 187.facerec drop with -Ofast -flto on bdver2)Richard Biener2-21/+29
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek18-19/+223
2015-05-22tree-vect-loop.c (get_reduction_op): New function.Richard Biener4-53/+65
2015-05-22tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace assert with guard...Richard Biener2-19/+22
2015-05-22[multiple changes]Arnaud Charlet4-7/+77
2015-05-22[AArch64] Add __extension__ and __always_inline__ to crypto intrinsicsKyrylo Tkachov2-16/+38
2015-05-22always define HAVE_peepholeTrevor Saunders5-7/+11
2015-05-22remove #if HAVE_conditional_moveTrevor Saunders7-44/+32
2015-05-22always define HAVE_conditional_moveTrevor Saunders10-27/+21
2015-05-22don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...Trevor Saunders8-37/+32
2015-05-22move default for STACK_PUSH_CODE to defaults.hTrevor Saunders4-16/+14
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders9-87/+79
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders49-114/+81
2015-05-22Daily bump.GCC Administrator1-1/+1
2015-05-21simd.exp: Skip all tests if no arm_neon_ok effective target support.Sandra Loosemore116-226/+134
2015-05-21bb-slp-pr65935.c: Remove explicit "dg-do run".Sandra Loosemore10-12/+12
2015-05-21re PR c++/66210 (Variable template specialization does not work with alias-de...Paolo Carlini2-2/+22
2015-05-21Allow indirect branch via GOT slot for x32H.J. Lu10-0/+122
2015-05-21re PR c++/60943 ([C++14] Return type deduction interferes with ref-qualifiers)Nathan Sidwell4-1/+28
2015-05-21re PR tree-optimization/66233 (internal compiler error: in expand_fix, at opt...Jakub Jelinek4-9/+38
2015-05-21re PR fortran/66176 (Handle conjg() in inline matmul)Thomas Koenig4-12/+104
2015-05-21pr32219-1.c: Use 'dg-require-effective-target pie' instead of listing several...Andreas Tobler12-11/+36
2015-05-21pa.md (add-with-constant splitter): Use ASHIFT rather than MULT for shadd seq...Jeff Law4-4/+21
2015-05-21alias.c (alias_stats): New static var.Jan Hubicka4-8/+70
2015-05-21See <https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01977.html> forMarek Polacek2-2/+8
2015-05-21* typeck.c (warn_args_num): Don't print "declare here" for builtins.Marek Polacek2-2/+6
2015-05-21tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p to strided_p.Michael Matz8-52/+233
2015-05-21Testsuite check for sqrt_insn. Move pow/sqrt synth test from gcc.target/aarch...Kyrylo Tkachov5-3/+38
2015-05-21einfo.adb (Contract): This attribute now applies to constants.Hristian Kirtchev7-104/+193
2015-05-21re PR c++/66211 (Rvalue conversion in ternary operator causes internal compil...Richard Biener5-5/+29
2015-05-21[multiple changes]Arnaud Charlet3-10/+19
2015-05-21combine.c (find_split_point): Handle ASHIFT like MULT to encourage multiply-a...Jeff Law4-1/+61
2015-05-21pa.c (pa_print_operand): New 'o' output modifier.Jeff Law8-3/+117