arm-builtins.c (enum arm_type_qualifiers): Add qualifier_lane_pair_index.
[gcc.git] / gcc / context.c
2019-01-01 Jakub JelinekUpdate copyright years.
2018-01-03 Jakub JelinekUpdate copyright years.
2017-05-19 Nathan Sidwellcontext.h (context::set_passes): New.
2017-03-03 Martin SeborPR tree-optimization/79699 - small memory leak in MPFR
2017-01-01 Jakub JelinekUpdate copyright years.
2016-01-04 Jakub JelinekUpdate copyright years.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-19 David MalcolmPR jit/63854: Fix memory leaks within context/pass_mana...
2014-11-13 Ilya Verbin[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-10-14 David MalcolmIntroduce gcc::dump_manager class
2013-09-30 Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-08-20 David MalcolmRevert my last two changes, r201865 and r201864
2013-08-20 David MalcolmMake opt_pass and gcc::pass_manager be GC-managed
2013-08-20 David MalcolmMake gcc::context be GC-managed
2013-07-30 David MalcolmIntroduce beginnings of a pass_manager class.
2013-07-25 David MalcolmIntroduce context class.