aboutsummaryrefslogtreecommitdiff
path: root/gcc/context.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-19context.h (context::set_passes): New.Nathan Sidwell1-6/+1
2017-03-03PR tree-optimization/79699 - small memory leak in MPFRMartin Sebor1-0/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19PR jit/63854: Fix memory leaks within context/pass_manager/dump_managerDavid Malcolm1-0/+6
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-0/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-14Introduce gcc::dump_manager classDavid Malcolm1-0/+5
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-08-20Revert my last two changes, r201865 and r201864David Malcolm1-26/+0
2013-08-20Make opt_pass and gcc::pass_manager be GC-managedDavid Malcolm1-3/+3
2013-08-20Make gcc::context be GC-managedDavid Malcolm1-0/+26
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-0/+6
2013-07-25Introduce context class.David Malcolm1-0/+27