aboutsummaryrefslogtreecommitdiff
path: root/gcc/context.h
AgeCommit message (Expand)AuthorFilesLines
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-0/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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/+1
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-14Introduce gcc::dump_manager classDavid Malcolm1-0/+8
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-2/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-08-20Revert my last two changes, r201865 and r201864David Malcolm1-57/+2
2013-08-20Make gcc::context be GC-managedDavid Malcolm1-2/+57
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-1/+10
2013-07-25Introduce context class.David Malcolm1-0/+42