1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Michael Kuperstein 56a8e05a6b Use std::bitset for SubtargetFeatures
Previously, subtarget features were a bitfield with the underlying type being uint64_t. 
Since several targets (X86 and ARM, in particular) have hit or were very close to hitting this bound, switching the features to use a bitset.
No functional change.

The first two times this was committed (r229831, r233055), it caused several buildbot failures. 
At least some of the ARM and MIPS ones were due to gcc/binutils issues, and should now be fixed.

llvm-svn: 237234
2015-05-13 08:27:08 +00:00
..
2014-03-29 10:18:08 +00:00
2009-02-20 23:44:54 +00:00
2014-06-08 22:29:17 +00:00
2003-10-16 23:46:01 +00:00
2007-12-29 20:37:13 +00:00
2014-10-16 20:00:02 +00:00
2006-08-09 19:40:13 +00:00
2013-01-02 09:10:48 +00:00
2007-12-29 20:37:13 +00:00
2010-08-04 16:11:24 +00:00
2012-01-26 22:06:23 +00:00
2014-01-24 17:20:08 +00:00