summaryrefslogtreecommitdiff
path: root/gcc/ira-emit.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Convert hard_regno_nregs to a functionRichard Sandiford2017-09-121-4/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-11/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-10/+8
* ira-int.h: Include recog.h.Andrew MacLeod2015-08-131-1/+0
* bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod2015-07-101-1/+0
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-12/+7
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-0/+16
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* ira.c: Fix typo in comment.Kito Cheng2014-10-141-2/+2
* re PR target/8340 (ICE on x86 inline asm w/ -fPIC)Kirill Yukhin2014-10-131-1/+4
* Remove DF_REF_INSN scaffoldingDavid Malcolm2014-08-261-2/+12
* ira: Use rtx_insn in various placesDavid Malcolm2014-08-221-6/+7
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-7/+7
* Eliminate last_basic_block macro.David Malcolm2013-12-091-4/+6
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-1/+1
* cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ...Richard Biener2013-02-081-1/+1
* 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
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-27/+22
* re PR bootstrap/55068 (AIX bootstrap in push_reload() after LRA merge)Vladimir Makarov2012-10-251-1/+2
* dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov2012-10-231-16/+21
* re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher2012-10-141-5/+9
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* ira.h (target_ira): Delete x_ira_available_class_regs.Richard Sandiford2012-05-311-1/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* dbgcnt.def (ira_move): New counter.Bernd Schmidt2012-04-121-5/+5
* re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov2012-01-191-2/+4
* Remove doubled up words.Mike Stump2011-04-101-1/+1
* re PR target/48380 (ICE in postreload.c while building trunk)Vladimir Makarov2011-04-041-7/+29
* [multiple changes]Vladimir Makarov2011-03-291-46/+165
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-165/+46
* [multiple changes]Vladimir Makarov2011-03-271-46/+165
* re PR fortran/42169 (gfortran.dg/pr41928.f90:47: internal compiler error: in ...Vladimir Makarov2010-10-201-1/+2
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-2/+1
* ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt2010-07-221-55/+81