aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-26[optabs.c] Fix PR 67989: Handle const0_rtx target in expand_atomic_compare_an...Kyrylo Tkachov1-3/+9
2015-10-22re PR middle-end/68046 (-ftrapv doesn't catch leaq-based overflows on x86-64)Richard Biener1-11/+19
2015-10-21tm.texi: Regenerated.Ilya Enkovich1-2/+3
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-2/+2
2015-09-17Split up optabs.[hc]Richard Sandiford1-1844/+2
2015-09-14re PR middle-end/67401 (Incorrect expand of __atomic_compare_exchange_8 using...John David Anglin1-3/+4
2015-09-03optabs.c (expand_binop): Don't create a broadcast vector with a source elemen...Bill Schmidt1-0/+9
2015-08-25optabs.c (emit_indirect_jump): Don't try an emit a jump if the target doesn't...Nathan Sidwell1-5/+7
2015-08-17arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (...David Sherwood1-1/+1
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