summaryrefslogtreecommitdiff
path: root/gcc/combine.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT...Bernd Schmidt2011-07-061-128/+129
* machmode.h (HWI_COMPUTABLE_MODE_P): New macro.Bernd Schmidt2011-07-061-45/+38
* emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt2011-07-061-14/+7
* machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.Bernd Schmidt2011-07-061-15/+9
* cse.c (find_comparison_args): Use val_mode_signbit_set_p.Bernd Schmidt2011-07-061-37/+15
* simplify-rtx.c (simplify_const_binary_operation): Use the shift_truncation_ma...Bernd Schmidt2011-07-061-4/+2
* re PR rtl-optimization/49619 (ICE in simplify_subreg, at simplify-rtx.c:5362)Jakub Jelinek2011-07-041-2/+7
* Don't check zero/sign extended hard registers.H.J. Lu2011-06-201-6/+0
* Check zero/sign extended hard registers.H.J. Lu2011-06-201-0/+6
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+0
* re PR rtl-optimization/49145 (ICE in simplify_const_unary_operation, at simpl...Richard Sandiford2011-06-061-1/+14
* combine.c (simplify_comparison): Abstract out parts into...Chung-Lin Tang2011-05-081-217/+268
* re PR debug/47994 (-fcompare-debug failure with -O2 -fpeel-loops -fno-rerun-c...Alexandre Oliva2011-05-041-3/+3
* combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals for STOR...Maxim Kuvyrkov2011-04-251-1/+4
* combine.c (subst, [...]): Add new argument, use it to track processing of con...Maxim Kuvyrkov2011-04-151-28/+42
* combine.c (update_cfg_for_uncondjump): Instead of testing at_end assert it is...Jakub Jelinek2011-04-121-5/+6
* re PR rtl-optimization/48549 (Combiner ICE with -g)Jakub Jelinek2011-04-121-4/+11
* combine.c (combine_validate_cost): Adjust comments.Eric Botcazou2011-04-081-13/+15
* re PR debug/48343 (ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p8...Jakub Jelinek2011-04-071-26/+48
* re PR bootstrap/48469 (bootstrap failure)Nathan Froyd2011-04-051-0/+2
* fix compilation on AUTO_INC_DEC targetsNathan Froyd2011-04-051-9/+14
* combine.c: Include obstack.h.Nathan Froyd2011-04-051-125/+133
* * combine.c (try_combine): Remove useless local variable.Eric Botcazou2011-04-031-16/+6
* combine.c (simplify_set): Try harder to find the best CC mode when simplifyin...Eric Botcazou2011-03-221-1/+15
* combine.c (try_combine): Do simplification only call of subst() on i2 even wh...Chung-Lin Tang2011-03-181-6/+4
* Revert the last change on cant_combine_insn_p.H.J. Lu2011-03-171-6/+0
* Check zero/sign extended hard registers.H.J. Lu2011-03-171-0/+6
* Revert cant_combine_insn_p change.H.J. Lu2011-02-151-6/+0
* Check zero/sign extended hard registers.H.J. Lu2011-02-151-0/+6
* re PR target/47665 (ICE in trunc_int_for_mode)Jakub Jelinek2011-02-101-1/+2
* invoke.texi: Remove reference to compiler internals from user documentation.Steven Bosscher2011-02-061-4/+0
* re PR rtl-optimization/46878 (V850 ICE in in maybe_add_or_update_dep_1, at sc...DJ Delorie2011-01-261-1/+7
* re PR rtl-optimization/47157 (ICE: in calc_dfs_tree, at dominance.c:395 with -O)Jakub Jelinek2011-01-031-2/+11