Displaying 2 results from an estimated 2 matches for "helpsers".
Did you mean:
helpers
2014 Feb 27
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...ame: 0013-updated-comments.patch
Type: text/x-diff
Size: 3275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140227/733af4a9/attachment-0012.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0014-removed-DenseMap-helpsers.patch
Type: text/x-diff
Size: 4590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140227/733af4a9/attachment-0013.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: apply-patches.sh
Type: application/x-sh
Size: 19...
2014 Feb 03
4
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi all,
Previous patch has been split onto series of small changes.
On each stage (after each patch) MergeFunctions pass is compilable and
stable.
Please find patches in attachment for review.
To apply all patches at once, use "apply-patches.sh" script as follows:
0. Place "apply-patches.sh" in same directory with patches.
1. cd <llvm-sources-dir>
2. "bash