aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira-build.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-2/+2
2019-10-01Fix reload after function-abi patches (PR91948)Richard Sandiford1-0/+1
2019-10-01Remove clobber_highRichard Sandiford1-5/+0
2019-09-30Remove global call sets: IRARichard Sandiford1-2/+11
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford1-1/+1
2019-09-09Tweak interface to ira-build.c:ior_hard_reg_conflictsRichard Sandiford1-4/+4
2019-09-09Remove IOR_COMPL_HARD_REG_SETRichard Sandiford1-8/+4
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford1-14/+14
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-6/+6
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-4/+4
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-6/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-06Remaining support for clobber highAlan Hayward1-0/+5
2018-01-24re PR target/84014 (ICE in setup_min_max_allocno_live_range_point, at ira-bui...Vladimir Makarov1-1/+7
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-2/+2
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-3/+4
2017-08-30Add a partial_subreg_p predicateRichard Sandiford1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-07-12re PR rtl-optimization/71634 (Invalid write with in mark_loops_for_removal (i...Martin Liska1-1/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+6
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-7/+6
2015-08-13ira-int.h: Include recog.h.Andrew MacLeod1-1/+0
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-9/+9
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+5
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-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-06-01Change use to type-based pool allocator in ira-build.c.Martin Liska1-30/+21
2015-06-01Change use to type-based pool allocator in ira-build.c.Martin Liska1-8/+7
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-21/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-23ira-build.c (ira_flattening): Add the current object to OBJECTS_LIVE after tr...Zhouyi Zhou1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-14ira.c: Fix typo in comment.Kito Cheng1-1/+1
2014-09-30ira-int.h (ira_allocno): Add "wmode" field.David Sherwood1-12/+22
2014-08-22ira: Use rtx_insn in various placesDavid Malcolm1-5/+5
2014-06-30ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0, as ira_obje...Jakub Jelinek1-2/+3
2014-05-28-fuse-caller-save - Use collected register usage informationRadovan Obradovic1-0/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1