aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-09-15common.opt (Wcast-align=strict): New warning option.Bernd Edlinger9-7/+69
2017-09-15c-pragma.c (handle_pragma_scalar_storage_order): Expand on error message for ...Eric Botcazou5-2/+38
2017-09-15re PR c++/78648 (ICE on invalid C++ code on x86_64-linux-gnu (Segmentation fa...Paolo Carlini2-0/+15
2017-09-15Add comments to struct cgraph_thunk_infoPierre-Marie de Rodat3-9/+50
2017-09-15re PR tree-optimization/71026 (Missing division optimizations)Jackson Woodruff4-1/+20
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek427-717/+1205
2017-09-15re PR rtl-optimization/82192 (gcc produces incorrect code with -O2 and bit-fi...Jakub Jelinek4-2/+48
2017-09-15Turn FUNCTION_ARG_OFFSET into a hookRichard Sandiford10-25/+62
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford68-236/+180
2017-09-15[PR target/67591] ARM v8 Thumb IT blocks are deprecatedChristophe Lyon2-20/+36
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford64-414/+557
2017-09-15re PR tree-optimization/82217 (ICE on valid code at -O1 and above: in visit_p...Richard Biener4-6/+46
2017-09-15re PR middle-end/82145 (i386/pr38988.c, i386/pr46254.c, i386/pr55154.c, i386/...Jakub Jelinek4-2/+28
2017-09-15re PR fortran/82184 (187.facerec in SPEC CPU 2000 miscompares)Paul Thomas4-0/+35
2017-09-15re PR tree-optimization/68823 ([graphite] tramp3d-v4 compiled with -floop-nes...Richard Biener2-2/+28
2017-09-15Daily bump.GCC Administrator1-1/+1
2017-09-14rs6000-builtin.def (BU_FLOAT128_1_HW): New macros to support float128 built-i...Michael Meissner9-11/+95
2017-09-14re PR c++/81314 (Undefined reference to a function with -fopenmp)Jakub Jelinek2-0/+10
2017-09-14Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)David Malcolm4-1/+38
2017-09-14rs6000.c (rs6000_set_up_by_prologue): Make sure the TOC reg (r2) isn't in the...Pat Haugen4-0/+31
2017-09-14libgo: update to go1.9Ian Lance Taylor2-14/+3
2017-09-14Add LOOP_VINFO_MAX_VECT_FACTORRichard Sandiford4-3/+24
2017-09-14Add a vect_worthwhile_without_simd_p helper routineRichard Sandiford4-24/+33
2017-09-14Add a vect_get_num_copies helper routineRichard Sandiford5-24/+65
2017-09-14Make more use of gimple-fold.h in tree-vect-loop.cRichard Sandiford2-12/+26
2017-09-14Add gimple_build_vector* helpersRichard Sandiford4-112/+129
2017-09-14Use vec<> for constant permute masksRichard Sandiford12-111/+176
2017-09-14Use vec<> in build_vectorRichard Sandiford12-204/+253
2017-09-14Store VECTOR_CST_NELTS directly in tree_nodeRichard Sandiford7-49/+84
2017-09-14fold-vec-ld-longlong.c: Add lp64 requirement.Will Schmidt2-1/+6
2017-09-14tree-ssa-sccvn.c (visit_phi): Merge undefined values similar to VN_TOP.Richard Biener6-27/+63
2017-09-14Don't xfail gcc.dg/vect/vect-multitypes-12.c on 32-bit SPARC (PR tree-optimiz...Rainer Orth2-2/+6
2017-09-14* dwarf2out.c (dwarf2out_source_line): Remove superfluous test.Eric Botcazou2-4/+5
2017-09-14re PR target/81325 (-fcompare-debug failure on ppc64le)Jakub Jelinek4-12/+136
2017-09-14* combine.c (make_compound_operation_int): Formatting fixes.Jakub Jelinek2-23/+28
2017-09-14elf.h (LINK_EH_SPEC): Add -static-pie support.Jakub Jelinek15-17/+40
2017-09-14compiler, runtime: simplify select and channel operationsIan Lance Taylor5-75/+44
2017-09-14compiler: avoid compiler crash on invalid programIan Lance Taylor2-2/+6
2017-09-14compiler: emit type specific functions for aliasesIan Lance Taylor2-1/+3
2017-09-14compiler, reflect: fix struct field names for embedded aliasesIan Lance Taylor3-38/+51
2017-09-14compiler: fix check for notinheap conversionIan Lance Taylor2-6/+6
2017-09-14Daily bump.GCC Administrator1-1/+1
2017-09-13sysv4.h (STARTFILE_LINUX_SPEC): Add -static-pie support.Jakub Jelinek4-12/+29
2017-09-13re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas4-2/+55
2017-09-13re PR c++/68177 (Lambda capture doesn't work correctly when lambda is used in...Paolo Carlini2-0/+21
2017-09-13Fix emission of exception dispatch (PR middle-end/82154).Martin Liska4-2/+65
2017-09-13re PR c++/61362 (g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 does not compile lambda w...Paolo Carlini3-0/+46
2017-09-13re PR tree-optimization/80925 (vect peeling failures)Steve Ellcey5-11/+14
2017-09-13re PR c++/61135 (It seems to be not able to call virtual method of literal ob...Paolo Carlini3-0/+42
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford38-271/+333