llvm-6502/unittests
Duncan P. N. Exon Smith 5092384bd3 IR: Add Value::sortUseList()
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213824 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-24 00:53:19 +00:00
..
ADT ADT: Add MapVector::remove_if 2014-07-15 20:24:56 +00:00
Analysis
Bitcode
CodeGen
DebugInfo
ExecutionEngine [CMake] Update libdeps. 2014-07-14 05:01:53 +00:00
IR IR: Add Value::sortUseList() 2014-07-24 00:53:19 +00:00
LineEditor
Linker
MC [CMake] Update libdeps. 2014-07-14 05:01:53 +00:00
Option
Support unittests: Actually test reverse iterators in Path tests 2014-07-16 08:18:58 +00:00
Transforms Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics. 2014-07-09 19:40:08 +00:00
CMakeLists.txt Invert the MC -> Object dependency. 2014-07-03 02:01:39 +00:00
Makefile Invert the MC -> Object dependency. 2014-07-03 02:01:39 +00:00
Makefile.unittest