Displaying 5 results from an estimated 5 matches for "67049".
Did you mean:
6704
2020 Feb 13
14
[10.0.0 Release] Release Candidate 2 is here
Hello everyone,
Release Candidate 2 was tagged earlier today as llvmorg-10.0.0-rc2. It
includes 98 commits since the previous release candidate.
Source code and docs are available at
https://prereleases.llvm.org/10.0.0/#rc2 and
https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc2
Pre-built binaries will be added as they become available.
Please file bug reports for any issues
2016 Apr 18
1
[RFC] Lazy-loading of debug info metadata
...available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160418/bef754e6/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-WIP-DebugInfo-Adapt-to-loss-of-DITypeRef-in-LL-clang.patch
Type: application/octet-stream
Size: 67049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160418/bef754e6/attachment-0003.obj>
-------------- next part --------------
>> >> > What's this ^ for?
>> >> >
>> >> > In theory, the list of /members/ o...
2016 Apr 16
4
[RFC] Lazy-loading of debug info metadata
On Fri, Apr 15, 2016 at 4:04 PM, Duncan P. N. Exon Smith <
dexonsmith at apple.com> wrote:
>
> > On 2016-Apr-15, at 14:53, David Blaikie <dblaikie at gmail.com> wrote:
> >
> >
> >
> >> On Fri, Apr 15, 2016 at 2:27 PM, Duncan P. N. Exon Smith <
> dexonsmith at apple.com> wrote:
> >>
> >> > On 2016-Apr-15, at 10:27, David
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...0.01 10140 0 0.01 10140
zpaint.ll 10 43874 0 0.01 43850 0 0.00 43850
zpath2.ll 12 29303 0 0.01 29279 0 0.01 29279
zpath.ll 18 28489 0 0.01 28465 0 0.01 28465
zrelbit.ll 15 50741 0 0.01 50717 * * *
zstack.ll 10 28745 0 0.01 28721 0 0.01 28721
zstring.ll 5 36071 0 0.01 36047 0 0.01 36047
ztype.ll 16 67049 0 0.01 67025 0 0.02 65567
zvmem.ll 5 24208 0 0.01 24184 0 0.01 24184
-------------- next part --------------
IRFile NumFunctionsTotal InitialSize MergedNoPatch TimeNoPatch SizeNoPatch MergedWithPatch TimeWithPatch SizeWithPatch
2002-04-17-PrintfChar.ll 2 2172 0 0.01 2163 0 0.01 2163
2002-05-02-Argu...