aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-16[hsa] Increase hsa symbol alignment to natural oneMartin Jambor4-4/+51
2016-05-16gimple.c (maybe_remove_unused_call_args): Fix typos in the commentary.Marek Polacek2-1/+6
2016-05-16[PR 70857] Copy RESULT_DECL of HSA outlined kernel functionMartin Jambor2-0/+9
2016-05-16Update documentation of AArch64 options for GCC6 to be more accurate,Wilco Dijkstra2-40/+36
2016-05-16Enable LSA/DLSA for MSA.Robert Suchanek2-2/+9
2016-05-16Correct the latency of loads in M5100Matthew Fortune2-1/+5
2016-05-16nvptx.c (nvptx_mangle_decl_assembler_name): Revert.Nathan Sidwell2-32/+40
2016-05-16Some patterns are using '%w2' for immediate operands...Wilco Dijkstra2-8/+27
2016-05-16Fix multi-line brackets in mips-cpus.defMatthew Fortune2-2/+6
2016-05-16decl.c (gnat_to_gnu_entity): Do not build a specific type for the object if i...Eric Botcazou2-3/+5
2016-05-16freeze.adb (Freeze_Record_Type): Extend pragma Implicit_Packing to components...Eric Botcazou2-19/+50
2016-05-16freeze.adb (Freeze_Array_Type): Call Addressable predicate instead of testing...Eric Botcazou2-50/+43
2016-05-16trans.c (elaborate_all_entities_for_package): Also skip formal objects.Eric Botcazou2-0/+9
2016-05-16* doc/gnat_rm/implementation_defined_attributes.rstEric Botcazou10-174/+191
2016-05-16This patch fixes the attributes of integer immediate shifts which were...Wilco Dijkstra2-29/+49
2016-05-16freeze.adb (Check_Component_Storage_Order): Also get full view of enclosing t...Thomas Quinot2-18/+28
2016-05-16Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks.Matthew Wahab9-74/+27
2016-05-16exp_util.adb (Remove_Side_Effects): Also make a constant if we need to captur...Eric Botcazou5-103/+103
2016-05-16ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic on esti...Jan Hubicka9-17/+37
2016-05-16* tree-inline.c (expand_call_inline): recurse after inlining thunk.Jan Hubicka2-0/+5
2016-05-16tree.c (free_lang_data_in_decl): Also set target/optimization flags for thunks.Jan Hubicka2-1/+6
2016-05-16ipa-inline.c (report_inline_failed_reason): Look into thunks, tooJan Hubicka2-3/+9
2016-05-16lto-cgraph.c (compute_ltrans_boundary, [...]): Fix handling of inline thunksJan Hubicka4-3/+12
2016-05-16[ARM] Enable __fp16 as a function parameter and return type.Matthew Wahab18-62/+266
2016-05-16Move wrong ChangeLog entry from toplevel to gcc ChangeLog.Matthew Wahab2-8/+8
2016-05-16configure.ac: Add ACX_NONCANONICAL_HOST.Eric Botcazou10-56/+46
2016-05-16[AArch64] Remove an unused reload hook.Matthew Wahab4-130/+8
2016-05-16[testsuite] PR70227, skip g++.dg/lto/pr69589_0.C on targets without -rdynamic...Jiong Wang2-1/+8
2016-05-16Daily bump.GCC Administrator1-1/+1
2016-05-15re PR fortran/69603 (ICE: segfault with -fimplicit-none and proc_ptr_comp_24....Harald Anlauf4-1/+27
2016-05-15Daily bump.GCC Administrator1-1/+1
2016-05-14dec_union_4.f90: Fix endian issue.Fritz Reese4-61/+63
2016-05-14re PR fortran/71047 (Allocatable component of INTENT(OUT) dummy not set corre...Fritz Reese4-1/+63
2016-05-14re PR target/71097 (Additional testsuite failures with -mcmodel=medium)Uros Bizjak2-8/+18
2016-05-14i * gcc.dg/vect/pr66636.c (foo): Add __attribute__((noinline,noclone)).Uros Bizjak3-2/+4
2016-05-14Daily bump.GCC Administrator1-1/+1
2016-05-14combine: Don't call extract_left_shift with count < 0 (PR67483)Segher Boessenkool2-0/+7
2016-05-13Implement C11 DR#423 resolution (ignore function return type qualifiers).Joseph Myers9-7/+77
2016-05-13c++/60049 - Right and left shift undefined behavior not an error in a constexprMartin Sebor2-0/+29
2016-05-13escape: Implement the discovery phase.Ian Lance Taylor2-4/+183
2016-05-13jit: use FINAL and OVERRIDE throughoutDavid Malcolm4-232/+514
2016-05-13re PR bootstrap/71071 (ICE --enable-checking=fold : fold check: original tree...Jakub Jelinek4-1/+24
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill14-118/+207
2016-05-13Improve diagnostic for forgotten ().Jason Merrill5-12/+11
2016-05-13tree-vect.h (check_vect): Handle AVX2, remove XOP handling.Uros Bizjak4-12/+19
2016-05-13i386.c (ix86_compute_frame_layout, [...]): Use HOST_WIDE_INT_C macro.Jakub Jelinek2-13/+16
2016-05-13Cast to unsigned HOST_WIDE_INT in printf formatH.J. Lu2-2/+8
2016-05-13nvptx.c (nvptx_mangle_decl_assembler_name): New.Nathan Sidwell3-27/+40
2016-05-13libstdc++/71073 add system_header pragma to Debug Mode headersJonathan Wakely11-4/+35
2016-05-13nvptx.c (write_fn_proto): Handle BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.Nathan Sidwell4-4/+38