aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-11-29re PR target/88152 (optimize SSE & AVX char compares with subsequent movmskb)Jakub Jelinek7-23/+242
2018-11-29re PR target/88234 (UBsan and runtime error: signed integer overflow using un...Jakub Jelinek4-8/+68
2018-11-29There can be at most one .resolver clone per functionMichael Ploujnikov2-1/+8
2018-11-29re PR tree-optimization/88243 (ice in vect_create_epilog_for_reduction, at tr...Richard Biener4-1/+38
2018-11-29[PATCH] [Arm] Fix fpu configurations for Cortex-R7 and Cortex-R8Andre Vieira3-3/+25
2018-11-29re PR c++/87539 (internal compiler error when compiling project with Os optim...Jakub Jelinek2-0/+90
2018-11-29[RS6000] PR11848 rs6000_emit_move long double splitAlan Modra2-3/+8
2018-11-29[RS6000] movdi_internal64 insn lengthsAlan Modra2-2/+6
2018-11-29[RS6000] CONST_DOUBLE tidyAlan Modra3-61/+43
2018-11-29[RS6000] "G" and "H" constraintsAlan Modra3-22/+50
2018-11-29[RS6000] Bogus easy_fp_constant callAlan Modra2-6/+5
2018-11-29[RS6000] inline plt call sequencesAlan Modra9-124/+602
2018-11-29[RS6000] Use standard call patterns for __tls_get_addr callsAlan Modra5-302/+263
2018-11-29[RS6000] Remove constraints on call rounded_stack_size_rtx argAlan Modra3-36/+55
2018-11-29[RS6000] Replace TLSmode with P, and correct tls call memsAlan Modra2-206/+207
2018-11-29[RS6000] rs6000_indirect_call_templateAlan Modra4-75/+134
2018-11-29[RS6000] rs6000_call_template for external call insn assembly outputAlan Modra4-90/+113
2018-11-28rs6000-string.c (expand_block_clear): Change how we determine if unaligned vs...Aaron Sawdey2-2/+8
2018-11-29Daily bump.GCC Administrator1-1/+1
2018-11-28PR c/88065 - ICE in -Wsizeof-pointer-memaccess on an invalid strncpyMartin Sebor4-1/+55
2018-11-28Implement P1094R2, Nested inline namespaces.Marek Polacek5-4/+93
2018-11-28[PR c++/87531] operator= lookup in templatesNathan Sidwell4-0/+97
2018-11-28predict.c (determine_unlikely_bbs): Forward declare...Jan Hubicka7-14/+142
2018-11-28* lto.c (lto_read_decls): Fix handling of INTEGER_CST.Jan Hubicka2-1/+6
2018-11-28tree-ssa-ifcombine.c (update_profile_after_ifcombine): Handle profile_probabi...Jan Hubicka2-2/+14
2018-11-28profile-count.h (profile_count::split): Give better result when splitting pro...Jan Hubicka2-2/+11
2018-11-28except.c (do_allocate_exception): Annotate __cxa_allocate_exception as COLD.Jan Hubicka2-1/+6
2018-11-28re PR target/88207 (gcc.target/i386/pr22076.c etc. FAIL)Vladimir Makarov2-30/+40
2018-11-28PR c++/88222 - ICE with bit-field with invalid type.Marek Polacek4-1/+19
2018-11-28* gcc.dg/recip_sqrt_mult_[12345]: Do not add -fcompare-debug on AIX.David Edelsohn6-5/+11
2018-11-28pr86900.C: XFAIL AIX.David Edelsohn3-0/+7
2018-11-28* config/rs6000/aix72.h: Update to match aix71.h changes.David Edelsohn2-27/+29
2018-11-28compiler: inline functions with assignments and return statementsIan Lance Taylor5-7/+193
2018-11-28constraints.md: Add "C" constraint for call insns.Jeff Law4-29/+81
2018-11-28[PATCH][GCC][AARCH64] Replace calls to strtok with strtok_r in aarch64 attrib...Sam Tebbs2-2/+7
2018-11-28re PR tree-optimization/88223 (Wrong code for intrinsic memmove)Richard Biener4-1/+39
2018-11-28re PR tree-optimization/88217 (Compile time and memory hog w/ -O2 -fstrict-en...Richard Biener4-2/+34
2018-11-28[RS6000] Bootstrap failure compiling xcoffout.cAlan Modra2-1/+5
2018-11-28re PR testsuite/85368 (phi-opt-11 test fails on IBM Z)Jakub Jelinek1-0/+4
2018-11-28re PR tree-optimization/79351 (Invalid tree PRE optimization around compound ...Richard Biener4-1/+39
2018-11-28re PR fortran/88229 (ICE tree check: expected integer_cst, have nop_expr in g...Richard Biener2-0/+7
2018-11-28[PATCH][GCC][DOC] Remove obsolete arm and aarch64 CPU names from invoke.texiSam Tebbs2-31/+17
2018-11-28re PR target/88189 (ix86_expand_sse_movcc and blend for scalars)Jakub Jelinek8-7/+146
2018-11-28re PR c++/87476 (char-array initialized from wide-string)Jakub Jelinek5-2/+53
2018-11-28re PR sanitizer/88215 (UBSAN: Internal compiler error with attribute(unused))Jakub Jelinek4-2/+28
2018-11-28re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener2-0/+47
2018-11-28Daily bump.GCC Administrator1-1/+1
2018-11-28re PR c++/88187 (ICE on (invalid) C++ code when compiled with -std=c++17: Seg...Jakub Jelinek4-1/+15
2018-11-27compiler: tweaks for importing inline function bodiesIan Lance Taylor3-4/+24
2018-11-27compiler: record final type for numeric expressionsIan Lance Taylor5-2/+66