summaryrefslogtreecommitdiff
path: root/gcc/combine.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/45182 (Failed to build SPEC CPU 2000/2006)Bernd Schmidt2010-08-101-5/+7
* Replace exact_log2(x & -x) in favor of more direct computation.Richard Henderson2010-08-051-1/+1
* simplify-rtx.c (simplify_binary_operation_1): Try to simplify away NEG as ope...Bernd Schmidt2010-08-031-3/+70
* re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...Jakub Jelinek2010-07-301-23/+0
* double-int.h (double_int_and_not): New function.Richard Guenther2010-07-291-1/+1
* rtl.def (DEBUG_INSN, [...]): Swap operands 4 and 5.Bernd Schmidt2010-07-271-2/+2
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-1/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR rtl-optimization/44659 (Combiner fails to match QI cmp patterns with up...Eric Botcazou2010-06-291-12/+18
* re PR bootstrap/44255 (gcc-4.6-20100522 bootstrap comparison failure on sparc...Jakub Jelinek2010-05-281-14/+6
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-1/+1
* double-int.h (double_int_and): New.Anatoly Sokolov2010-05-251-64/+10
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* combine.c (propagate_for_debug): Call make_compound_operation on the source v...Richard Sandiford2010-05-191-1/+22
* target.h (struct calls): Add function_value_regno_p field.Anatoly Sokolov2010-05-021-2/+2
* combine.c (find_split_point): Add third argument.Paolo Bonzini2010-04-251-15/+24
* re PR rtl-optimization/43438 (possible wrong code bug)Richard Guenther2010-03-201-2/+4
* re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek2010-03-161-2/+4
* re PR rtl-optimization/42691 (problematic REG_EQUAL note added to SUBREG)Jing Yu2010-01-151-2/+6
* Revert revision 155944 due to the broken testcase.Jing Yu2010-01-151-6/+2
* re PR rtl-optimization/42691 (problematic REG_EQUAL note added to SUBREG)Jing Yu2010-01-151-2/+6
* re PR rtl-optimization/42475 (ICE at -O1 and above: internal compiler error: ...Jakub Jelinek2009-12-231-4/+3
* combine.c (setup_incoming_promotions): Fix sign-extend of zero-extend case; t...Richard Henderson2009-12-081-29/+33
* re PR rtl-optimization/42269 (Extra sign extension instructions generated)Richard Henderson2009-12-071-6/+10
* re PR rtl-optimization/42164 (internal compiler error: in simplify_subreg, at...David Daney2009-12-041-0/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-8/+8
* re PR target/39715 ([cond-optab] extra sign extensions on Thumb)Paolo Bonzini2009-10-281-21/+30
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-2/+5
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-4/+7
* rtl.h (simplify_replace_fn_rtx): Declare.Richard Sandiford2009-10-201-55/+21
* combine.c (label_tick_ebb_start): Fix comment.Adam Nemet2009-10-081-11/+18
* re PR rtl-optimization/41511 (combine behaves differently with/without -g)Eric Botcazou2009-10-051-21/+17
* re PR rtl-optimization/41574 (Distribute floating point expressions causes ba...Doug Kwan2009-10-051-0/+6
* [multiple changes]Kai Tietz2009-09-201-3/+4
* Squash commit of EH in gimpleRichard Henderson2009-09-141-11/+6
* * combine.c (propagate_for_debug_subst): Call wrap_constant on top.Jakub Jelinek2009-09-111-1/+1
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-9/+313
* combine.c (try_widen_shift_mode): Factor out code to check if an integer cons...Adam Nemet2009-08-111-6/+2
* combine.c (gen_lowpart_or_truncate): Exclude CONST_INTs from mode check.Richard Sandiford2009-08-081-23/+28
* expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini2009-08-011-4/+2
* combine.c (make_compound_operation): If force_to_mode re-expanded the compoun...Adam Nemet2009-07-181-0/+6
* combine.c (try_widen_shift_mode): Add COUNT, OUTER_CODE and OUTER_CONST argum...Adam Nemet2009-07-181-5/+25
* combine.c (try_widen_shift_mode): Allow widening if the high-order bits are z...Adam Nemet2009-07-181-1/+8
* combine.c (simplify_shift_const_1): Split code to determine shift_mode into ...Adam Nemet2009-07-181-15/+38
* combine.c (make_extraction): Check TRULY_NOOP_TRUNCATION before creating LHS ...Adam Nemet2009-07-091-5/+12
* combine.c (force_to_mode): Handle TRUNCATE.Adam Nemet2009-07-011-6/+18
* combine.c (try_combine): Dump information about the insns we're combining.Adam Nemet2009-06-231-0/+10
* combine.c (combine_simplify_rtx): Remove TRULY_NOOP_TRUNCATION check when cal...Adam Nemet2009-06-231-3/+1
* alias.c: Use REG_P...Shujing Zhao2009-06-221-125/+125
* * combine.c (move_deaths): Compare LUIDs within the same BB only.Alexandre Oliva2009-06-021-0/+1