summaryrefslogtreecommitdiff
path: root/gcc/lra.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/60501 (LRA emits add patterns which might clobber cc)Andreas Krebbel2014-03-241-0/+13
* re PR target/59222 (gcc.c-torture/compile/20050622-1.c ICEs at -O1 and above ...Vladimir Makarov2014-02-271-2/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR rtl-optimization/59466 (Slow code generation by LRA for memory addresse...Vladimir Makarov2013-12-161-3/+10
* ira.h (struct ira_reg_equiv): Rename to ira_reg_equiv_s.Vladimir Makarov2013-12-131-0/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* re PR rtl-optimization/59340 (LRA enable-checking bootstrap failure since r20...Vladimir Makarov2013-11-291-6/+6
* re PR target/57293 (not needed frame pointers on IA-32 (performance regressio...Vladimir Makarov2013-11-281-6/+32
* re PR rtl-optimization/59133 (ICE after r204219 on SPEC2006 435.gromacs.)Vladimir Makarov2013-11-201-4/+6
* lra.c (lra): Set lra_in_progress before check_rtl call.Robert Suchanek2013-11-201-4/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* re PR target/58784 ([ARM] LRA legitimate address issue with misalign neon_store)Vladimir Makarov2013-10-301-25/+5
* lra.c (update_inc_notes): Remove all REG_DEAD and REG_UNUSED notes.Yvan Roux2013-09-251-1/+3
* re PR rtl-optimization/58438 (ICE: in check_rtl, at lra.c:2036)Vladimir Makarov2013-09-181-1/+3
* lra.c (lra): Clear lra_optional_reload_pseudos before every constraint pass.Vladimir Makarov2013-09-101-1/+1
* ira.c (update_equiv_regs): Only call set_paradoxical_subreg for non-debug insns.Richard Sandiford2013-09-081-8/+10
* re PR rtl-optimization/55342 ([LRA,x86] Non-optimal code for simple loop with...Vladimir Makarov2013-07-051-10/+18
* re PR bootstrap/57604 (LRA related bootstrap comparison failure on s390x --wi...Vladimir Makarov2013-06-191-23/+57
* re PR rtl-optimization/57559 (S/390: ICE with lra)Vladimir Makarov2013-06-081-3/+3
* rtl.h (struct rtx_def): Add comment for field jump.Vladimir Makarov2013-04-261-0/+9
* revert: rtl.h (struct rtx_def): ...Vladimir Makarov2013-04-241-9/+0
* rtl.h (struct rtx_def): Add comment for field jump.Vladimir Makarov2013-04-241-0/+9
* lra-assigns.c (find_hard_regno_for): Use lra_reg_val_equal_p to check the reg...Shiva Chen2013-04-231-1/+2
* lra.c: Update the flow chart diagram.Vladimir Makarov2013-04-191-22/+22
* [multiple changes]Vladimir Makarov2013-04-191-3/+12
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-12/+3
* cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher2013-03-291-2/+1
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-051-1/+6
* re PR rtl-optimization/56246 (ICE in assign_by_spills, at lra-assigns.c:1262)Vladimir Makarov2013-02-081-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR middle-end/55456 (454.calculix in SPEC CPU 2006 is miscompiled)Vladimir Makarov2012-11-291-1/+4
* rtl.h (debug_bb_n_slim, [...]): Remove prototypes.Steven Bosscher2012-11-271-3/+3
* lra.c (lra): Move init_reg_info and expand_reg_info calls before init_insn_re...Vladimir Makarov2012-11-231-3/+3
* re PR middle-end/55430 (LRA miscompilation of ree.c)Vladimir Makarov2012-11-231-4/+12
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-27/+22
* re PR rtl-optimization/55154 (ICE: in curr_insn_transform, at lra-constraints...Vladimir Makarov2012-11-091-2/+2
* md.texi (Defining Attributes): Document that we are defining HAVE_ATTR_name m...Joern Rennecke2012-11-051-30/+23
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-3/+3
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* Remove trailing white spacesH.J. Lu2012-10-291-17/+17
* rtl.h (struct rtx_def): Add a comment for member unchanging.Vladimir Makarov2012-10-281-1/+1
* re PR bootstrap/55067 (AIX bootstrap failure due to lra.c loc_t)Vladimir Makarov2012-10-251-13/+13
* dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov2012-10-231-0/+2398