summaryrefslogtreecommitdiff
path: root/gcc/combine.c
Commit message (Expand)AuthorAgeFilesLines
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* combine.c (simplify_compare_const): Use GET_MODE_MASK to filter out unnecessa...Chung-Ju Wu2013-04-101-2/+3
* combine.c (try_combine): Removed useless assert.Kenneth Zadeck2013-03-281-5/+0
* combine.c (try_combine): Adjust comment.Eric Botcazou2013-03-231-12/+11
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* target.def: Define canonicalize_comparison hook.Andreas Krebbel2012-12-191-6/+13
* Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford2012-11-181-23/+15
* combine.c (make_extraction): Handle TRUNCATEd INNERs.Richard Sandiford2012-11-181-0/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-33/+27
* rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck2012-11-091-9/+10
* combine.c: Adjust toplevel comment.Eric Botcazou2012-11-041-11/+12
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* combine.c (simplify_comparison): If BITS_BIG_ENDIAN...Richard Sandiford2012-10-311-11/+1
* combine.c (make_extraction): Remove dead wanted_inner_mode- and pos_rtx-relat...Richard Sandiford2012-10-311-15/+0
* combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher2012-10-161-15/+15
* re PR middle-end/54879 (gcc/combine.c:12018: warning: comparison always false...Jakub Jelinek2012-10-101-6/+6
* re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay2012-09-261-6/+10
* Integrate lexical block into source_location.Dehao Chen2012-09-191-1/+1
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-5/+5
* target.def (legitimate_combined_insn): New target hook.Uros Bizjak2012-09-011-2/+36
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-6/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-21/+21
* Don't return identity for CONST or symbolic referenceH.J. Lu2012-08-081-7/+0
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-9/+5
* re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva2012-08-021-164/+16
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* combine.c (force_to_mode): Avoid undefined behaviour due to negative shift am...Ulrich Weigand2012-07-071-0/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-2/+0
* re PR rtl-optimization/53519 (ice in do_SUBST, at combine.c:707)Jakub Jelinek2012-05-301-2/+1
* re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford2012-05-091-2/+1
* basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...Michael Matz2012-05-081-2/+2
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-3/+3
* Partially revert:Uros Bizjak2012-04-021-0/+25
* cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther2012-03-291-26/+1
* * combine.c (apply_distributive_law): Do not distribute SUBREG.Ulrich Weigand2012-03-151-30/+16
* re PR rtl-optimization/52528 (combine bug (powerpc testcase))Chung-Lin Tang2012-03-101-0/+4
* re PR rtl-optimization/52060 (Invalid constant simplification in combine with...Jakub Jelinek2012-02-071-8/+17
* re PR rtl-optimization/51374 ([avr] insn combine reorders volatile memory acc...Georg-Johann Lay2012-02-011-3/+10
* re PR bootstrap/52058 (bootstrap fails on HAVE_cc0: combine.c: 'do_SUBST_LINK...Jakub Jelinek2012-01-311-1/+2
* re PR target/48308 (crosscompiling to arm fails with assembler: can't resolve...Ramana Radhakrishnan2012-01-251-3/+34
* re PR bootstrap/51796 (internal compiler error: in distribute_notes, at combi...Jakub Jelinek2012-01-111-2/+22
* dse.c (get_stored_val, [...]): Use gen_int_mode.Joern Rennecke2011-12-091-1/+1
* re PR rtl-optimization/51023 (likely integer wrong code bug)Jakub Jelinek2011-11-101-4/+6
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+1
* re PR rtl-optimization/50615 (ICE: in distribute_notes, at combine.c:13282 wi...Eric Botcazou2011-10-161-7/+8
* rtl.texi (simple_return): Document.Bernd Schmidt2011-08-271-1/+1
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-12/+12
* re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson2011-08-021-0/+10
* re PR rtl-optimization/49799 (gcc arm generates illegal sbfx instruction)Wei Guozhi2011-07-291-0/+1
* revert: simplify-rtx.c (simplify_const_binary_operation): Use the shift_trunc...Bernd Schmidt2011-07-061-2/+4