Re: [PATCH 5/5][ARM] Move initializer into arm-cores.def and arm-arches.def.

2015-08-18 Thread Ramana Radhakrishnan
On Mon, Aug 10, 2015 at 1:00 PM, Matthew Wahab wrote: > The ARM backend uses an unsigned long to record CPU feature flags and > there are currently 30 bits in use. This series of patches replaces the > single unsigned long with a representation based on an array of values. > > This patch updates t

[PATCH 5/5][ARM] Move initializer into arm-cores.def and arm-arches.def.

2015-08-10 Thread Matthew Wahab
The ARM backend uses an unsigned long to record CPU feature flags and there are currently 30 bits in use. This series of patches replaces the single unsigned long with a representation based on an array of values. This patch updates the entries in the arm-core.def and arm-arches.def files to for