aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
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
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