aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-05-16configure.ac: Add ACX_NONCANONICAL_HOST.Eric Botcazou6-7/+30
2016-05-16[AArch64] Remove an unused reload hook.Matthew Wahab3-130/+0
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-13nvptx.c (write_fn_proto): Handle BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.Nathan Sidwell4-4/+38
2016-05-13IVOPTS dump fall-outMartin Liska2-2/+7
2016-05-13[obvious] Typo fix in tree-ssa-loop-ivanon.cKyrylo Tkachov2-1/+6
2016-05-13[obvious] Fix param name in dump fileKyrylo Tkachov2-1/+7
2016-05-13re PR tree-optimization/42587 (bswap not recognized for memory)Richard Biener4-1/+83
2016-05-13Fix ASAN bootstrap (uninitialized variable warning)Martin Liska2-1/+7
2016-05-13Enhance explanation of halt_on_error.Martin Liska2-3/+7
2016-05-13Enhance dumps of IVOPTSMartin Liska4-198/+316
2016-05-13cse.c (rest_of_handle_cse): Use cleanup_cfg returned value cse_cfg_altered co...Ilya Enkovich4-6/+55
2016-05-13Fix PR target/53440 - handle generic thunks better for TARGET_32BIT.Ramana Radhakrishnan4-6/+106
2016-05-13Set TARGET_OMIT_STRUCT_RETURN_REG to trueRamana Radhakrishnan4-0/+43
2016-05-13Fix SEGV in ix86_in_large_data_p (PR target/71080)Rainer Orth2-0/+8
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou14-357/+207
2016-05-13Daily bump.GCC Administrator1-1/+1
2016-05-12i386.md (*call_got_x32): Change operand 0 to DImode before it is passed to ix...Uros Bizjak2-17/+26
2016-05-12[LRA] PR70904, relax the restriction on subreg reload for wide mode Jiong Wang2-1/+21
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek25-106/+244
2016-05-12re PR tree-optimization/71059 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener5-9/+48
2016-05-12re PR middle-end/71062 (r235622 and restrict pointers)Richard Biener7-26/+106
2016-05-12Document ASAN_OPTIONS="halt_on_error" env variable.Martin Liska2-0/+13
2016-05-12re PR tree-optimization/71006 (ICE: verify_gimple failed (error: type mismatc...Ilya Enkovich4-1/+30
2016-05-12re PR driver/71063 (ICE: Segmentation fault with --help="^")Marek Polacek4-12/+33
2016-05-12[ARM] PR target/70830: Avoid POP-{reglist}^ when returning from interrupt han...Kyrylo Tkachov6-14/+49
2016-05-12i386.md (isa): Add x64_avx512dq, enable if TARGET_64BIT && TARGET_AVX512DQ.Jakub Jelinek6-38/+226
2016-05-12sse.md (sse2_loadld): Use v instead of x constraint in alternatives 0,1,4.Jakub Jelinek2-4/+7
2016-05-12sse.md (pinsr_evex_isa): New mode attr.Jakub Jelinek6-5/+148
2016-05-12re PR target/71019 (AVX512BW instructions emitted even without AVX512BW)Jakub Jelinek6-23/+316