summaryrefslogtreecommitdiff
path: root/gcc/context.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* context.h (context::set_passes): New.Nathan Sidwell2017-05-191-6/+1
* PR tree-optimization/79699 - small memory leak in MPFRMartin Sebor2017-03-031-0/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-1/+0
* 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/+6
* [PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin2014-11-131-0/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Introduce gcc::dump_manager classDavid Malcolm2013-10-141-0/+5
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* Revert my last two changes, r201865 and r201864David Malcolm2013-08-201-26/+0
* Make opt_pass and gcc::pass_manager be GC-managedDavid Malcolm2013-08-201-3/+3
* Make gcc::context be GC-managedDavid Malcolm2013-08-201-0/+26
* Introduce beginnings of a pass_manager class.David Malcolm2013-07-301-0/+6
* Introduce context class.David Malcolm2013-07-251-0/+27