aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-12-01RTEMS/Ada: Fix some POSIX typesSebastian Huber2-3/+22
2017-12-01Fix wrong code by arm_final_prescan with fp16 move instructionsSudakshina Das4-1/+23
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek13-79/+56
2017-12-01re PR tree-optimization/83233 (gimple-ssa-store-merging.c:183:3: warning: unn...Jakub Jelinek2-1/+5
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek15-8/+188
2017-12-01re PR tree-optimization/83221 (qsort comparator not anti-commutative: -214748...Jakub Jelinek2-2/+7
2017-12-01re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek4-2/+18
2017-12-01re PR sanitizer/83219 (c-c++-common/ubsan/unreachable-2.c fails starting with...Jakub Jelinek2-1/+13
2017-12-01re PR fortran/83224 (creating character array from elements shorter than decl...Thomas Koenig4-3/+27
2017-12-01Fix movdi_internal to return MODE_TI with AVX512Sergey Shalnov2-3/+10
2017-12-01Replace __popcntq with two _popcnt32.Kirill Yukhin2-2/+7
2017-12-01Fix wrong instruction vpcmpeqd generationSergey Shalnov2-3/+10
2017-12-01Fix registers type for MODE_TISergey Shalnov2-1/+6
2017-12-01Daily bump.GCC Administrator1-1/+1
2017-12-01re PR c/83222 (Inconsistent "initializer element is not constant" error)Jakub Jelinek6-7/+54
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek20-16/+52
2017-11-30re PR sanitizer/81697 (Incorrect ASan global variables alignment on arm)Maxim Ostapenko6-11/+67
2017-11-30Cleanup riscv option docs.Jim Wilson2-14/+27
2017-11-30PR c++/82219 - bogus -Wignored-qualifiers with templateJason Merrill3-0/+15
2017-11-30[ARC] Add trap instruction.Claudiu Zissulescu2-0/+11
2017-11-30[ARC] Don't allow the last ZOL insn to be in a delay slot.Claudiu Zissulescu6-0/+63
2017-11-30[ARC] Update uses for hw-loop labels.Claudiu Zissulescu4-0/+30
2017-11-30[ARC] Use TARGET_CANNOT_SUBSTITUTE_MEM_EQUIV.Claudiu Zissulescu4-0/+39
2017-11-30fold-vec-abs-char-fwrapv.c: Add xxspltib insn to expected output.Will Schmidt3-4/+11
2017-11-30Remove inv_list.Julia Koval2-11/+4
2017-11-30re PR target/83210 (__builtin_mul_overflow() generates suboptimal code when e...Jakub Jelinek4-1/+108
2017-11-30re PR target/81616 (Update -mtune=generic for the current Intel and AMD proce...Jan Hubicka15-60/+81
2017-11-30re PR tree-optimization/83202 (Try joining operations on consecutive array el...Richard Biener5-8/+46
2017-11-30compiler: don't make map zero value constantIan Lance Taylor2-4/+4
2017-11-30Daily bump.GCC Administrator1-1/+1
2017-11-29combine: Print to dump if some insn cannot be combined into i3Segher Boessenkool2-6/+23
2017-11-29combine: Do not throw away unneeded arms of parallels (PR83156)Segher Boessenkool2-1/+9
2017-11-29rs6000: Add second variant of addeSegher Boessenkool2-0/+14
2017-11-29re PR rtl-optimization/80818 (LRA clobbers live hard reg clobbered during rem...Vladimir Makarov2-34/+55
2017-11-29Riscv patterns to optimize away some redundant zero/sign extends.Jim Wilson9-2/+185
2017-11-29C++: improve location of static_assert errorsDavid Malcolm4-13/+81
2017-11-29re PR c++/82293 (ICE in nonlambda_method_basetype at gcc/cp/lambda.c:886)Paolo Carlini4-2/+25
2017-11-29PR c++/82760 - memory corruption with aligned new.Jason Merrill3-0/+27
2017-11-29fold-vec-ld-char.c: Add lxv insn to expected output.Will Schmidt7-6/+15
2017-11-29fold-vec-splat-8.c: Add vspltisb to expected output.Will Schmidt4-3/+12
2017-11-29nable VBMI2 support [7/7]Julia Koval14-0/+663
2017-11-29Enable VBMI2 support [6/7]Julia Koval18-0/+771
2017-11-29re PR tree-optimization/83195 (pr82929.c scan for "Merging successful" fail)Jakub Jelinek3-1/+28
2017-11-29[SPARC] Recognize the load when accessing the GOTDaniel Cederman2-1/+13
2017-11-29[SPARC] Prevent -mfix-ut699 from generating b2bst errata sequencesMartin Aberg2-4/+10
2017-11-29[SPARC] Errata workaround for GRLIB-TN-0013Daniel Cederman4-2/+136
2017-11-29[SPARC] Errata workaround for GRLIB-TN-0010Daniel Cederman3-2/+52
2017-11-29[SPARC] Errata workaround for GRLIB-TN-0011Daniel Cederman2-5/+29
2017-11-29[SPARC] Errata workaround for GRLIB-TN-0012Daniel Cederman3-5/+84
2017-11-29re PR tree-optimization/83202 (Try joining operations on consecutive array el...Richard Biener4-9/+72