Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-09-09 | Tweak interface to ira-build.c:ior_hard_reg_conflicts | Richard Sandiford | 1 | -2/+2 |
2019-07-09 | * ira-emit.c (emit_moves): Skip DEBUG_INSNs when setting the location. | Eric Botcazou | 1 | -8/+11 |
2019-07-08 | emit-rtl.c (set_insn_locations): New function moved from... | Eric Botcazou | 1 | -0/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-09-12 | Convert hard_regno_nregs to a function | Richard Sandiford | 1 | -4/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -11/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -10/+8 |
2015-08-13 | ira-int.h: Include recog.h. | Andrew MacLeod | 1 | -1/+0 |
2015-07-10 | bb-reorder.c: Don't include obstack.h if backend.h is included. | Andrew Macleod | 1 | -1/+0 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -12/+7 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -0/+16 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+11 |
2014-10-14 | ira.c: Fix typo in comment. | Kito Cheng | 1 | -2/+2 |
2014-10-13 | re PR target/8340 (ICE on x86 inline asm w/ -fPIC) | Kirill Yukhin | 1 | -1/+4 |
2014-08-26 | Remove DF_REF_INSN scaffolding | David Malcolm | 1 | -2/+12 |
2014-08-22 | ira: Use rtx_insn in various places | David Malcolm | 1 | -6/+7 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -7/+7 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -4/+6 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -2/+2 |
2013-04-30 | function.h (loops_for_fn): New inline function. | Richard Biener | 1 | -1/+1 |
2013-02-08 | cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ... | Richard Biener | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -27/+22 |
2012-10-25 | re PR bootstrap/55068 (AIX bootstrap in push_reload() after LRA merge) | Vladimir Makarov | 1 | -1/+2 |
2012-10-23 | dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg. | Vladimir Makarov | 1 | -16/+21 |
2012-10-14 | re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.) | Steven Bosscher | 1 | -5/+9 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+0 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-05-31 | ira.h (target_ira): Delete x_ira_available_class_regs. | Richard Sandiford | 1 | -1/+1 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -2/+2 |
2012-04-12 | dbgcnt.def (ira_move): New counter. | Bernd Schmidt | 1 | -5/+5 |
2012-01-19 | re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops) | Vladimir Makarov | 1 | -2/+4 |
2011-04-10 | Remove doubled up words. | Mike Stump | 1 | -1/+1 |
2011-04-04 | re PR target/48380 (ICE in postreload.c while building trunk) | Vladimir Makarov | 1 | -7/+29 |
2011-03-29 | [multiple changes] | Vladimir Makarov | 1 | -46/+165 |
2011-03-28 | re PR bootstrap/48307 (Bootstrap failure) | Vladimir Makarov | 1 | -165/+46 |