search for: deshwal

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

2012 Jun 06
2
[LLVMdev] llvm-dev 2012 meet videos
...ouly <joel.gouly at gmail.com> wrote: > There are plans to upload, when Chandler has the time. The YouTube account > is LLVMProject. > Should get them up this week. Sorry I didn't even remember to do it after they were posted! > Joey > On Jun 6, 2012 8:45 AM, "ankur deshwal" <a.s.deshwal at gmail.com> wrote: > >> Hi, >> >> I am unable to download videos from the site >> >> http://llvm.org/devmtg/2012-04-12/. >> >> The response I always get is >> >> Proxy request sent, awaiting response... 503 Service...
2013 Feb 22
1
[LLVMdev] llvm-ar llvm-link
...c**** > > $ clang -c -emit-llvm bcd.c –o bcd.bc**** > > llvm-link bcd.bc abc.bc –o merged.bc**** > > ** ** > > Cheers,**** > > Ahmad**** > > ** ** > > *From:* llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On > Behalf Of *ankur deshwal > *Sent:* 21 February 2013 17:54 > *To:* llvmdev at cs.uiuc.edu; ankur deshwal > *Subject:* [LLVMdev] llvm-ar llvm-link**** > > ** ** > > Hi,**** > > ** ** > > I tried to build an llvm archive and link it against an llvm bc file. > However, it fails. Following is...
2013 Nov 13
3
[LLVMdev] Stack traces from JIT code
...n. Using the existing gdb/JIT interface support is > probably far too heavyweight for production. If you roll your own, you can > record the PC ranges efficiently and that should be good enough to capture > traces from production. > > > On Tue, Nov 12, 2013 at 2:56 PM, Priyendra Deshwal < > deshwal at thoughtspot.com> wrote: > >> [Resending this email after subscribing to the group. Got an error >> message the previous time around] >> >> Hey guys, >> >> In our project we have the following workflow: >> >> - Given a user r...
2011 Jul 01
2
[LLVMdev] Operand name missing
Hi, I was trying to use the following code in a if condition I->getOperand(0)->hasName() where I is an instruction with following condition already true - I->getOpcode() == Instruction::Call When I compiled a C code with llvm-2.9, I see a function call with no operand name (for operand 0) . This happens for a function with varArgs. The interesting part is that the same C code when
2011 Jul 01
0
[LLVMdev] Operand name missing
On Fri, Jul 1, 2011 at 12:35 AM, ankur deshwal <a.s.deshwal at gmail.com> wrote: > Hi, > > I was trying to use the following code in a if condition > I->getOperand(0)->hasName() > > where I is an instruction with following condition already true - > I->getOpcode() == Instruction::Call > > When I compile...
2012 Jun 06
0
[LLVMdev] llvm-dev 2012 meet videos
There are plans to upload, when Chandler has the time. The YouTube account is LLVMProject. Joey On Jun 6, 2012 8:45 AM, "ankur deshwal" <a.s.deshwal at gmail.com> wrote: > Hi, > > I am unable to download videos from the site > > http://llvm.org/devmtg/2012-04-12/. > > The response I always get is > > Proxy request sent, awaiting response... 503 Service Unavailable > 2012-06-06 12:00:14 ERR...
2012 Jun 06
2
[LLVMdev] llvm-dev 2012 meet videos
Hi, I am unable to download videos from the site http://llvm.org/devmtg/2012-04-12/. The response I always get is Proxy request sent, awaiting response... 503 Service Unavailable 2012-06-06 12:00:14 ERROR 503: Service Unavailable. If possible, please share the videos on other medium ( youtube etc.) too. This will spare LLVM web server from heavy traffic due to video downloads too. Thanks and
2012 Jun 07
0
[LLVMdev] llvm-dev 2012 meet videos
...t;> There are plans to upload, when Chandler has the time. The YouTube account >> is LLVMProject. > > Should get them up this week. Sorry I didn't even remember to do it after > they were posted! > >> >> Joey >> >> On Jun 6, 2012 8:45 AM, "ankur deshwal" <a.s.deshwal at gmail.com> wrote: >>> >>> Hi, >>> >>> I am unable to download videos from the site >>> >>> http://llvm.org/devmtg/2012-04-12/. >>> >>> The response I always get is >>> >>> Proxy req...
2013 Feb 21
0
[LLVMdev] llvm-ar llvm-link
...ther way of doing this is to merge all bitcode files into single file: $ clang -c -emit-llvm abc.c -o abc.bc $ clang -c -emit-llvm bcd.c -o bcd.bc llvm-link bcd.bc abc.bc -o merged.bc Cheers, Ahmad From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of ankur deshwal Sent: 21 February 2013 17:54 To: llvmdev at cs.uiuc.edu; ankur deshwal Subject: [LLVMdev] llvm-ar llvm-link Hi, I tried to build an llvm archive and link it against an llvm bc file. However, it fails. Following is the procedure I followed ( abc.c is file which calls a function whose definition is...
2013 Jan 23
3
[LLVMdev] OpenCL SPIR/NVPTX code generation
...nown” command line > options when running clang.**** > > ** ** > > Thanks**** > > Guy Benyei**** > > [image: email_signature_guy_new2]**** > > ** ** > > *From:* cfe-dev-bounces at cs.uiuc.edu [mailto:cfe-dev-bounces at cs.uiuc.edu] *On > Behalf Of *ankur deshwal > *Sent:* Tuesday, January 22, 2013 11:09 > *To:* cfe-dev at cs.uiuc.edu > *Subject:* [cfe-dev] OpenCL SPIR code generation**** > > ** ** > > Hi all,**** > > ** ** > > I am trying to compile a openCL code to SPIR with LLVM/Clang-3.2. **** > > ** ** > > I...
2013 Nov 13
0
[LLVMdev] Stack traces from JIT code
...capture traces from production. Using the existing gdb/JIT interface support is probably far too heavyweight for production. If you roll your own, you can record the PC ranges efficiently and that should be good enough to capture traces from production. On Tue, Nov 12, 2013 at 2:56 PM, Priyendra Deshwal <deshwal at thoughtspot.com<mailto:deshwal at thoughtspot.com>> wrote: [Resending this email after subscribing to the group. Got an error message the previous time around] Hey guys, In our project we have the following workflow: - Given a user request, we construct a C++ program to s...
2013 Nov 13
2
[LLVMdev] Stack traces from JIT code
...sing the existing gdb/JIT interface support is > probably far too heavyweight for production. If you roll your own, you can > record the PC ranges efficiently and that should be good enough to capture > traces from production. > > > > On Tue, Nov 12, 2013 at 2:56 PM, Priyendra Deshwal < > deshwal at thoughtspot.com> wrote: > > [Resending this email after subscribing to the group. Got an error > message the previous time around] > > > > Hey guys, > > > > In our project we have the following workflow: > > > > - Given a user r...
2013 Nov 13
0
[LLVMdev] Stack traces from JIT code
...apture traces from production. Using the existing gdb/JIT interface support is probably far too heavyweight for production. If you roll your own, you can record the PC ranges efficiently and that should be good enough to capture traces from production. On Tue, Nov 12, 2013 at 2:56 PM, Priyendra Deshwal <deshwal at thoughtspot.com>wrote: > [Resending this email after subscribing to the group. Got an error message > the previous time around] > > Hey guys, > > In our project we have the following workflow: > > - Given a user request, we construct a C++ program to servi...
2013 Feb 21
2
[LLVMdev] llvm-ar llvm-link
Hi, I tried to build an llvm archive and link it against an llvm bc file. However, it fails. Following is the procedure I followed ( abc.c is file which calls a function whose definition is present in bcd.c) $ clang -c -emit-llvm abc.c $ clang -c -emit-llvm bcd.c $ llvm-ar cr bsd.ar bcd.o $ llvm-link abc.o bsd.ar llvm-link: bsd.ar:1:2: error: expected integer !<arch> ^ llvm-link:
2013 Mar 05
1
[LLVMdev] Profiling LLVM JIT code
...gt; > ** ** > > You can find the oprofile code in ‘llvm/lib/ExecutionEngine/OProfileJIT’ > to use as an example.**** > > ** ** > > -Andy**** > > ** ** > > *From:* llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On > Behalf Of *Priyendra Deshwal > *Sent:* Sunday, March 03, 2013 3:11 AM > *To:* llvmdev at cs.uiuc.edu > *Subject:* [LLVMdev] Profiling LLVM JIT code**** > > ** ** > > Hey guys,**** > > ** ** > > I am currently working on a project that uses JIT compilation to compile > incoming user requests...
2013 Nov 13
0
[LLVMdev] Stack traces from JIT code
...capture traces from production. Using the existing gdb/JIT interface support is probably far too heavyweight for production. If you roll your own, you can record the PC ranges efficiently and that should be good enough to capture traces from production. On Tue, Nov 12, 2013 at 2:56 PM, Priyendra Deshwal <deshwal at thoughtspot.com<mailto:deshwal at thoughtspot.com>> wrote: [Resending this email after subscribing to the group. Got an error message the previous time around] Hey guys, In our project we have the following workflow: - Given a user request, we construct a C++ program to s...
2013 Nov 12
2
[LLVMdev] Stack traces from JIT code
[Resending this email after subscribing to the group. Got an error message the previous time around] Hey guys, In our project we have the following workflow: - Given a user request, we construct a C++ program to service the request - We create a compiler invocation to compile that program into an IR module - We use JIT (and optionally MCJIT) to convert the IR into executable code and run it
2013 Jan 24
1
[LLVMdev] [cfe-dev] OpenCL SPIR/NVPTX code generation
...R > triples.**** > > ** ** > > Thanks**** > > Guy Benyei**** > > [image: email_signature_guy_new2]**** > > ** ** > > *From:* Jordan Rose [mailto:jordan_rose at apple.com] > *Sent:* Wednesday, January 23, 2013 19:47 > *To:* Benyei, Guy > *Cc:* ankur deshwal; cfe-dev at cs.uiuc.edu; llvmdev at cs.uiuc.edu > *Subject:* Re: [cfe-dev] OpenCL SPIR/NVPTX code generation**** > > ** ** > > ** ** > > On Jan 23, 2013, at 4:04 , "Benyei, Guy" <guy.benyei at intel.com> wrote:**** > > > > **** > > Hi Ankur,***...
2013 Jan 23
0
[LLVMdev] OpenCL SPIR/NVPTX code generation
...in it better than I... Anyhow, I think you better use clang -cc1. Make sure -cc1 is the first command line option you use. $ clang -cc1 -fno-builtin -emit-llvm-bc -triple spir-unknown-unknown Simple_Kernel.cl -o Simple_Kernel.bc should work for you. Thanks [email_signature_guy_new2] From: ankur deshwal [mailto:a.s.deshwal at gmail.com] Sent: Wednesday, January 23, 2013 13:44 To: Benyei, Guy; cfe-dev at cs.uiuc.edu; llvmdev at cs.uiuc.edu Subject: OpenCL SPIR/NVPTX code generation Hi Guy, Thanks a lot for the clarification. I tried using the triple for SPIR as $ clang -x cl -fno-builtin -emit-...
2011 Jun 06
4
[LLVMdev] Understanding SelectionDAG construction
I am trying to understand the SelectionDAG construction from LLVM IR. I have gone through the doc "The LLVM Target-Independent Code Generator" on LLVM site. This gives a great initial overview. However I am unable to catch the actual control flow for the llvm->selectionDag conversion. The flags "-view-sched-dags".. described in the doc doesn't seem to work. ( "llc