summaryrefslogtreecommitdiff
path: root/gcc/combine.c
Commit message (Expand)AuthorAgeFilesLines
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* re PR middle-end/46637 (SIGSEGV in if_then_else_cond - too deep recursion)Jakub Jelinek2010-11-251-2/+4
* re PR rtl-optimization/46440 (ICE: in rtl_verify_flow_info, at cfgrtl.c:2165 ...Jakub Jelinek2010-11-171-1/+19
* re PR rtl-optimization/46490 (ACATS c460007 fails at -O2 or above)Eric Botcazou2010-11-161-3/+3
* combine.c (try_combine): Fix formatting issues, improve comments and fix a pa...Eric Botcazou2010-11-031-19/+29
* re PR rtl-optimization/46034 (internal compiler error: segmentation fault)Jakub Jelinek2010-11-031-4/+9
* combine.c (set_nonzero_bits_and_sign_copies): Use unsigned arithmetics in mas...Eric Botcazou2010-10-281-110/+112
* combine.c (try_combine): If insns need to be kept around...Jie Zhang2010-10-251-0/+12
* re PR rtl-optimization/45966 (Incorrect combiner transformation.)Bernd Schmidt2010-10-191-0/+2
* re PR rtl-optimization/45394 (gnat fails to build on s390, trunk 20100918)Eric Botcazou2010-10-061-59/+37
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-3/+3
* re PR rtl-optimization/45695 (-O1 wrong-code by cmove)Jakub Jelinek2010-09-201-52/+24
* re PR rtl-optimization/45617 (optimize bit shift+compare at RTL level)Jakub Jelinek2010-09-131-13/+26
* combine.c (try_combine): Set subst_low_luid to i0.Andreas Krebbel2010-09-061-1/+1
* target.def (class_likely_spilled_p): New hook.Anatoly Sokolov2010-09-021-7/+7
* re PR rtl-optimization/44858 (likely integer wrong code bug)Jakub Jelinek2010-08-251-1/+52
* re PR rtl-optimization/45400 (XBMC AudioEngine Compilation C++ Internal Compi...Jakub Jelinek2010-08-251-1/+3
* combine.c (find_split_point): Undo canonicalization of multiply-add to (minus...Bernd Schmidt2010-08-251-0/+17
* re PR middle-end/45355 (FAIL: gcc.c-torture/compile/pr43164.c)Bernd Schmidt2010-08-251-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* re PR bootstrap/45350 (Failed to bootstrap on Linux/ia64)Bernd Schmidt2010-08-191-3/+3
* re PR tree-optimization/42172 (inefficient bit fields assignments)Bernd Schmidt2010-08-191-147/+442
* 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