search for: mfk2qtn1ltdthvkh6

Displaying 20 results from an estimated 139 matches for "mfk2qtn1ltdthvkh6".

2015 Jul 09
2
[LLVMdev] How to use get the memory location of a function argument correctly?
Hi all, i hope to get the MemoryLocation for argument %1 in a CallInst like "call void @function(i32* %1)", and i found an interface "getForArgument()" which seems available for this. However, i don't know how to correcly fill the 3rd argument TargetLibraryInfo in my own code and can't find an example in google. Does anybody know how to do it? Or some other advice for
2015 Jun 26
4
[LLVMdev] Function "llvm::PassManager::run" not defined.
Hi, I am trying to use GDB for debugging my llvm pass. I am following the documentation http://llvm.org/docs/WritingAnLLVMPass.html. When i am doing this the following error and warning messages I am getting. I tried to remove the warning by apt-get install libc6-dbg:i386 command for updating the libc6 but still getting the same. Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+:
2015 May 29
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...ort on CMake > build system's ability to replace autoconf > > > > I sent out a patch for review. > > > > http://reviews.llvm.org/D10102 > <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D10102&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=CnMJsu0f0vSR1CHLloYJapdWWCpu9GRn3nQydr1tcoc&s=8zJYqD7TktfFqlUjdI8Gcv-ULAGh72ZOOZ9KumO1PZo&e=> > > > > -Chris > > > > On May 28, 2015, at 9:48 AM, Yaron Keren <yaron.keren at gmail.com> wrote: > > > > Thanks! >...
2015 May 29
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...Re: [LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf I sent out a patch for review. http://reviews.llvm.org/D10102<https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D10102&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=CnMJsu0f0vSR1CHLloYJapdWWCpu9GRn3nQydr1tcoc&s=8zJYqD7TktfFqlUjdI8Gcv-ULAGh72ZOOZ9KumO1PZo&e=> -Chris On May 28, 2015, at 9:48 AM, Yaron Keren <yaron.keren at gmail.com<mailto:yaron.keren at gmail.com>> wrote: Thanks! 2015-05-28 18:56 GMT+03...
2015 Jul 18
2
[LLVMdev] [Clang] [lld] [llvm-link] Whole program / dead-code optimization
...ere a reason why LLVM's link-time optimization won't work for >> you? >> >> http://llvm.org/docs/GoldPlugin.html >> < >> https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_docs_GoldPlugin.html&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=rF94h73bKDdWVhxOWqRXpvw5pSMgvuHQXJ__qw8n2LU&s=PR31BXeMANGrAQP2Tt9Eg5psH82vj8Oq1WmyprGhyn8&e= >> > >> http://llvm.org/docs/LinkTimeOptimization.html >> < >> https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_docs...
2015 May 27
3
[LLVMdev] Capabilities of Clang's PGO (e.g. improving code density)
...possible advantages of using PGO for our Android Applications. We at Microsoft have deep experience with Visual C++’s Profile Guided Optimization<https://urldefense.proofpoint.com/v2/url?u=https-3A__msdn.microsoft.com_en-2Dus_library_e7k32f4k.aspx&d=AwMFAg&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=CDx6fJHiO_U5ya1dHZhv-O5nAU_botD-I7BAyxPZXZE&s=L5s90Jkxqk45FMvD7qA0Visu71cC_bqMyLK3h0RSZtU&e=> and often see 10% or more reduction in the size of application code loaded after using PGO for key scenarios (e.g. application launch). yes. This is true for the...
2015 May 28
3
[LLVMdev] Easiest way to collect dynamic Instruction execution counts?
Hi, I'd like a simple and fast way to collect the number of times each Instruction was executed in a given run of the application. As far as I can tell, there are a number of approaches I can take: - Use PIN. This would require using DWARF debug info and Instruction debug info to attempt to map instructions in the binary to instructions in the bitcode; not 100% sure how accurate this will
2015 May 29
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...Re: [LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf I sent out a patch for review. http://reviews.llvm.org/D10102<https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D10102&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=CnMJsu0f0vSR1CHLloYJapdWWCpu9GRn3nQydr1tcoc&s=8zJYqD7TktfFqlUjdI8Gcv-ULAGh72ZOOZ9KumO1PZo&e=> -Chris On May 28, 2015, at 9:48 AM, Yaron Keren <yaron.keren at gmail.com<mailto:yaron.keren at gmail.com>> wrote: Thanks! 2015-05-28 18:56 GMT+03...
2015 May 31
2
[LLVMdev] Error in building Gold on FreeBSD
...PM, Aditya Verma wrote: > > Hi > > > I followed the steps on > http://llvm.org/docs/GoldPlugin.html#lto-how-to-build > <https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_docs_GoldPlugin.html-23lto-2Dhow-2Dto-2Dbuild&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=MOT_0nVKhPtfHRNpdHt6HjSGPSfiFGBM-yLfWyTxeiE&s=-2433rhs0ZFmRvU5CCv9XLKd02sRX8oZe8rnhN36kUo&e=> to > build the gold plugin on FreeBSD but ! > > Heres a link to the screenshot of the error: > http://postimg.org/image/anlpuufbl/ > <https://ur...
2015 May 28
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
I sent out a patch for review. http://reviews.llvm.org/D10102 <http://reviews.llvm.org/D10102> -Chris > On May 28, 2015, at 9:48 AM, Yaron Keren <yaron.keren at gmail.com> wrote: > > Thanks! > > 2015-05-28 18:56 GMT+03:00 Chris Bieneman <beanz at apple.com <mailto:beanz at apple.com>>: > >> On May 28, 2015, at 8:37 AM, Yaron Keren
2015 Jul 16
2
[LLVMdev] [Clang] [lld] [llvm-link] Whole program / dead-code optimization
> > > Is there a reason why LLVM's link-time optimization won't work for you? > > http://llvm.org/docs/GoldPlugin.html > http://llvm.org/docs/LinkTimeOptimization.html > > Well the primary motivation to move to LLVM is licensing which is why we also ditched binutils since we can't package gcc for iOS due to the GPL. So in the end the gold plugin wouldn't
2015 Jul 23
0
[LLVMdev] Clang devirtualization proposal
...https://docs.google.com/document/d/1f2SGa4TIPuBGm6y6YO768GrQsA8awNfGEJSBFukLhYA/edit?usp=sharing <https://urldefense.proofpoint.com/v2/url?u=https-3A__docs.google.com_document_d_1f2SGa4TIPuBGm6y6YO768GrQsA8awNfGEJSBFukLhYA_edit-3Fusp-3Dsharing&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=-sGvXxkjadRLtXcTi4kOVPumoH-0XOKmk_vgUTcYugY&s=hHoo6tgC-NooXdIwbBwT_D8sIw8fcYF4XvBRI8Lr9Eg&e=> And modified LangRef http://reviews.llvm.org/D11399 <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D11399&d=AwMFaQ&c=8hUWF...
2015 May 29
1
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...ort on CMake > build system's ability to replace autoconf > > > > I sent out a patch for review. > > > > http://reviews.llvm.org/D10102 > <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D10102&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=CnMJsu0f0vSR1CHLloYJapdWWCpu9GRn3nQydr1tcoc&s=8zJYqD7TktfFqlUjdI8Gcv-ULAGh72ZOOZ9KumO1PZo&e=> > > > > -Chris > > > > On May 28, 2015, at 9:48 AM, Yaron Keren <yaron.keren at gmail.com> wrote: > > > > Thanks! >...
2015 May 30
0
[LLVMdev] Error in building Gold on FreeBSD
...:26 PM, Aditya Verma wrote: > Hi > > > I followed the steps on > http://llvm.org/docs/GoldPlugin.html#lto-how-to-build > <https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_docs_GoldPlugin.html-23lto-2Dhow-2Dto-2Dbuild&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=MOT_0nVKhPtfHRNpdHt6HjSGPSfiFGBM-yLfWyTxeiE&s=-2433rhs0ZFmRvU5CCv9XLKd02sRX8oZe8rnhN36kUo&e=> to > build the gold plugin on FreeBSD but ! > > Heres a link to the screenshot of the > error:http://postimg.org/image/anlpuufbl/ > <https://...
2015 Jul 08
2
[LLVMdev] Phabricator update
...>> Thanks for the update it has some nice new features. There is one issue I am seeing since the update though. I am the reviewer on http://reviews.llvm.org/D10386 <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D10386&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=off40ffVn-cooharm4ZU3zg8h52va9Tu6rZ6_kvcGlQ&s=RN5zr9YsY6N9JCWdZsVghsr5QrI7432N_x20HINOetw&e=> but I didn’t get any email for the updates since my entry on July 1. Do you know what’s going on? We had some issues recently with Phab emails being delayed on...
2015 May 28
0
[LLVMdev] Easiest way to collect dynamic Instruction execution counts?
...;> >> - Use llvm-prof. Two questions here. First, I've seen on Stack Overflow >> <https://urldefense.proofpoint.com/v2/url?u=https-3A__stackoverflow.com_questions_14617067_collecting-2Dllvm-2Dedge-2Dprofiling-2Dwith-2Dllvm-2Dprof&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=HtoNbGGO3zcoVy6n3_8lqn7ZXiNnqiQKim27ER3buUQ&s=kf8XiNx6628Vrx9TCVI4rrnisNDMVf8ZcuKA6V0udhE&e=> >> an option to `opt` called `--insert-edge-profiling`. However, that option >> doesn't seem to be available in 3.6? Second, it appears that such...
2015 Jul 09
2
[LLVMdev] Phabricator update
...ome nice new features. There is one issue >>> I am seeing since the update though. I am the reviewer on >>> http://reviews.llvm.org/D10386 >>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D10386&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=off40ffVn-cooharm4ZU3zg8h52va9Tu6rZ6_kvcGlQ&s=RN5zr9YsY6N9JCWdZsVghsr5QrI7432N_x20HINOetw&e=> but >>> I didn’t get any email for the updates since my entry on July 1. Do you >>> know what’s going on? We had some issues recently with Pha...
2015 Jul 04
2
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
...oine Pitrou <antoine at python.org> >> wrote: >> >>> >>> Hi, >>> >>> Alec Taylor <alec.taylor6 <at> gmail.com >>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__gmail.com&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=gFwnrq1A6b4bDGDoXVANrEYyGDZzyOClT35YGuILpnw&s=PFeGy9X8Vy60g44Moeq7LIisLzx1skqCoTyOllso94I&e=>> >>> writes: >>> > >>> > Would be good to have Python, Rust and Go.Are there any LLVM parsers >>> > around for the...
2015 May 28
1
[LLVMdev] Easiest way to collect dynamic Instruction execution counts?
...t;>> - Use llvm-prof. Two questions here. First, I've seen on Stack Overflow >>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__stackoverflow.com_questions_14617067_collecting-2Dllvm-2Dedge-2Dprofiling-2Dwith-2Dllvm-2Dprof&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=HtoNbGGO3zcoVy6n3_8lqn7ZXiNnqiQKim27ER3buUQ&s=kf8XiNx6628Vrx9TCVI4rrnisNDMVf8ZcuKA6V0udhE&e=> >>> an option to `opt` called `--insert-edge-profiling`. However, that option >>> doesn't seem to be available in 3.6? Second, it appears th...
2015 May 27
4
[LLVMdev] Capabilities of Clang's PGO (e.g. improving code density)
Hello - I'm an Engineer in Microsoft Office after looking into possible advantages of using PGO for our Android Applications. We at Microsoft have deep experience with Visual C++'s Profile Guided Optimization<https://msdn.microsoft.com/en-us/library/e7k32f4k.aspx> and often see 10% or more reduction in the size of application code loaded after using PGO for key scenarios (e.g.