Owen Anderson 2a38e36679 Replace another std::set in the core of CodeGenRegister, this time with sorted arrays.
The hot path through this region of code does lots of batch inserts into sets. By storing them as sorted arrays, we can defer the sorting to the end of the batch, which is dramatically more efficient. This reduces tblgen runtime by 25% on my worst-case target.

llvm-svn: 227682
2015-01-31 09:13:36 +00:00
..
2014-03-29 10:18:08 +00:00
2014-06-13 15:21:50 +00:00
2014-06-08 22:29:17 +00:00
2015-01-20 21:23:15 +00:00
2014-10-16 20:00:02 +00:00
2013-01-02 09:10:48 +00:00
2014-06-23 17:58:39 +00:00
2014-01-24 17:20:08 +00:00