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