aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-10-11trans.c (gnat_to_gnu): Adjust comment.Eric Botcazou2-6/+14
2016-10-11utils.c (type_unsigned_for_rm): New predicate.Eric Botcazou6-24/+189
2016-10-11c-common.c (warning_candidate_p): Change the return type to bool and return t...Marek Polacek2-12/+19
2016-10-11system-linux-ppc64.ads: Delete.Eric Botcazou4-190/+26
2016-10-11Add missing fileEric Botcazou1-0/+23
2016-10-11sparc.opt (msubxc): New option.Eric Botcazou24-868/+1530
2016-10-11visium-modes.def (CC_NOOV): Rename into...Eric Botcazou5-64/+152
2016-10-11Remove RECORD_TYPE special-casing in std_canonical_va_list_typeTom de Vries2-4/+8
2016-10-11tree.h (build_complex_type): Add second parameter with default.Eric Botcazou3-9/+22
2016-10-11New avr-passes.def to register AVR specific passes.Georg-Johann Lay5-17/+53
2016-10-11[MIPS] Disable -mbranch-likely for -Os when targetting generic archRobert Suchanek4-35/+66
2016-10-11lto-streamer-out.c (collect_block_tree_leafs): New helper.Richard Biener3-3/+30
2016-10-11Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.Marek Polacek6-2192/+2275
2016-10-11Daily bump.GCC Administrator1-1/+1
2016-10-11compiler: move Backend/Linemap creation out of front end.Than McIntosh10-14/+58
2016-10-10Infer and push new value ranges for x in y < x.Kugan Vivekanandarajah2-14/+45
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor3-43/+61
2016-10-10Always support float128 on ia64 (PR target/77586).Joseph Myers5-42/+10
2016-10-10* sv.po: Update.Joseph Myers2-5/+9
2016-10-10Allocate bitmap before copyingKugan Vivekanandarajah2-1/+9
2016-10-10configure.ac: Add aarch64-*-freebsd*.Andreas Tobler5-1/+128
2016-10-10C++17 class deduction issuesJason Merrill4-5/+58
2016-10-10re PR tree-optimization/71947 (x ^ y not folded to 0 if x == y by DOM)Jeff Law9-1/+140
2016-10-10re PR tree-optimization/77824 (unreachable code in SLSR GIMPLE pass)Bill Schmidt2-4/+17
2016-10-10compiler: prune away gcc-specific linemap usageThan McIntosh5-2/+28
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor7-57/+118
2016-10-10S/390: Wrap more macro args into ()Andreas Krebbel2-43/+49
2016-10-10re PR fortran/77915 (Internal error for matmul() in forall with optimization)Thomas Koenig4-0/+30
2016-10-10gen-avr-mmcu-texi.c (string.h): Include.Georg-Johann Lay2-0/+5
2016-10-10[4/4] ARMv8.2-A testsuite for new scalar intrinsicsJiong Wang60-0/+1916
2016-10-10[3/4] ARMv8.2-A testsuite for new vector intrinsicsJiong Wang15-0/+3428
2016-10-10[2/4] ARMv8.2-A testsuite for new data movement intrinsicsJiong Wang7-15/+1053
2016-10-10[1/4] ARMv8.2-A FP16 testsuite selectorJiong Wang2-13/+53
2016-10-10re PR target/77738 (Invalid initialisation of ar.lc register)Andreas Schwab2-6/+15
2016-10-10[ARC] Disable compact casesi patterns for arcv2Claudiu Zissulescu4-3/+21
2016-10-10decl.c (gnat_to_gnu_entity): Put volatile qualifier on types at the very end ...Eric Botcazou4-14/+40
2016-10-10utils2.c (find_common_type): Do not return the LHS type if it's an array with...Eric Botcazou7-12/+82
2016-10-10utils.c (convert): For a biased input type, convert the bias itself to the ba...Eric Botcazou4-4/+41
2016-10-10* config-lang.in (lang_requires_boot_languages): Delete.Eric Botcazou2-4/+4
2016-10-09rs6000.h (TARGET_EFFICIENT_OVERLAPPING_UNALIGNED): Add macro to say we can ef...Aaron Sawdey3-4/+33
2016-10-10Daily bump.GCC Administrator1-1/+1
2016-10-09* gen-pass-instances.awk: Remove GNUism.Eric Botcazou2-8/+11
2016-10-09ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of (*i...Prathamesh Kulkarni2-0/+8
2016-10-09pa.h (BIGGEST_ALIGNMENT): Adjust comment.John David Anglin2-1/+18
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek73-392/+460
2016-10-09re PR tree-optimization/77901 (ICE in tree-sse-reassoc,c:2881)Jakub Jelinek4-1/+28
2016-10-09ipa-cp.c (ipcp_alignment_lattice): Remove.Prathamesh Kulkarni12-488/+131
2016-10-08* cp-gimplify.c (cp_fold): Add variable name.Jason Merrill2-1/+3
2016-10-09Daily bump.GCC Administrator1-1/+1
2016-10-08Delay folding of bool conversion into COND_EXPR.Jason Merrill4-15/+21