sem_aux.adb, [...] (Get_Low_Bound): Use Type_Low_Bound.
[gcc.git] / gcc / optabs.c
2015-05-24 Trevor Saundersprovide default for HAVE_mem_signal_fence
2015-05-24 Trevor Saundersalways define HAVE_memory_barrier
2015-05-24 Trevor Saundersprovide default for HAVE_mem_thread_fence
2015-05-22 Trevor Saundersremove #if HAVE_conditional_move
2015-05-22 Trevor Saundersalways define HAVE_conditional_move
2015-05-20 Mikhail MaltsevPromote types of RTL expressions to more derived ones.
2015-05-19 Andreas Krebbeloptabs: Fix vec_perm -> V16QI middle end lowering.
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-05-12 Andrew MacLeodre PR target/65697 (__atomic memory barriers not strong...
2015-05-08 Alan Lawrenceoptabs.c: Make vector_compare_rtx cope with VOID mode...
2015-04-22 Trevor Saundersalways define HAVE_cc0
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-21 Ulrich Weigandre PR rtl-optimization/63952 (bootstrap failure (ICE...
2014-11-17 Zhenqiang Chencfgexpand.c (expand_gimple_cond): Check ccmp.
2014-11-14 Alan Lawrence[Vectorizer]Make reductions-via-shifts and vec_shr_opta...
2014-11-13 Alan LawrenceRemove VEC_RSHIFT_EXPR tree code, now unused
2014-11-13 Alan Lawrence[Vectorizer] Use a VEC_PERM_EXPR instead of VEC_RSHIFT_...
2014-11-13 Ulrich Weigandoptabs.c (prepare_operand): Gracefully fail if the...
2014-11-05 Bernd SchmidtAllow a port not to define an indirect_jump pattern.
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Alan LawrenceRemove VEC_LSHIFT_EXPR and vec_shl_optab
2014-10-27 Jiong WangPR63442 libgcc_cmp_return_mode not always return word_mode
2014-10-27 Alan LawrenceAdd new optabs for reducing vectors to scalars
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-17 Jakub Jelinekre PR tree-optimization/63464 (compare one character...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-10-12 Trevor Saundersmove many gc hashtab to hash_table
2014-09-03 Trevor Saundersuse rtx_code_label more
2014-08-29 DJ Deloriecppbuiltin.c (define_builtin_macros_for_type_sizes...
2014-08-28 David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-26 David MalcolmStrengthen various insn emission functions
2014-08-22 David Malcolmoptabs.c: Use rtx_insn and rtx_code_label
2014-08-19 David MalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-08-08 Kugan Vivekanandarajahcalls.c (precompute_arguments): Use new SUBREG_PROMOTED...
2014-08-04 Kyrylo TkachovPR 61713: ICE when expanding single-threaded version...
2014-07-28 Richard Bienerre PR middle-end/52478 (-ftrapv calls the wrong functio...
2014-06-25 Cong Houtree-vect-patterns.c (vect_recog_sad_pattern): New...
2014-05-28 Richard Sandifordrtl.h (set_for_reg_notes): Declare.
2014-05-24 Jan Hubickagengtype-state.c (fatal_reading_state): Bring offline.
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-04-02 Richard Bienerre PR middle-end/60729 (Compiler failure for combinatio...
2014-03-24 Andreas Krebbelre PR rtl-optimization/60501 (LRA emits add patterns...
2014-02-07 Andreas Krebbeloptabs.c (expand_atomic_compare_and_swap): Allow expand...
2014-01-07 Mike Stumpre PR pch/59436 (FAIL: 17_intro/headers/c++200x/stdc...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-10 Jakub Jelinektree-vectorizer.h (struct _loop_vec_info): Add scalar_l...
2013-12-09 Eric Botcazou* optabs.c (gen_int_libfunc): Do not compare modes...
2013-12-09 David MalcolmEliminate profile_status macro.
2013-12-03 Jakub Jelinekre PR target/58864 (ICE in connect_traces, at dwarf2cfi...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19 Jan Hubickamd.texi (setmem): Document new parameter.
2013-11-04 Jakub Jelinekoptabs.c (expand_vec_perm): Revert one incorrect line...
2013-10-31 Jakub Jelinekoptabs.c (expand_vec_perm): Avoid vector mode punning...
2013-10-24 Richard Hendersonre PR rtl-optimization/58542 (Arguments of __atomic_...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-23 Richard Sandifordrtl.texi (REG_NOTES): Say that int_list can also be...
2013-09-09 Richard Sandifordasan.c (asan_clear_shadow): Use gen_int_mode with the...
2013-03-09 Richard Sandifordre PR middle-end/56524 (Compiler ICE when compiling...
2013-02-19 Aldy Hernandezre PR target/52555 (ICE unrecognizable insn with -ffast...
2013-02-12 Jakub Jelinekre PR rtl-optimization/56151 (Performance degradation...
2013-01-16 Uros Bizjakemit-rtl.c (need_atomic_barrier_p): Mask memory model...
2013-01-15 Tom de Vriesre PR target/55876 (internal compiler error: in gen_rtx...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-14 Yvan Roux* optabs.c (expand_atomic_store): Elide redundant model...
2012-12-13 Richard Hendersonre PR middle-end/55492 (__atomic_load doesn't match...
2012-12-02 Steven Bosscheroptabs.c (add_equal_note): Do not create self-referenci...
2012-11-18 Richard Sandifordgcc/
2012-11-18 Richard SandifordMakefile.in (recog.o): Add insn-codes.h.
2012-10-31 Easwaran Ramanre PR target/54938 (sh libgcc_unpack_df.o fails to...
2012-10-16 Easwaran Raman[multiple changes]
2012-10-12 Marc Glisseoptabs.c (vector_compare_rtx): Change prototype.
2012-10-01 Andrew MacLeodre PR target/54087 (__atomic_fetch_add does not use...
2012-09-22 Uros Bizjakoptabs.c (prepare_cmp_insn): Expand comparison of the...
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-09-05 Andrew Pinskioptabs.c (emit_conditional_add): Correct comment about...
2012-08-17 Hans-Peter Nilssonre PR middle-end/54261 (reverse sync/atomic operators...
2012-08-02 Kenneth Zadeckcfgexpand.c (expand_debug_locations): Encapsulate test...
2012-07-25 Richard Hendersonre PR bootstrap/54092 (Bootstrap fails while building...
2012-07-24 Richard HendersonReduce the size of optabs representation
2012-07-24 Richard HendersonIntroduce and use code_to_optab and optab_to_code functions
2012-07-24 Richard HendersonIntroduce and use unknown_optab
2012-07-10 Richard HendersonMove vector highpart emulation to the optabs layer
2012-07-10 Richard HendersonAdd VEC_WIDEN_MULT_EVEN/ODD_EXPR
2012-06-27 Richard HendersonAdd MULT_HIGHPART_EXPR
2012-05-09 Richard Sandifordre PR bootstrap/53249 (Bootstrap failure)
2012-05-05 Richard Sandifordrtl.h (plus_constant, [...]): Merge into a single plus_...
2012-05-01 Richard HendersonAdd -fno-sync-libcalls.
2012-04-11 Eric Botcazoure PR target/52624 (missing __builtin_bswap16)
2012-03-05 Richard Guentherre PR middle-end/52353 (-ftrapv -fnon-call-exceptions...
2012-03-03 Richard Hendersonoptabs.c (expand_atomic_test_and_set): Honor atomic_tes...
2012-02-08 Andrew MacLeodoptabs.c (expand_atomic_load): Do not assume compare_an...
2012-01-26 Richard HendersonUse maybe_expand_insn in maybe_emit_atomic_test_and_set.
2012-01-24 Richard Hendersonoptabs.c (maybe_emit_atomic_test_and_set): Mark model...
2012-01-24 Richard Sandifordoptabs.c (gen_atomic_test_and_set): Use each argument.
2012-01-24 Richard Hendersonatomic: Create and use maybe_emit_atomic_test_and_set.
2012-01-17 Andreas Krebbelre PR middle-end/50325 (76 new fails with rev. 177691)
next