Displaying 5 results from an estimated 5 matches for "pgoprofil".
Did you mean:
pgoprofile
2014 Feb 19
2
[LLVMdev] asan coverage
...ntation code is basically done now, so you can try it out and
> compare the performance. Just build with -finstr-profile-generate.
>
Is this in trunk?
clang-3.5: error: unknown argument: '-finstr-profile-generate'
--kcc
> You may want to hack the compiler-rt code in lib/profile/PGOProfiling.c to
> disable writing the output, since the current implementation is pretty
> naive.
>
> If it turns out as you suggest, and the different kinds of instrumentation
> serve different purposes, then I think it would make sense to do both.
>
> On Feb 18, 2014, at 3:13 AM, Kos...
2014 Feb 18
2
[LLVMdev] asan coverage
Regarding performance, I've made a simple coverage with counters and
compared it with AsanCoverage.
AsanCoverage produces code like this:
mov 0xe86cce(%rip),%al
test %al,%al
je 48b4a0 # to call __sanitizer_cov
...
callq 4715b0 <__sanitizer_cov>
A simple counter-based thing (which just increments counters and does
nothing else useful) produces this:
incq 0xe719c6(%rip)
The
2014 Feb 19
2
[LLVMdev] asan coverage
...the performance. Just build with -finstr-profile-generate.
>>>
>>
>> Is this in trunk?
>> clang-3.5: error: unknown argument: '-finstr-profile-generate'
>>
>> --kcc
>>
>>
>>> You may want to hack the compiler-rt code in lib/profile/PGOProfiling.c
>>> to disable writing the output, since the current implementation is pretty
>>> naive.
>>>
>>> If it turns out as you suggest, and the different kinds of
>>> instrumentation serve different purposes, then I think it would make sense
>>> t...
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
....ll
LLVM :: ThinLTO/X86/personality-local.ll
LLVM :: ThinLTO/X86/personality.ll
LLVM :: ThinLTO/X86/reference_non_importable.ll
LLVM :: ThinLTO/X86/save_objects.ll
LLVM :: ThinLTO/X86/tli-nobuiltin.ll
LLVM :: Transforms/FunctionImport/funcimport_var.ll
LLVM :: Transforms/PGOProfile/thinlto_samplepgo_icp2.ll
LLVM :: Transforms/PGOProfile/thinlto_samplepgo_icp3.ll
LLVM :: tools/dsymutil/ARM/fat-threading.test
LLVM :: tools/llvm-cov/threads.c
LLVM :: tools/llvm-profdata/multiple-inputs.test
LLVM :: tools/llvm-profdata/multiple-profdata-merge.test
LLVM ::...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:
>>
>> There's been a lot of merges since rc1, and hopefully the tests are in
>> a better state now.
>>
>> 6.0.0-rc2 was just tagged, after r324506.
>>
>>