aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-10-12gcc/Jakub Jelinek17-15/+398
2016-10-11sparc.c (emit_scc_insn): Remove direct support for EQ and GEU in DImode if TA...Eric Botcazou11-244/+128
2016-10-11iresolve.c (is_trig_resolved, [...]): Formatting fixes.Jakub Jelinek3-76/+77
2016-10-11re PR tree-optimization/77424 (Identical statements in if-else branches)Jeff Law2-46/+12
2016-10-11re PR fortran/77942 (ICE: Floating point exception, in gfc_simplify_cshift, a...Steven G. Kargl4-2/+17
2016-10-11system-linux-armeb.ads (Backend_Overflow_Checks): Change to True.Eric Botcazou7-22/+32
2016-10-11Split print_rtx into subroutinesDavid Malcolm2-396/+467
2016-10-11Fix bad commit for -fdec-math.Fritz Reese3-9/+12
2016-10-11simplify.c (radians_f): Fix mpdr_mod.Jerry DeLisle3-2/+11
2016-10-11adaint.c: Include process.h, signal.h, dir.h and utime.h for DJGPP.Andris Pavenis2-7/+44
2016-10-11Makefile.in (LIBGNAT_TARGET_PAIRS): Define for DJGPP targetAndris Pavenis3-0/+171
2016-10-11ctrl_c.c: Do not use macro SA_RESTART for DJGPP.Andris Pavenis7-7/+58
2016-10-11alpha-passes.def: New file.Uros Bizjak6-22/+71
2016-10-11re PR target/77924 (-mfloat128-type change broke AIX)Michael Meissner2-4/+11
2016-10-11configure: redirect -fsplit-stack compilation to dev/nullIan Lance Taylor1-1/+1
2016-10-11dwarf2out.c (DEBUG_STR_OFFSETS_SECTION): Remove conditional.Richard Biener2-10/+61
2016-10-11re PR debug/77931 (PASS->FAIL: gdb.cp/namespace.exp: print ina)Richard Biener2-7/+16
2016-10-11Fix integer load reservation for -march=znver1 Venkataramanan Kumar2-4/+8
2016-10-11New flag -fdec-math for COTAN and degree trig intrinsics.Fritz Reese13-5/+1463
2016-10-11Minor tweaksEric Botcazou1-5/+5
2016-10-11Fix gcc.dg/tree-ssa/pr59597.c failure for avrSenthil Kumar Selvaraj2-1/+8
2016-10-11exp_dbug.adb (Debug_Renaming_Declaration): Process underlying types.Pierre-Marie de Rodat6-7/+98
2016-10-11PR77710: fix triplet in builtin-sprintf-warn-4.cThomas Preud'homme2-4/+10
2016-10-11utils2.c (build_binary_op): Add a NO_FOLD argument.Pierre-Marie de Rodat4-21/+47
2016-10-11fe.h (Constant_Value): Declare.Tristan Gingold3-1/+18
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