| Commit message (Expand) | Author | Age | Files | Lines |
* | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 2012-11-01 | 1 | -0/+1 |
* | combine.c (simplify_comparison): If BITS_BIG_ENDIAN... | Richard Sandiford | 2012-10-31 | 1 | -11/+1 |
* | combine.c (make_extraction): Remove dead wanted_inner_mode- and pos_rtx-relat... | Richard Sandiford | 2012-10-31 | 1 | -15/+0 |
* | combine.c (record_dead_and_set_regs): Iterate over hard register set with a h... | Steven Bosscher | 2012-10-16 | 1 | -15/+15 |
* | re PR middle-end/54879 (gcc/combine.c:12018: warning: comparison always false... | Jakub Jelinek | 2012-10-10 | 1 | -6/+6 |
* | re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD... | Georg-Johann Lay | 2012-09-26 | 1 | -6/+10 |
* | Integrate lexical block into source_location. | Dehao Chen | 2012-09-19 | 1 | -1/+1 |
* | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 2012-09-07 | 1 | -5/+5 |
* | target.def (legitimate_combined_insn): New target hook. | Uros Bizjak | 2012-09-01 | 1 | -2/+36 |
* | alias.c (rtx_equal_for_memref_p): Convert constant cases. | Kenneth Zadeck | 2012-08-23 | 1 | -6/+2 |
* | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 2012-08-14 | 1 | -21/+21 |
* | Don't return identity for CONST or symbolic reference | H.J. Lu | 2012-08-08 | 1 | -7/+0 |
* | cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma... | Kenneth Zadeck | 2012-08-02 | 1 | -9/+5 |
* | re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3... | Alexandre Oliva | 2012-08-02 | 1 | -164/+16 |
* | system.h (dump_file): Do not define. | Steven Bosscher | 2012-07-16 | 1 | -1/+0 |
* | combine.c (force_to_mode): Avoid undefined behaviour due to negative shift am... | Ulrich Weigand | 2012-07-07 | 1 | -0/+1 |
* | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 2012-05-31 | 1 | -2/+0 |
* | re PR rtl-optimization/53519 (ice in do_SUBST, at combine.c:707) | Jakub Jelinek | 2012-05-30 | 1 | -2/+1 |
* | re PR bootstrap/53249 (Bootstrap failure) | Richard Sandiford | 2012-05-09 | 1 | -2/+1 |
* | basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb... | Michael Matz | 2012-05-08 | 1 | -2/+2 |
* | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 2012-05-05 | 1 | -3/+3 |
* | Partially revert: | Uros Bizjak | 2012-04-02 | 1 | -0/+25 |
* | cgraph.h (cgraph_materialize_all_clones): Remove. | Richard Guenther | 2012-03-29 | 1 | -26/+1 |
* | * combine.c (apply_distributive_law): Do not distribute SUBREG. | Ulrich Weigand | 2012-03-15 | 1 | -30/+16 |
* | re PR rtl-optimization/52528 (combine bug (powerpc testcase)) | Chung-Lin Tang | 2012-03-10 | 1 | -0/+4 |
* | re PR rtl-optimization/52060 (Invalid constant simplification in combine with... | Jakub Jelinek | 2012-02-07 | 1 | -8/+17 |
* | re PR rtl-optimization/51374 ([avr] insn combine reorders volatile memory acc... | Georg-Johann Lay | 2012-02-01 | 1 | -3/+10 |
* | re PR bootstrap/52058 (bootstrap fails on HAVE_cc0: combine.c: 'do_SUBST_LINK... | Jakub Jelinek | 2012-01-31 | 1 | -1/+2 |
* | re PR target/48308 (crosscompiling to arm fails with assembler: can't resolve... | Ramana Radhakrishnan | 2012-01-25 | 1 | -3/+34 |
* | re PR bootstrap/51796 (internal compiler error: in distribute_notes, at combi... | Jakub Jelinek | 2012-01-11 | 1 | -2/+22 |
* | dse.c (get_stored_val, [...]): Use gen_int_mode. | Joern Rennecke | 2011-12-09 | 1 | -1/+1 |
* | re PR rtl-optimization/51023 (likely integer wrong code bug) | Jakub Jelinek | 2011-11-10 | 1 | -4/+6 |
* | Merge from transactional-memory branch. | Aldy Hernandez | 2011-11-08 | 1 | -0/+1 |
* | re PR rtl-optimization/50615 (ICE: in distribute_notes, at combine.c:13282 wi... | Eric Botcazou | 2011-10-16 | 1 | -7/+8 |
* | rtl.texi (simple_return): Document. | Bernd Schmidt | 2011-08-27 | 1 | -1/+1 |
* | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 2011-08-18 | 1 | -12/+12 |
* | re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439) | Richard Henderson | 2011-08-02 | 1 | -0/+10 |
* | re PR rtl-optimization/49799 (gcc arm generates illegal sbfx instruction) | Wei Guozhi | 2011-07-29 | 1 | -0/+1 |
* | revert: simplify-rtx.c (simplify_const_binary_operation): Use the shift_trunc... | Bernd Schmidt | 2011-07-06 | 1 | -2/+4 |
* | explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT... | Bernd Schmidt | 2011-07-06 | 1 | -128/+129 |
* | machmode.h (HWI_COMPUTABLE_MODE_P): New macro. | Bernd Schmidt | 2011-07-06 | 1 | -45/+38 |
* | emit-rtl.c (paradoxical_subreg_p): New function. | Bernd Schmidt | 2011-07-06 | 1 | -14/+7 |
* | machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro. | Bernd Schmidt | 2011-07-06 | 1 | -15/+9 |
* | cse.c (find_comparison_args): Use val_mode_signbit_set_p. | Bernd Schmidt | 2011-07-06 | 1 | -37/+15 |
* | simplify-rtx.c (simplify_const_binary_operation): Use the shift_truncation_ma... | Bernd Schmidt | 2011-07-06 | 1 | -4/+2 |
* | re PR rtl-optimization/49619 (ICE in simplify_subreg, at simplify-rtx.c:5362) | Jakub Jelinek | 2011-07-04 | 1 | -2/+7 |
* | Don't check zero/sign extended hard registers. | H.J. Lu | 2011-06-20 | 1 | -6/+0 |
* | Check zero/sign extended hard registers. | H.J. Lu | 2011-06-20 | 1 | -0/+6 |
* | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 2011-06-14 | 1 | -1/+0 |
* | re PR rtl-optimization/49145 (ICE in simplify_const_unary_operation, at simpl... | Richard Sandiford | 2011-06-06 | 1 | -1/+14 |