aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-09-27rs6000-p8swap.c (const_load_sequence_p): Revise this function to return false...Kelvin Nilsen21-3/+794
2017-09-27rs6000-builtin.def (BU_FP_1MISC_1): Add define macro.Carl Love5-0/+170
2017-09-27compiler: fix crash on struct that embeds pointer typeIan Lance Taylor2-2/+10
2017-09-27haifa-sched: fix autopref_rank_for_schedule qsort comparatorAlexander Monakov2-9/+14
2017-09-27[BRIGFE] Improved support for function and module scope groupPekka Jääskeläinen18-137/+397
2017-09-27graphite-scop-detection.c (find_scop_parameters): Move loop bound handling ...Richard Biener4-41/+27
2017-09-27net: check Getsockname error returnIan Lance Taylor1-1/+1
2017-09-27re PR c++/82159 (ICE: in assign_temp, at function.c:961)Jakub Jelinek4-1/+35
2017-09-27graphite.h (scop::max_alias_set): New member.Richard Biener4-33/+35
2017-09-27graphite-optimize-isl.c (get_schedule_for_node_st): Allow --param loop-block-...Richard Biener2-2/+9
2017-09-27invoke.texi (graphite-max-bbs-per-function): Remove.Richard Biener8-63/+121
2017-09-27Placate gcc.misc-tests/help.exp regarding -Wdo-subscriptThomas Schwinge2-1/+5
2017-09-27pr65947-9.c: Requires char to be signed by default.Andreas Krebbel2-1/+5
2017-09-27vsx.md (peephole for optimizing move SF to GPR): Adjust code to eliminate nee...Michael Meissner6-31/+70
2017-09-27Daily bump.GCC Administrator1-1/+1
2017-09-27match.pd ((X / Y) == 0 -> X < Y): New pattern.Prathamesh Kulkarni4-0/+39
2017-09-26rs6000-c.c (P9V_BUILTIN_VEC_XL_LEN_R, [...]): Add support for builtins vector...Carl Love10-4/+444
2017-09-26re PR target/39570 (cabs and cabsf are named differently on NetBSD 5)Krister Walfridsson6-1/+115
2017-09-26Commit ChangeLog entries from previous commit.Thomas Koenig2-0/+10
2017-09-26re PR fortran/82143 (add a -fdefault-real-16 flag)Janus Weil6-1/+38
2017-09-26vsx.md (vsx_xscvdpspn): Eliminate useless alternative constraint.Michael Meissner2-7/+12
2017-09-26vsx.md (vsx_xscvspdp_scalar2): Move insn so that it is adjacent to the other ...Michael Meissner2-9/+11
2017-09-26frontend-passes.c (do_subscript): Don't do anything if inside an associate list.Thomas Koenig2-2/+6
2017-09-26rs6000.md (movsi_from_df): Optimize converting a DFmode to a SFmode...Michael Meissner2-1/+23
2017-09-26rs6000.md (movsi_from_sf): Adjust code to eliminate doing a 32-bit shift righ...Michael Meissner2-68/+46
2017-09-26rs6000.md (extendsi<mode>2): Add a splitter to do sign extension from a vecto...Michael Meissner2-4/+27
2017-09-26Make SRA qsort comparator transitiveMartin Jambor2-10/+40
2017-09-26associate1.f90: Really commit change from 2017-09-25.Thomas Koenig4-5/+12
2017-09-26Enable no-exec stacks for more targets using the Linux kernel.Joseph Myers5-10/+29
2017-09-26graphite-scop-detection.c (scop_detection::build_scop_depth): Rewrite, fold i...Richard Biener3-267/+115
2017-09-26re PR target/82267 (x32: unnecessary address-size prefixes. Why isn't -maddr...Jakub Jelinek2-1/+5
2017-09-26re PR middle-end/35691 (Missed (a == 0) && (b == 0) into (a|(typeof(a)(b)) ==...Jakub Jelinek5-1/+351
2017-09-26Fix changelog entry.Andreas Krebbel1-1/+30
2017-09-26re PR tree-optimization/82321 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Richard Biener4-1/+50
2017-09-26S/390: Fix vmslg instruction and builtin.Andreas Krebbel3-3/+9
2017-09-26S/390: Fix vector fp unordered comparesAndreas Krebbel3-4/+75
2017-09-26S/390: Set the preferred mode for float vectorsAndreas Krebbel2-0/+13
2017-09-26S/390: Fix rtl standard names for vector unpack low->loAndreas Krebbel2-2/+8
2017-09-26S/390: Add FP vec_pack/unpackAndreas Krebbel2-1/+101
2017-09-26S/390: Add support for vec_shrAndreas Krebbel4-17/+64
2017-09-26S/390: Add widening vector mult lo/hi patternsAndreas Krebbel2-4/+85
2017-09-26Enable vect testcases on S/390.Andreas Krebbel2-29/+106
2017-09-26[ARM] PR82175 - fix -mcpu=native not working correctly.Richard Earnshaw2-2/+10
2017-09-26re PR tree-optimization/82320 (Compile time hog w/ -O)Richard Biener4-0/+56
2017-09-26[testsuite][arm] Fix check_effective_target_vect_hw_misalign check.Christophe Lyon2-1/+6
2017-09-26Daily bump.GCC Administrator1-1/+1
2017-09-25rs6000-protos.h (output_probe_stack_range): Update prototype for new argument.Jeff Law6-42/+400
2017-09-25re PR tree-optimization/82163 (ICE on valid code at -O3 on x86_64-linux-gnu: ...Bin Cheng5-40/+94
2017-09-25BRIGFE fixes:Pekka Jääskeläinen4-6/+32
2017-09-25lang.opt: Add -Wdo-subscript.Thomas Koenig7-16/+471