summaryrefslogtreecommitdiff
path: root/gcc/context.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-021-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* context.h (context::set_passes): New.Nathan Sidwell2017-05-191-0/+6
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR jit/63854: Fix memory leaks within context/pass_manager/dump_managerDavid Malcolm2014-11-191-0/+1
* [PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin2014-11-131-0/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Introduce gcc::dump_manager classDavid Malcolm2013-10-141-0/+8
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-2/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* Revert my last two changes, r201865 and r201864David Malcolm2013-08-201-57/+2
* Make gcc::context be GC-managedDavid Malcolm2013-08-201-2/+57
* Introduce beginnings of a pass_manager class.David Malcolm2013-07-301-1/+10
* Introduce context class.David Malcolm2013-07-251-0/+42