Age | Commit message (Expand) | Author | Files | Lines |
2012-08-18 | re PR middle-end/53823 (FAIL: gcc.c-torture/execute/930921-1.c execution at -... | John David Anglin | 1 | -1/+1 |
2012-08-02 | cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma... | Kenneth Zadeck | 1 | -2/+2 |
2012-08-01 | Allow MODE_PARTIAL_INT in expmed costs | Richard Henderson | 1 | -40/+50 |
2012-07-30 | re PR middle-end/53823 (FAIL: gcc.c-torture/execute/930921-1.c execution at -... | John David Anglin | 1 | -2/+4 |
2012-07-27 | expmed.h (alg_hash, [...]): Delete macro definitions and re-purpose as inline... | Nathan Froyd | 1 | -107/+123 |
2012-07-26 | tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove. | Bill Schmidt | 1 | -0/+48 |
2012-07-10 | Move vector highpart emulation to the optabs layer | Richard Henderson | 1 | -16/+16 |
2012-07-05 | re PR fortran/53449 (fortran fails to build with LTO bootstrap) | Uros Bizjak | 1 | -2/+2 |
2012-06-19 | Use synth_mult for vector multiplies vs scalar constant | Richard Henderson | 1 | -195/+243 |
2012-06-17 | expmed.c (ceil_log2): Move from here... | Steven Bosscher | 1 | -8/+0 |
2012-06-15 | re PR tree-optimization/51581 (Integer division by constant is not vectorized) | Jakub Jelinek | 1 | -18/+15 |
2012-06-02 | 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com> | Kenneth Zadeck | 1 | -3/+3 |
2012-05-29 | integrate.c: Remove. | Steven Bosscher | 1 | -2/+2 |
2012-05-29 | rtl.h (assign_stack_temp, [...]): Remove 'keep' argument. | Michael Matz | 1 | -1/+1 |
2012-05-05 | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 1 | -1/+1 |
2012-04-25 | re PR tree-optimization/52979 (likely wrong code bug w/packed bitfields) | Jakub Jelinek | 1 | -2/+18 |
2012-04-04 | rtl.texi (const_double): Document as sign-extending. | Mike Stump | 1 | -2/+4 |
2012-03-27 | re PR middle-end/51893 (Wrong subword index computation in store_bit_field_1 ... | Aurelien Buhrig | 1 | -1/+4 |
2012-03-27 | expmed.c (store_bit_field): Assert that BITREGION_START is a multiple of a un... | Eric Botcazou | 1 | -2/+3 |
2012-03-16 | tree.h (TREE_VECTOR_CST_ELTS): Remove. | Richard Guenther | 1 | -4/+4 |
2012-01-17 | re PR middle-end/50325 (76 new fails with rev. 177691) | Andreas Krebbel | 1 | -3/+15 |
2011-12-09 | dse.c (get_stored_val, [...]): Use gen_int_mode. | Joern Rennecke | 1 | -4/+3 |
2011-12-09 | re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681) | Joern Rennecke | 1 | -31/+26 |
2011-11-21 | Revert regression causing changes to store_bit_field_1. | David S. Miller | 1 | -12/+3 |
2011-11-19 | * expmed.c (store_bit_field_1): Revert bogus formatting change. | Eric Botcazou | 1 | -2/+1 |
2011-11-16 | re PR middle-end/50325 (76 new fails with rev. 177691) | Andreas Krebbel | 1 | -4/+14 |
2011-10-05 | expmed.c (expand_mult_highpart_optab): Replace optab_handler with the new wid... | Andreas Krebbel | 1 | -2/+2 |
2011-09-14 | arm.c (arm_override_options): Add unaligned_access support. | Julian Brown | 1 | -13/+26 |
2011-08-18 | tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter. | Richard Sandiford | 1 | -4/+4 |
2011-08-18 | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 1 | -18/+23 |
2011-07-27 | params.h (ALLOW_STORE_DATA_RACES): New. | Aldy Hernandez | 1 | -15/+88 |
2011-07-08 | optabs.c (expand_binop): Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE w... | Bernd Schmidt | 1 | -2/+2 |
2011-07-06 | machmode.h (HWI_COMPUTABLE_MODE_P): New macro. | Bernd Schmidt | 1 | -2/+2 |
2011-07-06 | emit-rtl.c (paradoxical_subreg_p): New function. | Bernd Schmidt | 1 | -2/+2 |
2011-07-06 | machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro. | Bernd Schmidt | 1 | -7/+4 |
2011-07-06 | cse.c (find_comparison_args): Use val_mode_signbit_set_p. | Bernd Schmidt | 1 | -17/+8 |
2011-06-01 | re PR target/45074 (GCC Segmentation fault - negating global register variables) | Richard Sandiford | 1 | -1/+1 |
2011-05-22 | re PR middle-end/49029 (ICE in simplify_subreg, at simplify-rtx.c:5266) | Jakub Jelinek | 1 | -2/+3 |
2011-05-08 | re PR middle-end/48908 (build fails on cris-elf in libiberty:md5.c, shift-rel... | Richard Guenther | 1 | -4/+8 |
2011-05-05 | expmed.c (expand_variable_shift): Rename to ... | Richard Guenther | 1 | -24/+34 |
2011-05-03 | expmed.c (extract_bit_field_1): Remove write-only variable "icode". | Uros Bizjak | 1 | -2/+0 |
2011-04-29 | expr.h (expand_shift): Rename to ... | Richard Guenther | 1 | -110/+77 |
2011-04-01 | re PR middle-end/48335 (ICE in convert_move) | Jakub Jelinek | 1 | -16/+32 |
2011-03-23 | optabs.h (emit_unop_insn, [...]): Change insn code parameter from "int" to "e... | Richard Sandiford | 1 | -164/+61 |
2011-03-04 | re PR middle-end/47968 (ICE: in gen_lowpart_general, at rtlhooks.c:51 when co... | Richard Guenther | 1 | -3/+1 |
2011-01-18 | re PR rtl-optimization/47299 (Widening multiply optimization generates bad code) | Jakub Jelinek | 1 | -3/+9 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -1/+0 |
2010-11-10 | cfgloop.c (verify_loop_structure): Use %' in diagnostics. | Joseph Myers | 1 | -3/+3 |
2010-10-22 | expr.c (emit_group_load_1): Update calls to extract_bit_field. | Jie Zhang | 1 | -12/+32 |
2010-08-05 | expmed.c (expand_mult_const): Expand shift into temporary. | Uros Bizjak | 1 | -3/+5 |