llvm/include
Fiona Glaser 2b2fb7fbf2 Scheduler / Regalloc: use unique_ptr[] instead of std::vector
vector.resize() is significantly slower than memset in many STLs
and the cost of initializing these vectors is significant on targets
with many registers. Since we don't need the overhead of a vector,
use a simple unique_ptr instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254526 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-02 18:32:59 +00:00
..
llvm Scheduler / Regalloc: use unique_ptr[] instead of std::vector 2015-12-02 18:32:59 +00:00
llvm-c [IR] Add support for empty tokens 2015-11-11 21:57:16 +00:00