Age | Commit message (Collapse) | Author | Files | Lines |
|
* Use StringRef instead of std::string&
* Return a std::unique_ptr<Module> instead of taking an optional module to write
to (was not really used).
* Use current comment style.
* Use current naming convention.
llvm-svn: 215989
|
|
I'm going to use this to improve `verify-uselistorder`. Part of PR5680.
llvm-svn: 214594
|
|
llvm-svn: 213994
|
|
llvm-svn: 213866
|
|
Add `Value::sortUseList()`, templated on the comparison function to use.
The sort is an iterative merge sort that uses a binomial vector of
already-merged lists to limit the size overhead to `O(1)`.
This is part of PR5680.
llvm-svn: 213824
|