aboutsummaryrefslogtreecommitdiff
path: root/gcc/context.c
AgeCommit message (Expand)AuthorFilesLines
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