Displaying 5 results from an estimated 5 matches for "20status".
2017 Aug 29
3
how to auto-report LLVM bugs found by fuzzing?
...?
(please add yourself to
https://github.com/google/oss-fuzz/blob/master/projects/llvm/project.yaml)
Examples of bug reports follow.
Thanks!
--kcc
dwarfdump:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3216&q=label%3AProj-llvm%20dwarfdump-fuzzer&colspec=ID%20Type%20Component%20Status%20Proj%20Reported%20Owner%20Summary
Crash Type: ASSERT
Crash Address:
Crash State:
result <= UINT32_MAX
llvm::object::WasmObjectFile::parseStartSection
llvm::object::WasmObjectFile::parseSection
Crash Type: Heap-buffer-overflow READ 1
Crash Address: 0x60200000009a
Crash State:
llvm::ob...
2014 Nov 14
0
[RFC PATCH v1] arm: kf_bfly4: Introduce ARM neon intrinsics
...ble to begin with?
or
b. Should the "AS_IF([test x"${enable_asm}" = x"yes"]".. section in
configure.ac be re-written?
Please advise.
[1]: https://code.google.com/p/webrtc/issues/detail?id=3350&can=1&q=ne10&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20Area%20Status%20Owner%20Summary
[2]: https://github.com/projectNe10/Ne10
Regards,
Vish
On 9 November 2014 15:34, Viswanath Puttagunta
<viswanath.puttagunta at linaro.org> wrote:
>
> Hello,
>
> This patch introduces ARM NEON Intrinsics to optimize
> kf_bfly4 routine in celt part of libopus....
2015 May 13
7
[LLVMdev] [PATCH][RFC] HSAIL Target
...it is ready for
others to start providing feedback on areas where I should be focusing
to get there.
With the current set of features this HSAIL backend is able to execute
C++AMP programs by following the directions here:
https://bitbucket.org/multicoreware/cppamp-driver-ng/wiki/HSA%20Support%20Status.
Over time, we intend to evolve to a full C++17 compiler on the LLVM
HSAIL back end with the ability to target the GPU for parallel regions.
Other languages will also use this path over time.
One noteworthy difference from how other targets are structured is there
are two code emission paths i...
2017 Aug 29
2
how to auto-report LLVM bugs found by fuzzing?
...> Examples of bug reports follow.
> >
> > Thanks!
> >
> > --kcc
> >
> >
> > dwarfdump:
> >
> > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=
> 3216&q=label%3AProj-llvm%20dwarfdump-fuzzer&colspec=ID%
> 20Type%20Component%20Status%20Proj%20Reported%20Owner%20Summary
> >
> > Crash Type: ASSERT
> > Crash Address:
> > Crash State:
> > result <= UINT32_MAX
> > llvm::object::WasmObjectFile::parseStartSection
> > llvm::object::WasmObjectFile::parseSection
> >
> > Crash...
2014 Nov 09
3
[RFC PATCH v1] arm: kf_bfly4: Introduce ARM neon intrinsics
Hello,
This patch introduces ARM NEON Intrinsics to optimize
kf_bfly4 routine in celt part of libopus.
Using NEON optimized kf_bfly4(_neon) routine helped improve
performance of opus_fft_impl function by about 21.4%. The
end use case was decoding a music opus ogg file. The end
use case saw performance improvement of about 4.47%.
This patch has 2 components
i. Actual neon code to improve