summaryrefslogtreecommitdiff
path: root/gcc/ira-lives.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* rtl.h (REG_NREGS): New macroRichard Sandiford2015-05-191-1/+1
* cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.Richard Sandiford2015-05-191-1/+1
* add default definition of EH_RETURN_DATA_REGNOTrevor Saunders2015-04-221-2/+0
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ira-lives.c (process_bb_node_lives): Make code with conditional REAL_PIC_OFFS...Vladimir Makarov2014-11-251-4/+7
* re PR target/63527 (-fPIC uses 2 registers for GOT)Vladimir Makarov2014-11-251-4/+31
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-2/+2
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+7
* md.texi: Document "preferred_for_size" and "preferred_for_speed" attributes.Richard Sandiford2014-10-221-12/+15
* ira.c: Fix typo in comment.Kito Cheng2014-10-141-1/+1
* cfgrtl.c [...]: Update comments and fix spacing to conform to coding style.Felix Yang2014-09-191-1/+1
* Tweak to ira-lives.cDavid Malcolm2014-08-271-1/+1
* ira: Use rtx_insn in various placesDavid Malcolm2014-08-221-3/+3
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-21/+21
* common.md: New file.Richard Sandiford2014-06-111-82/+15
* system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.Richard Sandiford2014-06-111-28/+3
* system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford2014-06-111-8/+8
* ira-lives.c (single_reg_class): Add missing break.Richard Sandiford2014-06-061-1/+15
* recog.h (operand_alternative): Convert reg_class, reject, matched and matches...Richard Sandiford2014-06-041-4/+5
* recog.c (preprocess_constraints): Don't skip disabled alternatives.Richard Sandiford2014-06-041-22/+27
* recog.h (recog_op_alt): Convert to a flat array.Richard Sandiford2014-06-041-24/+32
* -fuse-caller-save - Use collected register usage informationRadovan Obradovic2014-05-281-2/+8
* system.h (TEST_BIT): New macro.Richard Sandiford2014-05-271-24/+14
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+15
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck2012-11-091-10/+4
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-1/+1
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-4/+4
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-3/+3
* re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher2012-10-141-1/+1
* ira-build.c (ira_loop_tree_body_rev_postorder): New function.Steven Bosscher2012-10-111-2/+11
* ira.h (target_ira): Add x_ira_class_singleton.Richard Sandiford2012-10-021-15/+17
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-11/+10
* ira.h (target_ira): Delete x_ira_available_class_regs.Richard Sandiford2012-05-311-8/+8
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt2012-05-141-0/+89
* re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov2012-01-191-1/+1
* ira-lives.c (mark_pseudo_regno_subword_live): Use allocno class for ira_reg_c...Vladimir Makarov2011-08-211-7/+7
* re PR rtl-optimization/48927 (Issues with "enable" attribute and IRA register...Uros Bizjak2011-05-091-9/+17
* [multiple changes]Vladimir Makarov2011-03-291-69/+88
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-88/+69
* [multiple changes]Vladimir Makarov2011-03-271-69/+88
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* re PR bootstrap/45445 (ARM bootstrap failure: comparison failures after stage 3)Bernd Schmidt2010-10-111-40/+61
* re PR target/43358 (IRA: internal compiler error: in pool_free, at alloc-pool...Richard Sandiford2010-08-141-21/+35
* ira-live.c: Include sbitmap.h.Vladimir Makarov2010-08-101-10/+29
* ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt2010-07-221-106/+238