aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-28target-insns.def (atomic_test_and_set): New targetm instruction pattern.Richard Sandiford1-10/+5
2015-07-28target-insns.def (can_extend, ptr_extend): New targetm instruction patterns.Richard Sandiford1-4/+2
2015-07-28target-insns.def (indirect_jump): New targetm instruction pattern.Richard Sandiford1-6/+5
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-5/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+1
2015-07-05target-insns.def (extv, [...]): New targetm instruction patterns.Richard Sandiford1-18/+6
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-4/+4
2015-06-30gcc/Richard Sandiford1-6/+6
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-7/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-14/+14
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-24provide default for HAVE_mem_signal_fenceTrevor Saunders1-5/+0
2015-05-24always define HAVE_memory_barrierTrevor Saunders1-5/+0
2015-05-24provide default for HAVE_mem_thread_fenceTrevor Saunders1-4/+0
2015-05-22remove #if HAVE_conditional_moveTrevor Saunders1-18/+12
2015-05-22always define HAVE_conditional_moveTrevor Saunders1-3/+3
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-13/+12
2015-05-19optabs: Fix vec_perm -> V16QI middle end lowering.Andreas Krebbel1-2/+2
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-27/+8
2015-05-12re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod1-12/+11
2015-05-08optabs.c: Make vector_compare_rtx cope with VOID mode constants (e.g. const0_...Alan Lawrence1-3/+13
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-21re PR rtl-optimization/63952 (bootstrap failure (ICE in prepare_cmp_insn) on ...Ulrich Weigand1-2/+5
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