aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-10-21i386.c (ix86_fold_builtin): Handle IX86_BUILTIN_INFQ and IX86_BUILTIN_HUGE_VA...Uros Bizjak2-18/+15
2016-10-20wdate-time.c: Restored test case.Bernd Edlinger3-0/+11
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor6-50/+66
2016-10-20* g++.dg/cpp1z/inline-var1.C (w): Initialize to 64 + 2.Jakub Jelinek2-1/+5
2016-10-20* doc/gty.texi (for_user): Use @item next to @findex.Jakub Jelinek2-1/+7
2016-10-20re PR target/78037 (Incorrect code generated at optimization level -O2 for tz...Uros Bizjak9-28/+226
2016-10-20Do not fixup edges for a thunk in LTRANS (PR lto/78049)Martin Liska2-4/+16
2016-10-20compare-elim.c (conforming_compare): Accept UNSPECs.Eric Botcazou10-61/+543
2016-10-20tree-ssa-alias.c (ptrs_compare_unequal): Remove code duplication.Richard Biener3-7/+40
2016-10-20c-common.c (c_common_truthvalue_conversion): Fix the comment.Bernd Edlinger2-1/+5
2016-10-20* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_concepts value.Jason Merrill2-3/+5
2016-10-20* g++.dg/cpp1z/aligned-new7.C: Fix for small MAX_STACK_ALIGNMENT targets.Jason Merrill1-1/+2
2016-10-20loop splittingMichael Matz15-3/+884
2016-10-20Makefile (x86-64/Linux): Restore missing pairs.Nicolas Roche2-0/+11
2016-10-20class.c (gfc_build_class_symbol): Set the kind of _len to gfc_charlen_int_kin...Andre Vehreschild2-1/+6
2016-10-20pr35356-1.c: Update.Richard Biener2-1/+5
2016-10-20cgraphunit.c (analyze_functions): Set node->definition to false to signal sym...Richard Biener4-11/+26
2016-10-20S/390: Add fallthrough comment in md file.Andreas Krebbel2-0/+5
2016-10-20re PR c++/77446 (Suspicious "non-constant condition for static assertion" error)Paolo Carlini2-0/+28
2016-10-20re PR tree-optimization/53979 (((a ^ b) | a) not optimized to (a | b))Prathamesh Kulkarni5-0/+37
2016-10-20Daily bump.GCC Administrator1-1/+1
2016-10-19pa64-hpux-lib.h: New file.John David Anglin2-90/+14
2016-10-19c-common.c (c_common_truthvalue_conversion): Warn only for signed integer shi...Bernd Edlinger4-3/+36
2016-10-19dtio_17.f90: Fix test.Jerry DeLisle2-0/+8
2016-10-19Walloca-1.c: Adjust test for !lp64 targets.Aldy Hernandez3-4/+15
2016-10-19arm.c (arm_emit_coreregs_64bit_shift): Clear the result register only if "in"...Bernd Edlinger2-3/+13
2016-10-19runtime, syscall: force EPOLLET to be positiveIan Lance Taylor1-1/+1
2016-10-19Wvla-1.c: Rename to...Aldy Hernandez14-115/+126
2016-10-19omp-low.c (pass_oacc_device_lower::gate): New method.Eric Botcazou2-5/+7
2016-10-19re PR tree-optimization/77916 (ICE in verify_gimple_in_cfg: invalid (pointer)...Bill Schmidt2-5/+10
2016-10-19re PR tree-optimization/78005 (172.mgrid and 450.soplex miscompare)Bin Cheng16-90/+166
2016-10-19[PR lto/77458] Avoid ICE in offloading with differing _FloatN, _FloatNx typesThomas Schwinge3-15/+56
2016-10-19Replace NULL with false as a return valueMartin Liska2-1/+6
2016-10-19[PR tree-optimization/78024] Clear basic block flags before using BB_VISITED ...Thomas Schwinge4-5/+32
2016-10-19domwalk.c (dom_walker::walk): Use RPO order.Richard Biener2-1/+5
2016-10-19system-linux-armel.ads: Rename into...Eric Botcazou3-4/+12
2016-10-19tree-vrp.c (evrp_dom_walker::evrp_dom_walker): Initialize stmts_to_remove.Richard Biener4-19/+90
2016-10-19Daily bump.GCC Administrator1-1/+1
2016-10-18Fix formatting.David Edelsohn1-1/+1
2016-10-18Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.Aldy Hernandez22-3/+1030
2016-10-18Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Define.Eric Botcazou28-1772/+187
2016-10-18Use FOR_ALL_BB_FN in a few more placesThomas Schwinge3-8/+7
2016-10-18vec-all-ne-0.c: New test.Kelvin Nilsen122-43/+3307
2016-10-18re PR middle-end/65950 (exit in main is causing the path to it to become unli...Andrew Pinski2-1/+25
2016-10-18re PR target/77991 (ICE on x32 in plus_constant, at explow.c:87)Uros Bizjak4-6/+38
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2016-10-18Set gcc_force_conventional_output even without LTO linker pluginMatthew Fortune2-1/+6
2016-10-18re PR tree-optimization/77916 (ICE in verify_gimple_in_cfg: invalid (pointer)...Bill Schmidt2-0/+10
2016-10-18runtime: scan caller-saved registers for non-split-stackIan Lance Taylor1-1/+1
2016-10-18rs6000.c (rs6000_output_symbol_ref): Move storage mapping class decoration fr...David Edelsohn2-22/+31