re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_64-linux...
[gcc.git] / gcc / rtlanal.c
2014-01-25 Richard Sandifordrtlanal.c (canonicalize_condition): Split out duplicate...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-05 Tejas BelagodEliminate redundant vec_select moves.
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-05 Steven Bosscherrtlanal.c (tablejump_p): Expect a JUMP_TABLE_DATA to...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-27 Richard Sandifordrtlanal.c (must_be_base_p, [...]): Delete.
2013-09-27 Iain Sandoere PR middle-end/58547 (rtlanal.c:5482:19: error: compa...
2013-09-25 Yvan Rouxrtlanal.c (lsb_bitfield_op_p): New predicate for bitfie...
2013-09-23 Richard Sandifordrtl.texi (REG_NOTES): Say that int_list can also be...
2013-08-23 Marc Glissere PR other/57324 (Undefined behavior issues found...
2013-07-23 Po-Chun Changreload.c (find_reloads): Exit loop once we find this...
2013-06-13 Bin Chengrtlanal.c (noop_move_p): Check the code to be executed...
2013-05-30 Steven Bosscherrtlanal.c (tablejump_p): Expect table and label to...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-21 Eric Botcazourtlanal.c (volatile_insn_p): Delete commented out code.
2012-11-26 Hans-Peter Nilssonre PR middle-end/55030 (gcc.c-torture/execute/builtins...
2012-11-19 Tom de Vriesre PR rtl-optimization/55315 (comparing address to...
2012-10-30 H.J. LuRemove lra_in_progress check for ARG_POINTER_REGNUM
2012-10-29 Vladimir Makarovrtlanal.c (strip_address_mutation): Use SUBREG_REG...
2012-10-29 Vladimir Makarovre PR middle-end/55116 (LRA failed to decompose ASHIFT)
2012-10-26 Richard Sandifordre PR bootstrap/55049 (bootstrap failed with --with...
2012-10-23 Vladimir Makarovdbxout.c (dbxout_symbol_location): Pass new argument...
2012-10-16 Steven Bosscherrtl.h (get_call_rtx_from): New prototype.
2012-09-20 Joern Rennecke* rtlanal.c (dead_or_set_regno_p): Fix COND_EXEC handling.
2012-09-05 Oleg Endohooks.c (hook_int_rtx_mode_as_bool_0): New function.
2012-08-23 Kenneth Zadeckalias.c (rtx_equal_for_memref_p): Convert constant...
2012-08-02 Kenneth Zadeckcfgexpand.c (expand_debug_locations): Encapsulate test...
2012-07-12 Hans-Peter Nilssonre PR rtl-optimization/53176 (gcc.dg/lower-subreg-1...
2012-06-17 Steven Bosscheroutput.h (split_double): Move prototype to rtl.h.
2012-05-09 Richard Sandifordre PR bootstrap/53249 (Bootstrap failure)
2012-04-18 Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Update.
2012-04-11 Peter Bergnerre PR target/16458 (PowerPC - redundant compare)
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-10-24 Bernd Schmidtre PR bootstrap/50836 (bootstrap fails due to error...
2011-10-21 Bernd Schmidtreg-notes.def (DEP_CONTROL): New.
2011-08-26 Jakub Jelinek* rtlanal.c (nonzero_bits1): Handle CLRSB.
2011-08-18 Richard Sandifordtm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.
2011-08-18 Richard Sandifordrtl.h (set_src_cost, [...]): New functions.
2011-07-28 Bernd Schmidtrtlanal.c (tablejump_p): False for returns.
2011-07-19 Richard Sandifordrtl.texi (MEM_SIZE_KNOWN_P): Document.
2011-07-08 Bernd Schmidtdefaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.
2011-07-08 Bernd Schmidtrtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE...
2011-07-06 Bernd Schmidtexplow.c (trunc_int_for_mode): Use GET_MODE_PRECISION...
2011-07-06 Bernd Schmidtemit-rtl.c (paradoxical_subreg_p): New function.
2011-07-06 Bernd Schmidtcse.c (find_comparison_args): Use val_mode_signbit_set_p.
2011-06-24 H.J. LuProperly handle pointer addition/subtraction in num_sig...
2011-06-24 H.J. LuProperly handle pointer addition/subtraction.
2011-05-29 Eric Botcazoure PR rtl-optimization/48830 (unrecognized insn: storin...
2011-02-03 Alexandre Olivare PR debug/43092 (Wrong debuginfo with VTA and -fomit...
2010-11-30 Joseph Myershwint.c: New.
2010-11-16 Eric Botcazoure PR rtl-optimization/46315 (-O2 -fno-strict-overflow...
2010-09-29 Bernd Schmidtre PR target/40457 (use stm and ldm to access consecuti...
2010-09-17 Joseph Myersoptions.texi (Variable): Document.
2010-08-20 Joseph Myerstm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Docum...
2010-08-05 Eric Botcazourtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT...
2010-07-30 Bernd Schmidtrtlanal.c (simplify_subreg_regno): Don't treat HARD_FRA...
2010-07-30 Jakub Jelinekre PR debug/45055 (another -fcompare-debug failure...
2010-07-08 Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-06-13 Jan Hubickabitmap.c (bitmap_and, [...]): Turn internal datastructu...
2010-06-01 Jan Hubickafwprop.c: Make emit-rtl.h include last.
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-05-02 Anatoly Sokolovtarget.h (struct calls): Add function_value_regno_p...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-03 Eric Botcazoure PR target/10127 (-fstack-check let's program crash)
2009-11-03 Jakub Jelinekre PR rtl-optimization/41917 (Strange athrithmetic...
2009-10-26 Ben Ellistontm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
2009-10-26 Ben Ellistonextend.texi (Named Address Spaces): New section.
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-09-01 Richard Guenthertree.c (tree_expr_size): New function.
2009-08-11 Adam Nemetcombine.c (try_widen_shift_mode): Factor out code to...
2009-06-22 Shujing Zhaoalias.c: Use REG_P...
2009-04-16 Ian Lance Taylorrtlanal.c (alloc_reg_note): New function, broken out...
2009-03-27 H.J. Lujump.c (rtx_renumbered_equal_p): Use subreg_get_info.
2009-03-14 Jakub Jelinekre PR bootstrap/39454 (Bootstrap failure on sparcv9...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-02-05 Paolo Bonzinire PR rtl-optimization/39110 (Revision 143939 breaks...
2009-02-04 Paolo Bonzinire PR rtl-optimization/37889 (SEGV, conditional executi...
2008-11-10 Ralph Loaderre PR middle-end/37807 (Exponential compile time with...
2008-08-31 Jan Hubickafwprop.c (should_replace_address): Add speed attribute.
2008-08-28 Richard Sandifordrtl.h (simplify_subreg_regno): Declare.
2008-08-26 Ben Ellistonrtlanal.c: Fix uses of "it's" with "its" where appropriate.
2008-08-20 Richard Sandifordrtlanal.c (subreg_offset_representable_p): Revert last...
2008-08-18 Richard Sandifordrtlanal.c (subreg_offset_representable_p): Check HARD_R...
2008-07-16 Kaveh R. Ghazirecog.c (validate_change_1, [...]): Avoid C++ keywords.
2008-07-02 Ian Lance Taylorrtlanal.c (add_reg_note): New function.
2008-06-26 Kaveh R. Ghazira.h (add_neighbor): Fix -Wc++-compat and/or -Wcast...
2008-06-17 Steven BosscherRemove libcall notes.
2008-06-06 Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-05-07 Kenneth Zadeck[multiple changes]
2008-04-08 Peter BergnerRevert
2008-04-07 Peter BergnerPR middle-end/PR28690
2008-03-01 Alexandre Oliva* rtlanal.c (loc_mentioned_in_p): Test XVECEXPs correctly.
2007-11-24 Hans-Peter Nilssonrtlanal.c (label_is_jump_target_p): Return true for...
2007-10-16 Paolo Bonzinitarget.h (unspec_may_trap_p): New target hook.
2007-10-02 Kenneth Zadeckra-conflict.c: New file.
2007-09-19 Kaveh R. Ghazialias.c (memory_modified_1): Deconstify.
2007-09-09 Hans-Peter NilssonDivide REG_LABEL notes into REG_LABEL_OPERAND and REG_L...
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
next