aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-17cfgexpand.c (expand_gimple_cond): Check ccmp.Zhenqiang Chen1-1/+9
2014-11-14[Vectorizer]Make reductions-via-shifts and vec_shr_optab endianness-neutralAlan Lawrence1-2/+0
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence1-31/+0
2014-11-13[Vectorizer] Use a VEC_PERM_EXPR instead of VEC_RSHIFT_EXPR; expand appropria...Alan Lawrence1-2/+46
2014-11-13optabs.c (prepare_operand): Gracefully fail if the mode of X does not match t...Ulrich Weigand1-1/+4
2014-11-05Allow a port not to define an indirect_jump pattern.Bernd Schmidt1-2/+5
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-15/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-193/+193
2014-10-28Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence1-17/+3
2014-10-27PR63442 libgcc_cmp_return_mode not always return word_modeJiong Wang1-1/+1
2014-10-27Add new optabs for reducing vectors to scalarsAlan Lawrence1-4/+25
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+3
2014-10-17re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek1-0/+27
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-38/+32
2014-09-03use rtx_code_label moreTrevor Saunders1-3/+2
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-2/+2
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-8/+13
2014-08-26Strengthen various insn emission functionsDavid Malcolm1-1/+1
2014-08-22optabs.c: Use rtx_insn and rtx_code_labelDavid Malcolm1-57/+77
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm1-2/+2
2014-08-08calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG...Kugan Vivekanandarajah1-1/+1
2014-08-04PR 61713: ICE when expanding single-threaded version of atomic_test_and_set.Kyrylo Tkachov1-1/+4
2014-07-28re PR middle-end/52478 (-ftrapv calls the wrong functions in libgcc)Richard Biener1-2/+6
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou1-0/+3
2014-05-28rtl.h (set_for_reg_notes): Declare.Richard Sandiford1-1/+1
2014-05-24gengtype-state.c (fatal_reading_state): Bring offline.Jan Hubicka1-0/+19
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-4/+3
2014-05-06Merge in wide-int.Kenneth Zadeck1-20/+17
2014-04-02re PR middle-end/60729 (Compiler failure for combination of -ftrapv and -O3: ...Richard Biener1-3/+6
2014-03-24re PR rtl-optimization/60501 (LRA emits add patterns which might clobber cc)Andreas Krebbel1-0/+37
2014-02-07optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.Andreas Krebbel1-6/+7
2014-01-07re PR pch/59436 (FAIL: 17_intro/headers/c++200x/stdc++.cc (test for excess er...Mike Stump1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-0/+39
2013-12-09* optabs.c (gen_int_libfunc): Do not compare modes directly.Eric Botcazou1-1/+2
2013-12-09Eliminate profile_status macro.David Malcolm1-1/+1
2013-12-03re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN)Jakub Jelinek1-1/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19md.texi (setmem): Document new parameter.Jan Hubicka1-0/+4
2013-11-04optabs.c (expand_vec_perm): Revert one incorrect line from 2013-10-31 change.Jakub Jelinek1-1/+1
2013-10-31optabs.c (expand_vec_perm): Avoid vector mode punning SUBREGs in SET_DEST.Jakub Jelinek1-5/+5
2013-10-24re PR rtl-optimization/58542 (Arguments of __atomic_* functions are converted...Richard Henderson1-10/+6
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-15/+15
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-1/+1
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford1-12/+17
2013-03-09re PR middle-end/56524 (Compiler ICE when compiling with -mips16)Richard Sandiford1-14/+15
2013-02-19re PR target/52555 (ICE unrecognizable insn with -ffast-math and __attribute_...Aldy Hernandez1-1/+34
2013-02-12re PR rtl-optimization/56151 (Performance degradation after r194054 on x86 At...Jakub Jelinek1-6/+29
2013-01-16emit-rtl.c (need_atomic_barrier_p): Mask memory model argument with MEMMODEL_...Uros Bizjak1-8/+8