aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-12Use atomics in guard.cc / remove special casing in targets.Ramana Radhakrishnan2-11/+11
2015-06-12Use atomics in guard.cc.Ramana Radhakrishnan9-31/+47
2015-06-12emit-rtl.c (need_atomic_barrier_p): Mask model with MEMMODEL_BASE_MASK.Uros Bizjak2-4/+6
2015-06-12lto-lang.c (lto_type_for_size): Include intN types.DJ Delorie2-0/+20
2015-06-11dbxout.c (xcoff_debug_hooks): Provide a function for register_main_translatio...David Edelsohn2-0/+6
2015-06-12Daily bump.GCC Administrator1-1/+1
2015-06-11re PR sanitizer/65479 (sanitizer stack trace missing frames past #0 on powerp...Martin Sebor2-5/+20
2015-06-11rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC variants cases from switch.David Edelsohn3-20/+20
2015-06-12tuple (__is_tuple_like_impl): Disambiguate array in debug and profile modes.Jonathan Wakely3-2/+13
2015-06-11pa.c (pa_output_global_address): Handle LABEL_REF plus CONST_INT for goto.John David Anglin2-0/+7
2015-06-11stringop-2.c: Fix ifdef __mips.Steve Ellcey2-1/+6
2015-06-11re PR bootstrap/66448 (Bootstrap fails on darwin after r224161)Aldy Hernandez2-19/+78
2015-06-11dwarf2out.c (prune_unused_types): Handle unused top-level limbo dies.Jason Merrill2-2/+16
2015-06-11* match.pd ((x & y) ^ (x | y)): Don't check for single_use.Marek Polacek2-3/+6
2015-06-11Fix misplaced ChangeLog entriesPierre-Marie de Rodat3-3/+10
2015-06-11re PR bootstrap/66252 (bootstrap comparison failures on sparc-linux)Eric Botcazou3-35/+36
2015-06-11re PR fortran/66079 (memory leak with source allocation in internal subprogram)Paul Thomas5-3/+115
2015-06-11re PR c++/66445 (ICE with lambda in stmt expression in a template)Jason Merrill3-0/+16
2015-06-11re PR c++/66450 ([C++11][constexpr] Issues when delegating implicit copy cons...Jason Merrill3-4/+39
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat13-1/+73
2015-06-11match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.Marek Polacek4-0/+51
2015-06-11* match.pd: Use single_use throughout.Marek Polacek2-5/+8
2015-06-11[ARM] Restrict MAX_CONDITIONAL_EXECUTE when -mrestrict-it is in placeKyrylo Tkachov5-1/+58
2015-06-11s/recogniwed/recognizedChristian Bruel2-2/+2
2015-06-11Add ARM/thumb pragma target Christian Bruel6-11/+148
2015-06-11Daily bump.GCC Administrator1-1/+1
2015-06-10sh.md (tstsi_t): Add '?' modifier to 'r' alternative of the 2nd operand to fi...Kaz Kojima2-1/+6
2015-06-10mangle-regparm.C (dg-optiond): Add -save-temps.Uros Bizjak2-1/+5
2015-06-10re PR target/66473 (ICE: in extract_insn, at recog.c:2343 (unrecognizable ins...Uros Bizjak4-43/+62
2015-06-10re PR target/66474 (Document the use of %x in powerpc asm statements)Michael Meissner2-0/+28
2015-06-10re PR c++/66289 ("error: ambiguous template instantiation" with partial speci...Jason Merrill4-4/+81
2015-06-10xtensa: implement trap patternMax Filippov3-1/+21
2015-06-10tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split out from ...Richard Biener3-55/+86
2015-06-10re PR target/66470 (TLS ICE due to ix86_split_long_move)Jakub Jelinek5-2/+98
2015-06-10Use dmb ish instead of dmb sy for ARM.Ramana Radhakrishnan2-5/+7
2015-06-10Fix build for ENABLE_OFFLOADING in expand_omp_targetTom de Vries2-2/+5
2015-06-10Fix BITMAP identifier clash.Martin Liska11-21/+44
2015-06-10Add ARM/thumb attribute targetChristian Bruel13-12/+400
2015-06-10Handle aarch64_guard1.C testRamana Radhakrishnan2-1/+8
2015-06-10[Patch testsuite obvious] gcc.target/arm/pr65710.c should not unconditionally...James Greenhalgh2-0/+6
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva30-984/+966
2015-06-10Daily bump.GCC Administrator1-1/+1
2015-06-09Make-lang.in (jit.install-common): Install headers using INSTALL_DATA.Matthias Klose2-2/+6
2015-06-09Mark offloaded functions as parallelizedTom de Vries2-0/+8
2015-06-09Mark function parallelized_function before add_new_functionTom de Vries2-2/+9
2015-06-09gcc-plugin.h: Move decls to plugin.h and include it.Andrew MacLeod6-135/+151
2015-06-09DR 1467 PR c++/51747Jason Merrill2-1/+9
2015-06-09Handle location in expand_ifn_va_arg_1Tom de Vries4-0/+39
2015-06-09re PR c++/66387 (ICE in make_decl_rtl with lambda)Jason Merrill4-10/+29
2015-06-09re PR c++/65815 (brace elision doesn't work in NSDMI)Paolo Carlini6-2/+41