aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-02re PR target/68647 (__builtin_popcountll doesn't generate popcnt instructions...Jakub Jelinek1-1/+74
2015-11-27re PR tree-optimization/68552 (ICE in in expand_expr_real_2 with -O2 -ftree-v...Jakub Jelinek1-11/+38
2015-11-24re PR target/68483 (gcc 5.2: suboptimal code compared to 4.9)Jakub Jelinek1-2/+2
2015-11-10optabs.c (expand_binop_directly): Allow scalar mode for vec_pack_trunc_optab.Ilya Enkovich1-1/+2
2015-11-10optabs-query.h (get_vcond_mask_icode): New.Ilya Enkovich1-4/+45
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich1-4/+40
2015-11-10[optabs][ifcvt][1/3] Define negcc, notcc optabsKyrylo Tkachov1-0/+50
2015-11-09optabs.c (prepare_libcall_arg): New function.Steve Ellcey1-0/+30
2015-11-09optabs.c (expand_vec_cond_expr): Always get sign from type.Ilya Enkovich1-2/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+8
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