pr55113_0.c: Skip on all x86 targets.
[gcc.git] / gcc /
2015-10-01 Uros Bizjakpr55113_0.c: Skip on all x86 targets.
2015-10-01 Oleg EndoFix typo in ChangeLog.
2015-10-01 Oleg Endore PR target/54236 ([SH] Improve addc and subc insn...
2015-10-01 Marek Polacek* c-typeck.c (convert_for_assignment): Improve commentary.
2015-10-01 Uros Bizjakpr65105-1.c: Require sse2 effective target.
2015-10-01 James Greenhalgh[ChangeLog] Fix typo in 228324.
2015-10-01 James Greenhalgh[Patch 2/2 ARM/AArch64] Add a new Cortex-A53 scheduling...
2015-10-01 Richard Bienergimple-match.h (mprts_hook): Declare.
2015-10-01 Segher Boessenkoolbb-reorder: Documentation updates
2015-10-01 Segher Boessenkoolbb-reorder: Add -freorder-blocks-algorithm= and wire...
2015-10-01 Segher Boessenkoolbb-reorder: Add the "simple" algorithm
2015-10-01 Segher Boessenkoolbb-reorder: Split out STC
2015-10-01 Tom de VriesMake dumping of function attributes resemble source...
2015-10-01 GCC AdministratorDaily bump.
2015-09-30 Lynn Bogerre PR go/66870 (split stack issues on ppc64le and ppc64)
2015-09-30 Alan Modra[RS6000] Make -msingle-pic-base remove the ELFv2 global...
2015-09-30 Nathan Sidwellmkoffload.c (process): Change offload data format.
2015-09-30 Jeff Law[PATCH] Improve DOM's optimization of control statements
2015-09-30 Nathan Sidwellnvptx.c (nvptx_goacc_validate_dims): New.
2015-09-30 Bernd Edlingerre PR rtl-optimization/67037 (Wrong code at -O1 and...
2015-09-30 Bernd Schmidt[PATCH] Update SSA_NAME manager to use two lists
2015-09-30 Thomas SchwingePass on the verbose flag "-v" to/in the mkoffloads
2015-09-30 Thomas SchwingeRefactor intelmic-mkoffload.c argv building to use...
2015-09-30 Thomas SchwingeMore DEF_FUNCTION_TYPE_VAR_6/DEF_FUNCTION_TYPE_VAR_11...
2015-09-30 Ulrich Weigandspu-protos.h (spu_expand_atomic_op): Add prototype.
2015-09-30 Ilya Enkovichi386.c (scalar_chain::analyze_register_chain): Ignore...
2015-09-30 Richard Bienerbuiltins.c: Add comment that no new simplifications...
2015-09-30 Matthias Klose2015-09-30 Matthias Klose <doko@ubuntu.com>
2015-09-30 Marek Polacekre PR c/67730 (No warning when returning NULL in void...
2015-09-30 Marek Polacekre PR tree-optimization/67690 (wrong code with -O2...
2015-09-30 Thomas SchwingeUse gcc/coretypes.h:enum offload_abi in mkoffloads
2015-09-30 Matthias Kloseconfigure.ac: Remove extraneous ;;.
2015-09-30 Christophe Lyon[testsuite] Fix order of dg-do and dg-require-effective...
2015-09-30 Uros Bizjak* ChangeLog: Fix whitespace.
2015-09-30 GCC AdministratorDaily bump.
2015-09-30 Jonathan Roelofspr65771.c: Use tls_runtime instead of tls.
2015-09-29 James BowmanLimit the MEMSET (setmemsi pattern) and MEMCPY (movmems...
2015-09-29 Ian Lance Taylorcompiler: Accept untyped integral values as string...
2015-09-29 Aditya KumarMake compute_deps, extend_schedule static
2015-09-29 Sebastian Popuse MIN fusion for ISL-14
2015-09-29 Nathan Sidwellbuiltins.c (expand_builtin_acc_on_device): Delete.
2015-09-29 H.J. LuFix typos in comments in i386.c
2015-09-29 Jeff Law[PATCH] Fix building microblaze targets with trunk
2015-09-29 Steven G. Kargl2015-09-29 Steven G. Kargl <kargl@gcc.gnu.org>
2015-09-29 Jeff Law[PATCH] Fix warnings building pdp11 port
2015-09-29 Jeff Law[PATCH] Fix building interix targets
2015-09-29 Jeff Law[PATCH] Fix undefined behaviour in SH port
2015-09-29 Sebastian Popremove dead code of commutative_reductions
2015-09-29 Jeff Law[PATCH] Fix undefined behaviour in rx port
2015-09-29 Evandro Menezesadd separate insn sched class for vector LDP & STP
2015-09-29 Jeff Law[PATCH] Fix undefined behaviour in rl78 port
2015-09-29 Jeff Law[PATCH] Fix undefined behaviour in msp430 port
2015-09-29 Richard Bienerre PR fortran/67170 (PRE can't hoist out a readonly...
2015-09-29 Richard Bienerre PR tree-optimization/67741 (Invalid built-in usage...
2015-09-29 Uros Bizjaktg-tests.h (foo_1): Also check if f and ld are non...
2015-09-29 Ilya Enkovichre PR target/65105 ([i386] XMM registers are not used...
2015-09-29 Tom de VriesDump function attributes
2015-09-29 Kaz Kojimare PR target/67716 ([5] [SH]: Miscompiles libraw: Assem...
2015-09-29 Segher BoessenkoolFix gcc.dg/asm-4.c
2015-09-29 GCC AdministratorDaily bump.
2015-09-28 Paul Thomas[multiple changes]
2015-09-28 Nathan Sidwellgomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
2015-09-28 Jeff LawRe: [PATCH] Fix undefined behaviour in arc port
2015-09-28 Aditya Kumarfix bootstrap due to unused variable warning
2015-09-28 Sebastian PopRedesign Graphite scop detection
2015-09-28 Aditya Kumarre PR tree-optimization/67700 ([graphite] miscompile...
2015-09-28 David Wohlferdextend.texi (Asm Labels): Break out text for data vs...
2015-09-28 Jiong Wang[AArch64] Revert "Improve TLS Descriptor pattern to...
2015-09-28 Daniel HellstromNow that muser-mode is default the multilib definitions...
2015-09-28 David Edelsohnrs6000.c (rs6000_xcoff_asm_named_section): Place SECTIO...
2015-09-28 Oleg Endore PR target/54236 ([SH] Improve addc and subc insn...
2015-09-28 James Greenhalgh[Patch 1/2 AArch64/ARM] Give AArch64 ROR (Immediate...
2015-09-28 Tom de VriesAdd missing PR line in ChangeLog entry
2015-09-28 Kyrylo Tkachov[RTL-ifcvt] PR rtl-optimization/67481: Look more deeply...
2015-09-28 Kyrylo Tkachov[RTL-ifcvt] PR rtl-optimization/67465: Handle pairs...
2015-09-28 Tom de VriesAdd gcc.dg/vect/pr62171.c
2015-09-28 Trevor Saundersupdate a few places for the change from gimple_statemen...
2015-09-28 Daniel CedermanUse leon3 target for native LEON on Linux.
2015-09-28 Daniel CedermanMake muser-mode the default for LEON3
2015-09-28 Daniel CedermanDo not use floating point registers when compiling...
2015-09-28 Andrew Pinskiaarch64.md (prefetch): Change the predicate of operand...
2015-09-28 GCC AdministratorDaily bump.
2015-09-27 Uros Bizjakpredicates.md (register_sse4nonimm_operand): New predicate.
2015-09-27 David Edelsohnpr44641.C: Revert line number change.
2015-09-27 Oleg Endore PR target/67391 ([SH] Convert clrt addc to normal...
2015-09-27 Alexandre Olivarevert to assign_parms assignments using default defs
2015-09-27 David Edelsohn* g++.dg/debug/dwarf2/pr44641.C: Add one to expected...
2015-09-27 GCC AdministratorDaily bump.
2015-09-26 Mikael MorinFix missing deep copy when assigning a DT constructor...
2015-09-26 Paul Thomasre PR fortran/67567 (resolve.c: gfc_error called with...
2015-09-26 David Edelsohnpr64935-1.c: XFAIL on AIX.
2015-09-26 David Edelsohndwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 definition.
2015-09-26 Jeff Law[PATCH] Fix undefined behaviour in arc port
2015-09-26 Jeff Law[PATCH] Fix undefined behaviour in SH port
2015-09-26 Jeff Law[PATCH] Fix undefined behaviour in mips port
2015-09-26 Jeff Law[PATCH] Fix undefined behaviour in cris port
2015-09-26 GCC AdministratorDaily bump.
2015-09-25 Steven G. Karglre PR fortran/67614 (ICE on using arithmetic if with...
2015-09-25 Steven G. Karglre PR fortran/67525 (ICE on select type with improper...
2015-09-25 Vladimir MakarovFix type in the changelog entry,
next