Displaying 20 results from an estimated 214 matches for "aditya".
2020 Mar 18
6
GSoC 2020 Project "Improve MegreFunctions to incorporate MergeSimilarFunctions patches and ThinLTO Support"
...t description: http://llvm.org/OpenProjects.html#llvm_mergesim
Please create an account in llvm phabricator (reviews.llvm.org) if you haven't already, and put your patches there.
Let me know if you have further questions; both llvm-dev and discord are good places to reach out. My userid is: hiraditya
Welcome to GSoC!
Best,
-Aditya
2017 Jan 03
3
LLVM Performance Workshop at CGO 2017 (early registration ends January 6th)
...stration.html
And the early hotel rate ends on January 11:
http://cgo.org/cgo2017/travel-information.html#hotel-info
You might want to remind your authors in turn, for example, if you've collected submissions already.
Best wishes,
Adrian
----
LLVM Workshop organization: Sebastian Pop, Aditya Kumar, Tobias Edler von
Koch, and Tanya Lattner.
--
Aditya Kumar
Compiler Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170103/7fb6a846/attachment.html>
2020 Mar 21
4
questionabout loop rotation
...er and very limited ones.
Currently LICM does some of it but not all. If there are more than 2 conditionals,
LICM would fail to move loop invariant from the second conditional because loop rotation didn't peel all the conditionals.
My observation is from a while ago so happy to be corrected.
-Aditya
From: Stefanos Baziotis <stefanos.baziotis at gmail.com>
Sent: Saturday, March 21, 2020 1:42 PM
To: Aditya K <hiraditya at msn.com>; 林政宗 <jackie_linzz at 126.com>; Johannes Doerfert <johannesdoerfert at gmail.com>
Cc: llvm-dev <llvm-dev at lists.llvm.org>...
2013 Dec 28
2
nautilus
while # sudo nautilus
i get this :
root at static-16 aditya]# sudo nautilus
No protocol specified
Could not parse arguments: Cannot open display:
[root at static-16 aditya]#
please resolve.
Also what does the "static-16" denote?
--
-Aditya Mamidwar
2015 May 31
2
[LLVMdev] Error in building Gold on FreeBSD
I triend the command make all-gold -k
But the error message that it says now is:
/usr/binutils/gold/system.h:38:11:fatal error: 'libintl.h' file not
found
#include <libintl.h>
On Saturday, May 30, 2015, John Criswell <jtcriswel at gmail.com> wrote:
> Dear Aditya,
>
> Regarding the error, it looks like binutils is trying to build its
> documentation. For your project, this is a step that you can skip. You
> can try using "make -k" to skip over errors and proceed to the "make
> install" step. That might work.
>
> A...
2008 Mar 04
1
[LLVMdev] Deleting Instructions after Intrinsic Creation
...ch
are to be placeholders for a set of instructions which
should not be executed by the backend.
I want to retain only intrinsic,phi and terminator
instructions in a basic block.
I have taken care of the external dependencies of
basic block.
How do I delete the rest of the instructions?
Thank You
Aditya
P.S:
----------------------------------------------------------------------------------------------
Below is the section of LLVM IR after intrinsic
creation (Instructions to be deleted have only
internal uses):
define i32 @main() nounwind {
entry:
%year.i = alloca i32 ; <...
2008 Mar 10
0
[LLVMdev] Verifier Error
...the
step wise debug is
not present in the LLVM IR (i.e IR before application
of my transformation Pass).
As seen below the operands of this instructions
causing the segfault are NULL
pointers. I am quite puzzled where this error is
coming from and would
be thankful for any hints in this regard.
Aditya
P.S :
Error:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1076469152 (LWP 31487)]
0x0861bf59 in llvm::PATypeHolder::get (this=0x8) at
Type.cpp:46
46 const Type *NewTy = Ty->getForwardedType();
(gdb) bt
#0 0x0861bf59 in llvm::PATypeHolder::get (this...
2015 May 30
3
[LLVMdev] Error in building Gold on FreeBSD
...eenshot of the error:
http://postimg.org/image/anlpuufbl/
This is the error message that it shows and so I am also unable to get
ld-new. I checked and no CFLAGS were set in etc/make.conf.
How to proceed with the installation? I am using the deault clang version
supplied with FreeBSD 10.1.
Regards
Aditya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150530/fb66ebdd/attachment.html>
2006 Aug 10
7
Radio Button events
...I click on one radio button, all the
observers get trigerred, so the method which the observe_field calls
gets the wrong result. I just want that method to get the radio button
that is clicked, which seems quite obvious, no?
Any idea how to do this? Help would be greatly appreciated!
Thanks,
Aditya
--
Posted via http://www.ruby-forum.com/.
2008 Mar 04
0
[LLVMdev] Deleting Instructions after Intrinsic Creation
...h
are to be placeholders for a set of instructions which
should not be executed by the backend.
I want to retain only intrinsic,phi and terminator instructions in a basic
block.
I have taken care of the external dependencies of basic block.
How do I delete the rest of the instructions?
Thank You
Aditya
P.S:
----------------------------------------------------------------------------------------------
Below is the section of LLVM IR after intrinsic creation (Instructions to be
deleted have only internal uses):
define i32 @main() nounwind {
entry:
%year.i = alloca i32 ; &l...
2020 Mar 21
2
questionabout loop rotation
...onditional is executed at least once.
https://reviews.llvm.org/D22630
This helps with LICM when instructions inside a conditional is loop invariant. The patch has decent number of test cases.
All the requested comments were addressed at that time. I'm happy to rebase and put the patch again.
-Aditya
2015 Jun 23
3
[LLVMdev] Enabling the gold linker on freebsd
the symlink ld is already pointing to /usr/bin/ld. Also -fuse-ld=gold does
not works on clang in freebsd. I am not sure where is the problem?should I
remove /usr/bin/ld and create a new symlink to /usr/local/bin/ld.gold?
Regards
Aditya Verma
Junior Undergraduate
IDD Computer Sc & Engg
IIT(BHU), Varanasi(UP)
On Mon, Jun 22, 2015 at 5:25 AM, Rafael Espíndola <
rafael.espindola at gmail.com> wrote:
> Two options:
>
> * Try passing -fuse-ld=gold to clang.
> * have 'ld' be a symlink to ld.gold.
>
>...
2019 Feb 05
2
Status update on the hot/cold splitting pass
On Mon, Jan 28, 2019 at 11:03 AM Aditya K via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> > The splitting pass currently doesn’t move cold symbols into a separate
> section. Is that affecting your results?
> Maybe partly, the main reason is that, in the absence of good profile
> info, we aren't finding many...
2007 Feb 15
8
Communication between guest OS and VMM
Hi all,
Please can anybody explain how communication(direct or indirect) happens
between xen and guest os(windows) in full virtualization mode.
Both from VMM to guest and from guest to VMM.
Thanks and regards,
Aditya.
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2015 May 14
5
[LLVMdev] Generating C code using LLVM
...ome
abstractions. Apparently, most of the documentation is related to
generating LLVM-IR. Are there any tools to do this? (I have generated AST
from these abstractions. I want to generate C code from it).
Thank you! :)
PS: If this is a wrong mailinglist, help me with the right one.
--
Regards,
*Aditya Atluri,*
*USA.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150514/fa40ff8b/attachment.html>
2019 Jan 28
2
Status update on the hot/cold splitting pass
The splitting pass currently doesn’t move cold symbols into a separate section. Is that affecting your results?
On Darwin, we plan on using a symbol attribute to provide an ordering hint to the linker (see r352227, N_COLD_FUNC).
vedant
> On Jan 28, 2019, at 10:51 AM, Aditya K via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Very happy to see good results. On our side, we are still struggling with getting a good profile to get aggressive hot-cold splitting. Static profile isn't helping much for our use cases. I'll be curious to know if someone...
2015 May 30
0
[LLVMdev] Error in building Gold on FreeBSD
Dear Aditya,
Regarding the error, it looks like binutils is trying to build its
documentation. For your project, this is a step that you can skip. You
can try using "make -k" to skip over errors and proceed to the "make
install" step. That might work.
As an aside, you should include...
2019 Feb 05
2
Status update on the hot/cold splitting pass
On Tue, Feb 5, 2019, 3:46 PM Vedant Kumar <vedant_kumar at apple.com> wrote:
> Hi Teresa,
>
> On Feb 5, 2019, at 2:38 PM, Teresa Johnson via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>
>
>
> On Mon, Jan 28, 2019 at 11:03 AM Aditya K via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> > The splitting pass currently doesn’t move cold symbols into a separate
>> section. Is that affecting your results?
>> Maybe partly, the main reason is that, in the absence of good profile
>> info, we...
2015 Feb 18
6
Master - Slave Split DNS
...the master notify to slave using the public ip, which is
not accessible by master to transfering the zone over public ip.
Is it possible to transfer zone over local ip for external-view ?
Thanks.
--
Regards,
Adit
http://a <http://simplyaddo.web.id>dityahilman.com
http://id.linkedin.com/in/adityahilman
ym : science2rule
2015 May 14
2
[LLVMdev] Generating C code using LLVM
...y work (I may have to try). I don't want to
generate IR as it is hard to read whether the C output is exactly what I
meant to write.
>
> Afaict, LLVM won't generate C source code tho'.
>
Oh. No chance?
Thank you! :)
>
> ---
> Mats
>
> On 14 May 2015 at 20:44, Aditya Avinash <adityaavinash1 at gmail.com> wrote:
>
>> Hi,
>> I am trying to use LLVM to generate C (partly, Intel AVX) code to test
>> some abstractions. Apparently, most of the documentation is related to
>> generating LLVM-IR. Are there any tools to do this? (I have g...