Displaying 10 results from an estimated 10 matches for "devchandra".
2013 Jan 08
1
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
...Mon, Jan 7, 2013 at 11:17 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you checkout compiler-rt?
> This page has detailed info on building asan:
> http://code.google.com/p/address-sanitizer/wiki/HowToBuild?tm=4
>
> --kcc
>
>
> On Mon, Jan 7, 2013 at 9:38 PM, Devchandra L Meetei <dlmeetei at gmail.com>wrote:
>
>> Thanks All
>> In fact, to answer Pete, I was trying to do as much as possible like
>> valgrind including as much as possible, which includes all tools.
>> M very elated to know about ASan, given the fact that LLVM is Compi...
2013 Jan 07
0
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
Did you checkout compiler-rt?
This page has detailed info on building asan:
http://code.google.com/p/address-sanitizer/wiki/HowToBuild?tm=4
--kcc
On Mon, Jan 7, 2013 at 9:38 PM, Devchandra L Meetei <dlmeetei at gmail.com>wrote:
> Thanks All
> In fact, to answer Pete, I was trying to do as much as possible like
> valgrind including as much as possible, which includes all tools.
> M very elated to know about ASan, given the fact that LLVM is Compile time
> whereas...
2013 Jan 07
2
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
Thanks All
In fact, to answer Pete, I was trying to do as much as possible like
valgrind including as much as possible, which includes all tools.
M very elated to know about ASan, given the fact that LLVM is Compile time
whereas valgrind is Dynamic, need to rethink,
Can you guys check this. build clang 3.2 but I got this linker error. Let
me also examine closely
clang++ -W -Wall
2013 Jan 07
1
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
Hi All
Though, I have used clang which is great. I am dumb in LLVM design.
Will somebody be kind enough to answer
Will LLVM be suitable for developing valgrind like tools?
Regards
--Dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130107/84a92ae4/attachment.html>
2013 Jul 29
0
[LLVMdev] Require Grammar for converting C to IR
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Devchandra L Meetei
> Subject: Re: [LLVMdev] Require Grammar for converting C to IR
> > If you are asking about compiling C into LLVM IR - take a look at Clang:
> > http://clang.llvm.org/. Clang is a C, C++ and ObjC front-end for LLVM.
> Seems that Vijay is asking about converting C progr...
2013 Jan 08
1
[LLVMdev] SVN GIT version corresponding to release
...shows some non-trivial changes.
The 3.2 release seems to be okay though; the diff only shows changes in the
last-modified timestamps in the HTML docs. Though I just noticed that the
source release has llvmbuild .pyc files. Won't including those cause
issues?
On Tue, Jan 8, 2013 at 9:58 AM, Devchandra L Meetei <dlmeetei at gmail.com>wrote:
> Won't it be
> http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_31/final/
>
>
>
> On Tue, Jan 8, 2013 at 7:46 PM, Pankaj Gode <godepankaj at yahoo.com> wrote:
>
>> Hi All,
>>
>> I was checking for GIT...
2013 Jul 29
2
[LLVMdev] Require Grammar for converting C to IR
Seems that Vijay is asking about converting C program to LLVM IR
On Mon, Jul 29, 2013 at 9:26 PM, Eli Bendersky <eliben at google.com> wrote:
>
>
>
> On Sat, Jul 27, 2013 at 9:02 AM, Vijay Daultani <vijay.daultani at gmail.com>wrote:
>
>> Respected Sir/Madam,
>>
>> As I was developing some part of compiler for a project. I require grammar
>>
2013 Jan 08
0
[LLVMdev] SVN GIT version corresponding to release
Won't it be
http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_31/final/
On Tue, Jan 8, 2013 at 7:46 PM, Pankaj Gode <godepankaj at yahoo.com> wrote:
> Hi All,
>
> I was checking for GIT or SVN versions corresponding to llvm3.1 release by
> checking svn and git logs, but failed to find the exact match.
>
> I checked with r156747, which is the last version it shows
2013 Jan 08
2
[LLVMdev] SVN GIT version corresponding to release
Hi All,
I was checking for GIT or SVN versions corresponding to llvm3.1 release by checking svn and git logs, but failed to find the exact match.
I checked with r156747, which is the last version it shows in
http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_31/
but when I 'diff' this with the 'downloaded llvm3.1 release'(http://llvm.org/releases/download.html#3.1), then I
2013 Jan 07
2
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
Hi All
Will LLVM be suitable for developing valgrind like tools
--Regards
--Dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130107/ab5ef642/attachment.html>