Age | Commit message (Expand) | Author | Files | Lines |
2012-02-08 | re PR rtl-optimization/52170 (ICE in trunc_int_for_mode, at explow.c:57 durin... | Richard Guenther | 1 | -1/+1 |
2011-12-23 | re PR rtl-optimization/50396 (SSE division by zero generates incorrect code w... | Richard Guenther | 1 | -1/+1 |
2011-10-28 | re PR rtl-optimization/49720 (Infinite recursion compiling gold binary_test.c... | Chung-Lin Tang | 1 | -3/+13 |
2011-09-27 | rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE from 3 x MA... | Jakub Jelinek | 1 | -6/+4 |
2011-09-14 | simplify-rtx.c (simplify_subreg): Check that the inner mode is a scalar integ... | Richard Sandiford | 1 | -1/+6 |
2011-08-23 | re PR middle-end/50161 (wrong code with -fno-tree-ter and __builtin_popcountl) | Jakub Jelinek | 1 | -15/+14 |
2011-08-18 | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 1 | -2/+2 |
2011-07-19 | rtl.texi (MEM_OFFSET_KNOWN_P): Document. | Richard Sandiford | 1 | -2/+2 |
2011-07-06 | revert: simplify-rtx.c (simplify_const_binary_operation): Use the shift_trunc... | Bernd Schmidt | 1 | -2/+2 |
2011-07-06 | explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT... | Bernd Schmidt | 1 | -65/+67 |
2011-07-06 | machmode.h (HWI_COMPUTABLE_MODE_P): New macro. | Bernd Schmidt | 1 | -9/+8 |
2011-07-06 | machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro. | Bernd Schmidt | 1 | -2/+1 |
2011-07-06 | * simplify-rtx.c (simplify_ternary_operation): Remove dead code. | Bernd Schmidt | 1 | -9/+0 |
2011-07-06 | cse.c (find_comparison_args): Use val_mode_signbit_set_p. | Bernd Schmidt | 1 | -38/+80 |
2011-07-06 | simplify-rtx.c (simplify_const_binary_operation): Use the shift_truncation_ma... | Bernd Schmidt | 1 | -2/+2 |
2011-07-04 | re PR rtl-optimization/49619 (ICE in simplify_subreg, at simplify-rtx.c:5362) | Jakub Jelinek | 1 | -2/+2 |
2011-07-04 | re PR rtl-optimization/49472 (Compiler segfault on valid code) | Jakub Jelinek | 1 | -3/+25 |
2011-06-21 | Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2. | Bernd Schmidt | 1 | -10/+22 |
2011-06-07 | simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening multiplies. | Andrew Stubbs | 1 | -0/+84 |
2011-03-24 | re PR debug/48204 (ICE: in decimal_to_decnumber, at dfp.c:115 with -fno-tree-... | Jakub Jelinek | 1 | -2/+6 |
2011-03-21 | simplify-rtx.c (simplify_binary_operation_1): Handle (xor (and A B) C) case w... | Chung-Lin Tang | 1 | -0/+40 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -1/+0 |
2010-10-23 | tree-vrp.c (extract_range_from_binary_expr): If flag_non_call_exceptions don'... | Ian Lance Taylor | 1 | -1/+2 |
2010-10-18 | simplify-rtx.c (simplify_ternary_operation): Simplify (fma (neg a) (neg b) c)... | Richard Henderson | 1 | -3/+24 |
2010-10-15 | Add fma support | Michael Meissner | 1 | -0/+6 |
2010-10-11 | simplify-rtx.c (simplify_unary_operation_1): Use unsigned arithmetics in mask... | Eric Botcazou | 1 | -64/+72 |
2010-10-08 | re PR rtl-optimization/45903 (unnecessary load of 32/64bit variable when only... | Jakub Jelinek | 1 | -0/+25 |
2010-09-22 | re PR rtl-optimization/45739 (static evaluation of SSE intrinsics (pxor)) | Jakub Jelinek | 1 | -2/+2 |
2010-08-20 | simplify-rtx.c (simplify_unary_operation_1): Optimize (sign_extend (zero_exte... | Jakub Jelinek | 1 | -7/+38 |
2010-08-19 | re PR target/45336 (pextr{b,w,d}, (worse than) redundant extensions) | Jakub Jelinek | 1 | -0/+30 |
2010-08-05 | Replace exact_log2(x & -x) in favor of more direct computation. | Richard Henderson | 1 | -14/+9 |
2010-08-03 | simplify-rtx.c (simplify_binary_operation_1): Try to simplify away NEG as ope... | Bernd Schmidt | 1 | -0/+13 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-06-25 | re PR debug/44610 (VTA produces wrong variable location information) | Alexandre Oliva | 1 | -4/+4 |
2010-06-18 | double-int.h (double_int_to_shwi, [...]): Implement as static inline. | Anatoly Sokolov | 1 | -73/+56 |
2010-06-01 | Undo inadvertent commit in rev 160105. | Diego Novillo | 1 | -3/+3 |
2010-06-01 | richi's fixes for c++ bootstrap | Diego Novillo | 1 | -3/+3 |
2010-05-21 | real: Do not include gmp.h, mpfr.h, and mpc.h. | Steven Bosscher | 1 | -2/+2 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2010-04-20 | double-int.h (double_int_setbit): Declare. | Anatoly Sokolov | 1 | -37/+32 |
2010-03-16 | re PR debug/43051 (VTA causes a stack living parameter unavailable in most of... | Jakub Jelinek | 1 | -15/+11 |
2010-01-12 | Update Copyright years. | Jakub Jelinek | 1 | -1/+1 |
2010-01-12 | re PR debug/42662 (invalid rtl sharing found in the insn) | Jakub Jelinek | 1 | -1/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -57/+57 |
2009-11-12 | re PR middle-end/41930 (cc1 SEGV compiling maxval_r16.c) | Uros Bizjak | 1 | -5/+8 |
2009-11-04 | re PR rtl-optimization/41833 (vec_splat followed by vec_splat could be improved) | Andrew Pinski | 1 | -0/+3 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 1 | -2/+10 |
2009-10-22 | simplify-rtx.c (simplify_replace_fn_rtx): Add a fallback case for rtxes that ... | Richard Sandiford | 1 | -3/+42 |
2009-10-20 | rtl.h (simplify_replace_fn_rtx): Declare. | Richard Sandiford | 1 | -22/+37 |
2009-10-20 | simplify-rtx.c (simplify_const_unary_operation): Handle SS_ABS. | Jie Zhang | 1 | -0/+1 |