aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Pass an ABI to choose_hard_reg_modeRichard Sandiford11-23/+44
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford26-64/+132
2019-09-30[x86] Robustify vzeroupper handling across callsRichard Sandiford2-0/+16
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford24-187/+221
2019-09-30Add a target hook for getting an ABI from a function typeRichard Sandiford8-0/+75
2019-09-30Add function_abi.{h,cc}Richard Sandiford10-1/+475
2019-09-30Fix compile time warning about building the FRV backend by adding missing bre...Nick Clifton2-4/+10
2019-09-30[AArch64] Strengthen aarch64_hard_regno_call_part_clobberedRichard Sandiford4-3/+39
2019-09-30Remove the iq2000_select_section function the iq2000 backend - it never provi...Nick Clifton2-50/+7
2019-09-30Introduce rtx_alloca, alloca_raw_REG and alloca_rtx_fmt_*Ilya Leoshkevich5-24/+84
2019-09-30[C] Print ", ..." rather than ", ..." in diagnosticsRichard Sandiford4-2/+12
2019-09-30Add initial support for prefixed/PC-relative addressing.Michael Meissner6-153/+631
2019-09-30gimple.c (gimple_get_lhs): For PHIs return the result.Richard Biener5-237/+167
2019-09-30[PR 91853] Prevent IPA-SRA ICEs on type-mismatched callsMartin Jambor6-19/+78
2019-09-30config.gcc: Use the secure-plt on FreeBSD 13 and upwards for 32-bit PowerPC.Andreas Tobler3-0/+17
2019-09-30re PR target/91931 (ICE in decompose, at rtl.h:2277)Jakub Jelinek4-2/+18
2019-09-30Daily bump.GCC Administrator1-1/+1
2019-09-29re PR fortran/91641 (ICE in gfc_conv_is_contiguous_expr, at fortran/trans-int...Steven G. Kargl4-1/+26
2019-09-29[Darwin, PPC, Mode Iterators 5/n] Update macho_low.Iain Sandoe4-28/+20
2019-09-29re PR fortran/91714 (Accepts type statement without delimiter in free form)Steven G. Kargl5-4/+44
2019-09-29re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)Paul Thomas8-5/+123
2019-09-29re PR bootstrap/90543 (Build failure on MINGW for gcc-9.1.0)Jakub Jelinek2-1/+6
2019-09-29vec_perm cost to 1 for non-Power7 VSX architecturesKewen Lin2-1/+7
2019-09-29This patch is to add the support for float from/to long conversionKewen Lin5-0/+130
2019-09-29re PR fortran/91802 (ICE in mio_name_expr_t, at fortran/module.c:2141)Jerry DeLisle2-1/+7
2019-09-29Daily bump.GCC Administrator1-1/+1
2019-09-28[Darwin, PPC, Mode Iterators 4/n] Update macho_high.Iain Sandoe4-29/+22
2019-09-28re PR fortran/91802 (ICE in mio_name_expr_t, at fortran/module.c:2141)Steven G. Kargl4-0/+28
2019-09-28re PR fortran/91864 (ICE in gfc_check_do_variable, at fortran/parse.c:4405)Steven G. Kargl5-2/+65
2019-09-28PR c++/91889 - follow-up fix for DR 2352.Marek Polacek8-18/+159
2019-09-28PR c++/91921 - stray warning with -Woverloaded-virtual.Marek Polacek8-10/+37
2019-09-28PR c++/91923 - failure-to-SFINAE with class type NTTP in C++17.Marek Polacek4-2/+31
2019-09-28re PR target/86805 (sh port needs updating for CVE-2017-5753)Oleg Endo2-0/+8
2019-09-28re PR target/80672 (gcc/config/sh/sh.c:716: prefer compare to find.)Oleg Endo2-1/+7
2019-09-28Fix endian issue in pr91656 testcasesAlan Modra4-0/+35
2019-09-28compiler: resolve importing ambiguity for more complex function callsIan Lance Taylor2-1/+6
2019-09-28Daily bump.GCC Administrator1-1/+1
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki2-6/+20
2019-09-27re PR c++/88203 (assert does not compile with OpenMP's pragma omp parallel fo...Jakub Jelinek14-38/+302
2019-09-27re PR middle-end/91920 (ggc 9.2.0 failing openmp compile on ppc64le)Jakub Jelinek4-1/+31
2019-09-27[Darwin, PPC, Mode Iterators 3/n] Update macho_correct_pic.Iain Sandoe3-40/+22
2019-09-27Const-correctness fixes for fibonacci_heap.hDavid Malcolm2-4/+11
2019-09-27constexpr.c (cxx_fold_indirect_ref): Use similar_type_p.Jason Merrill3-23/+24
2019-09-27cp-tree.h (class iloc_sentinel): New.Jason Merrill5-17/+32
2019-09-27Make cgraph_node::get_fun constDavid Malcolm3-3/+8
2019-09-27compiler: don't read known type, simplify Import::finalize_methodsIan Lance Taylor3-23/+23
2019-09-27compiler: only check whether struct or array types are bigIan Lance Taylor2-6/+18
2019-09-27compiler: fix brace formattingIan Lance Taylor2-7/+8
2019-09-27re PR target/91919 (arm-linux-eabi ICE with building kernel)Jakub Jelinek4-2/+20
2019-09-27tree-vectorizer.h (_stmt_vec_info::reduc_fn): New.Richard Biener4-80/+86