search for: alexdenisov

Displaying 20 results from an estimated 45 matches for "alexdenisov".

2015 Sep 10
2
LibFuzzer and platforms availability
...re dfsan. I'd use some help from someone with a Mac to modify lib/Fuzzer/test/CMakeLists.txt so that it does not run dfsan-dependent tests on Mac. Thanks, --kcc On Wed, Sep 9, 2015 at 9:41 AM, Kostya Serebryany <kcc at google.com> wrote: > > > On Wed, Sep 9, 2015 at 12:57 AM, AlexDenisov via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi there. >> >> I’m trying to use LibFuzzer on OSX and face some issues: >> I checked out LibFuzzer documentation[1] and managed to proceed until the >> final step of the first example. >> Now I...
2015 Sep 09
3
LibFuzzer and platforms availability
...ly “DataFlowSanitizer is a work in progress, currently under development for x86_64 Linux.”. Does it mean that LibFuzzer available only on Linux platform? Can somebody confirm or refute my conclusion? [1] http://llvm.org/docs/LibFuzzer.html [2] http://clang.llvm.org/docs/DataFlowSanitizer.html -- AlexDenisov Software Engineer, http://lowlevelbits.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 496 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments...
2016 Apr 11
2
Creating an LLVM Project
...cts.html IIRC LLVM has moved away from Makefile's and uses CMake only. The question is: Is the page outdated or is it a recommended way for creating LLVM based project? P.S. I’m trying to create a project using CMake, though I’m seeing some issues (didn’t manage to include headers so far). -- AlexDenisov Software Engineer, http://lowlevelbits.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 496 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments...
2018 May 30
3
Miscompilation while switching from clang-4 to clang-5
...'rewrite-map-file' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options I want to debug the problem, but don't even know where to start. I am happy to provide more info if anyone wants to participate. I would appreciate any hints. Thank you. Alex. -- AlexDenisov Software Engineer, https://lowlevelbits.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180530/fcbb...
2017 Jul 13
2
How to add custom instrumentation?
...on' at the beginning and ‘leaveFunction' at the end. Intuition says that I could ‘just' insert CallInst's to the first and the last basic blocks in the function. Am I correct? Are there any other/better way to do this? Is there anything special I need to be aware of? Thank you. -- AlexDenisov Software Engineer, https://lowlevelbits.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 496 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170713/e81...
2017 Mar 26
2
Communication channel for EuroLLVM
Hi there, I’m curious is there any (official or not) communication channel for upcoming EuroLLVM? If there is none besides mailing lists and IRC, shall we then setup something like Slack? -- AlexDenisov Software Engineer, https://lowlevelbits.org
2017 Oct 09
2
Is llvm.org down?
There seems to be an issue with DNS: > nslookup llvm.org ;; Got SERVFAIL reply from 192.168.178.1, trying next server Server: 192.168.178.1 Address: 192.168.178.1#53 ** server can't find llvm.org: NXDOMAIN -- AlexDenisov Software Engineer, https://lowlevelbits.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 529 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171009/76c...
2016 Apr 05
3
[llvm-c] Deprecated functions
Hi everyone, I’m working with the LLVM C API now. I see that several functions are deprecated, however the only notion is in comments around the function. Is there any specific reason why __attribute__((deprecated)) is omitted? Will it make sense to send a patch with such additions? -- AlexDenisov Software Engineer, http://lowlevelbits.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 496 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments...
2017 Jul 13
2
How to add custom instrumentation?
...Function' at the end. > Intuition says that I could ‘just' insert CallInst's to the first and the last basic blocks in the function. > > Am I correct? Are there any other/better way to do this? Is there anything special I need to be aware of? > > Thank you. > -- > AlexDenisov > Software Engineer, https://lowlevelbits.org > > -------------------------------------------------------------- > Intel Research and Development Ireland Limited > Registered in Ireland > Registered Office: Collinstown Industrial Park, Leixlip, County Kildare > Registered Numb...
2016 Jul 13
4
LLVM Social in Berlin, Germany
...l" meetups in Berlin, however I don't really know how many people are here, and how many of them are interested in getting in touch. If you want to participate or have any questions - feel free to answer to this thread, or to send me a private email. So, let's get the ball rolling. -- AlexDenisov Software Engineer, http://lowlevelbits.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 496 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments...
2018 Jun 14
3
runStaticConstructorsDestructors() causes crash on exit
Greetings, LLVM wizards. I am using clang to compile a C++ module, and an ExecutionEngine (MCJIT) to execute a function it defines. That works (or pretends to). However, if I call the module's constructors first: exec_engine->runStaticConstructorsDestructors(false); exec_engine->runFunctionAsMain(function, argvec, NULL); execution still works, but my program crashes when it exits, in
2016 Jul 15
3
LLVM Social in Berlin, Germany
...how many people are here, and how many > of them are interested in getting in touch. > If you want to participate or have any questions - feel free to > answer to this thread, or to send me a private email. > > So, let's get the ball rolling. > -- > AlexDenisov > Software Engineer, http://lowlevelbits.org > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev...
2016 Nov 09
2
[ORC] SimpleCompiler and module transformations
...rocessModule(module) When I run my program two times, then I basically analyze two different modules, even though they are loaded from the same bitcode file. Please, let me know if more information/clarification is needed. Any hints, suggestions, and recommendations are more than welcome :) -- AlexDenisov Software Engineer, http://lowlevelbits.org
2016 Oct 19
3
Is it possible to execute Objective-C code via LLVM JIT?
...Lang, Steven, At this point it seems that the best next step is for Steven to share his code, right? Or is there some other work that can be done in parallel? Lang? Steven? Here’s small note about my interest here: Alex Denisov and I are working on a tool for mutation testing https://github.com/AlexDenisov/mutang <https://github.com/AlexDenisov/mutang>. Alex has made fascinating progress towards mutation testing of C++ code and we would also like to bring mutation testing to iOS where we are by profession. Currently inability to run Objective-C code via JIT is a critical dependency for our prog...
2017 Aug 15
3
How to debug instruction selection
...sumptions about this particular error. What is not clear to me is: how am I supposed to read this error message? I.e. what to look at to make some sense out of it? P.S. I have zero knowledge about instruction selection, so any suggestions on where I can get this knowledge are more than welcome. -- AlexDenisov Software Engineer, https://lowlevelbits.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 496 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170815/637...
2015 Aug 12
2
[3.7 Release] Release Candidate 2 available
Hello everyone, Source, binaries and docs for LLVM 3.7.0-rc2 are now available at http://llvm.org/pre-releases/3.7.0/ Please try them out, run tests, build your favourite projects, and *file bugs* reporting any issues that you find. We are now getting into the part of the release process where it's time to wrap things up, so if you were thinking about doing some tests or getting something
2017 Jan 05
2
LLVM-based Mutation Testing, first results.
...re interested. https://lowlevelbits.org/ADTTests/ https://lowlevelbits.org/IRTests/ Source code of the tool itself is here: https://github.com/mull-project/mull We hope it helps to improve the quality of LLVM even further. Thanks for reading. We appreciate any feedback. Best regards, Alex. -- AlexDenisov Software Engineer, http://lowlevelbits.org
2018 May 30
0
Miscompilation while switching from clang-4 to clang-5
...linking against the llvm static libraries and also libLLVM.so. -Tom > I want to debug the problem, but don't even know where to start. > I am happy to provide more info if anyone wants to participate. > > I would appreciate any hints. > > Thank you. > Alex. > -- > AlexDenisov > Software Engineer, https://lowlevelbits.org > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
2017 Apr 03
2
Debugging Docs and llvm.org/docs/
Hi -- I've recently added some documentation to the LLVM docs subdirectory, and was wondering about a couple of things: - How should I best debug whether the docs (in RST) are syntactically correct? Are there recommended practices for doing a sanity check on the docs? - How often do the documents get built and uploaded to the website? Cheers -- Dean
2016 Nov 11
2
Is it possible to execute Objective-C code via LLVM JIT?
...d to correctly register the implementation to objc runtime. I dont expect this to be a quick task. >> >>> >>> Lang? Steven? >>> >>> Here’s small note about my interest here: Alex Denisov and I are working on a tool for mutation testing https://github.com/AlexDenisov/mutang <https://github.com/AlexDenisov/mutang>. Alex has made fascinating progress towards mutation testing of C++ code and we would also like to bring mutation testing to iOS where we are by profession. Currently inability to run Objective-C code via JIT is a critical dependency for our prog...