aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira-emit.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-4/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+8
2015-08-13ira-int.h: Include recog.h.Andrew MacLeod1-1/+0
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+7
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+16
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-10-14ira.c: Fix typo in comment.Kito Cheng1-2/+2
2014-10-13re PR target/8340 (ICE on x86 inline asm w/ -fPIC)Kirill Yukhin1-1/+4
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-2/+12
2014-08-22ira: Use rtx_insn in various placesDavid Malcolm1-6/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-7/+7
2013-12-09Eliminate last_basic_block macro.David Malcolm1-4/+6
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-1/+1
2013-02-08cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ...Richard Biener1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-27/+22
2012-10-25re PR bootstrap/55068 (AIX bootstrap in push_reload() after LRA merge)Vladimir Makarov1-1/+2
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-16/+21
2012-10-14re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher1-5/+9
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-31ira.h (target_ira): Delete x_ira_available_class_regs.Richard Sandiford1-1/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-04-12dbgcnt.def (ira_move): New counter.Bernd Schmidt1-5/+5
2012-01-19re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov1-2/+4
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-04-04re PR target/48380 (ICE in postreload.c while building trunk)Vladimir Makarov1-7/+29
2011-03-29[multiple changes]Vladimir Makarov1-46/+165
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-165/+46
2011-03-27[multiple changes]Vladimir Makarov1-46/+165
2010-10-20re PR fortran/42169 (gfortran.dg/pr41928.f90:47: internal compiler error: in ...Vladimir Makarov1-1/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-2/+1
2010-07-22ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt1-55/+81
2010-07-14ira-int.h (struct live_range): Rename allocno member to object and change typ...Bernd Schmidt1-11/+15