aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-2/+2
2010-06-02re PR middle-end/44291 (ICE in set_user_assembler_libfunc)Richard Guenther1-2/+2
2010-06-01optabs.c (init_optabs): Guard all accesses to reinit.Richard Guenther1-0/+4
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-2/+2
2010-05-25re PR target/43610 (ICE: in prepare_float_lib_cmp, at optabs.c:4392 with -fno...Paolo Bonzini1-46/+54
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-16lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.Richard Guenther1-1/+1
2010-04-20double-int.h (double_int_setbit): Declare.Anatoly Sokolov1-44/+19
2010-03-19optabs.c (avoid_expensive_constant): Fix formatting.Bernd Schmidt1-0/+1
2010-03-19re PR target/40697 (inefficient code to extract least bits from an integer va...Bernd Schmidt1-2/+2
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-3/+3
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-18/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-30/+30
2009-10-17re PR middle-end/41738 (optabs expands rotate using wrong mode)Andy Hutchinson1-3/+3
2009-09-28ifcvt.c (noce_try_abs): Recognize pattern and call expand_one_cmpl_abs_nojump.Easwaran Raman1-0/+54
2009-09-14Squash commit of EH in gimpleRichard Henderson1-17/+16
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-13/+23
2009-08-25expr.h (struct separate_ops, sepops): New type for passing around an exploded...Michael Matz1-26/+28
2009-08-06Merge ARM/hard_vfp_branch to trunkRichard Earnshaw1-1/+2
2009-06-28dojump.c (do_compare_rtx_and_jump): Try swapping the condition for floating p...Paolo Bonzini1-5/+5
2009-06-22alias.c: Use REG_P...Shujing Zhao1-8/+8
2009-06-19re PR testsuite/40491 (Revision 148663 caused extra failures)Uros Bizjak1-0/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+2
2009-06-10system.h (HAVE_DESIGNATED_INITIALIZERS): Don't define if compiling with C++.Ian Lance Taylor1-3/+3
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-5/+5
2009-05-15optabs.c (prepare_float_lib_cmp): Test that the comparison...Sandra Loosemore1-3/+6
2009-05-12revert: optabs.c (prepare_cmp_insn): Temporarily disable test that causes spu...Paolo Bonzini1-0/+11
2009-05-12Merge cond-optab branch.Paolo Bonzini1-207/+177
2009-05-12optabs.c (prepare_cmp_insn): Temporarily disable test that causes spurious di...Paolo Bonzini1-12/+0
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-2/+2
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-3/+3
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-3/+4
2009-04-09i386.md (cmpcc): New.Paolo Bonzini1-97/+73
2009-04-07optabs.c (can_compare_p): Test the predicate of a cbranch and cstore pattern.Paolo Bonzini1-5/+13
2009-03-17re PR middle-end/39443 (Builtin redirection no longer working for memcmp)Jakub Jelinek1-0/+18
2008-11-17re PR middle-end/37908 (atomic NAND op generate wrong code; __sync_nand_and_f...Uros Bizjak1-12/+23
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-3/+6
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-1/+3
2008-08-09re PR target/37055 (Revision 138835 breaks -msse2 -mfpmath=sse -Os)Jan Hubicka1-7/+19
2008-08-07optabs.c (emit_unop_insn): Break out to ...Jan Hubicka1-4/+22
2008-08-03optabs.c (expand_binop, [...]): Upse optimize_insn_for_speed predicate.Jan Hubicka1-1/+1
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi1-36/+36
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-2/+1
2008-06-29optabs.c (libfunc_decl_hash, [...]): Fix -Wcast-qual warnings.Kaveh R. Ghazi1-2/+2
2008-06-28optabs.c (libfunc_decls): New variable.Richard Sandiford1-18/+48
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-10/+10
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-3/+3