aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Move misplaced assignment in num_sign_bit_copies1Richard Sandiford2-2/+9
2016-11-15decomp14.C: New test.Jakub Jelinek4-0/+105
2016-11-15decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl, set DECL_ASSEMBLE...Jakub Jelinek7-1/+123
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose3-243/+9
2016-11-15PR c++/78358 - tuple decomposition decltypeJason Merrill4-10/+42
2016-11-15tree-ssa-threadbackward.c (fsm_find_thread_path): Remove unneeded parameter.Jeff Law2-136/+240
2016-11-15* g++.dg/cpp1y/auto-fn33.C (main): Turn // error: ... into dg-bogus.Jakub Jelinek2-1/+3
2016-11-15ChangeLog: Fix ChangeLog entry.Uros Bizjak4-15/+24
2016-11-15re PR c++/71988 (ICE in dump_simple_decl (gcc/cp/error.c:965))Jakub Jelinek2-0/+11
2016-11-15[ARC] New option handling, refurbish multilib support.Claudiu Zissulescu24-358/+1332
2016-11-15MIPS/GCC: Mark trailing labels with `.insn'Maciej W. Rozycki10-0/+387
2016-11-15MIPS/GCC/test: Implement `-mcode-readable=yes' option testMaciej W. Rozycki2-0/+26
2016-11-15Allow references in constant-expressions.Jason Merrill8-19/+66
2016-11-15MIPS/GCC/test: Implement `-mmicromips' option testMaciej W. Rozycki2-0/+18
2016-11-15re PR target/77881 (Non-optimal signed comparison on x86_64 since r146817)Michael Matz4-0/+60
2016-11-15re PR middle-end/78295 (Spurious -Wuninitialized warning for vector element a...Jakub Jelinek2-3/+8
2016-11-15Fix scripto in ChangeLogRichard Sandiford1-2/+0
2016-11-15Fix a GET_MODE_CLASS typo in mem_loc_descriptorRichard Sandiford2-1/+10
2016-11-15Various C++17 decomposition fixes.Jason Merrill11-30/+140
2016-11-15Daily bump.GCC Administrator1-1/+1
2016-11-14runtime: don't crash if signal handler info argument is nilIan Lance Taylor1-1/+1
2016-11-14rs6000.c (rs6000_expand_vector_set): Add support for using xxinsertw and vins...Michael Meissner7-9/+190
2016-11-14c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings.Jakub Jelinek7-102/+117
2016-11-14tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg and cmpno...Thomas Preud'homme2-37/+37
2016-11-14dump-parse-tree.c (show_code): Add prototype.Thomas Koenig2-1/+20
2016-11-14re PR fortran/78300 ([OOP] Failure to compile a F03 code with an optional dum...Janus Weil4-8/+47
2016-11-14i386.md (*andndi3_doubleword): Merge operand constraints.Uros Bizjak2-6/+11
2016-11-14Fix dump output in dse_optimize_stmtMartin Liska2-4/+9
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal21-0/+1977
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal27-208/+447
2016-11-14Introduce -fprofile-update=prefer-atomicMartin Liska9-29/+53
2016-11-14The second patch updates the Cortex-A57 scheduler now that we can differentia...Wilco Dijkstra2-2/+7
2016-11-14Currently the SBFM, UBFM and BFM instructions all use the attribute "bfm".Wilco Dijkstra8-17/+41
2016-11-14The existing vector costs stop some beneficial vectorization.Wilco Dijkstra2-3/+8
2016-11-14Makefile.in: Replace s-interr-hwint.adb with s-interr-vxworks.adb throughout.Eric Botcazou2-12/+17
2016-11-14remove conditional compilation of HAVE_AS_LEB128 codeTrevor Saunders6-254/+357
2016-11-14re PR tree-optimization/78312 (wrong code due to ssa-backprop)Richard Biener4-0/+35
2016-11-14re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsd...Georg-Johann Lay10-10/+137
2016-11-14Implement P0217R3 - C++17 structured bindingsJakub Jelinek11-0/+577
2016-11-14Implement P0217R3 - C++17 structured bindingsJakub Jelinek14-59/+939
2016-11-13Improve various diagnostic issues.Jason Merrill12-22/+70
2016-11-14Daily bump.GCC Administrator1-1/+1
2016-11-13pr78268.C: New test.Kugan Vivekanandarajah5-20/+156
2016-11-13re PR tree-optimization/35503 (Warning about restricted pointers?)Prathamesh Kulkarni14-2/+212
2016-11-13decl.c (gnat_to_gnu_entity): In assertion about known Esize...Bob Duff2-1/+7
2016-11-13re PR rtl-optimization/78232 (FAIL: gcc.dg/torture/pr48124-4.c)Uros Bizjak2-0/+37
2016-11-13decl.c (gnat_to_gnu_entity): Look at the underlying type for the signedness o...Eric Botcazou4-1/+29
2016-11-13decl.c (annotate_value): Deal specially with negative constants.Eric Botcazou2-0/+13
2016-11-13utils2.c (gnat_protect_expr): Also protect only the address if the expression...Eric Botcazou5-3/+48
2016-11-13Makefile.in (NO_OMIT_ADAFLAGS): Define.Eric Botcazou2-4/+20