Displaying 2 results from an estimated 2 matches for "733af4a9".
2014 Feb 27
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...uc.edu/mailman/listinfo/llvmdev>
>
>
>
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-types-comparison.patch
Type: text/x-diff
Size: 4967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140227/733af4a9/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-check-for-lossless-bitcast-adaptation.patch
Type: text/x-diff
Size: 4163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140227/733af4a9/attachment...
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