Displaying 2 results from an estimated 2 matches for "__patches".
2014 Feb 27
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...s 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 <path-to-patches-dir>/apply-__patches.sh"
>
> -Stepan
>
> Stepan Dyatkovskiy wrote:
>
> Hi Nick,
> About partition refinement.
>
>
> It looks like patch proposed here allows to apply your idea with
> painless way (as series of small changes actually).
>
&g...
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