Displaying 20 results from an estimated 70000 matches similar to: "[LLVMdev] bugzilla password reset?"
2009 Jan 30
3
[LLVMdev] [LLVM][g++] A helping hand
--- On Fri, 1/30/09, Török Edwin <edwintorok at gmail.com> wrote:
> From: Török Edwin <edwintorok at gmail.com>
> Subject: Re: [LLVMdev] [LLVM][g++] A helping hand
> To: kasra_n500 at yahoo.com, "LLVM Developers Mailing List" <llvmdev at cs.uiuc..edu>
> Date: Friday, January 30, 2009, 8:29 AM
> On 2009-01-30 18:19, Kasra wrote:
> > Hi All,
>
2010 May 18
4
[LLVMdev] DEBUG INFO at the bytecode level
Thanks Edwin.
I found DebugInfo.cpp may be useful. Could you tell me which function
I should call inorder to know the source file name and the line number
for a particular instruction?
Cheers,
Zheng
2010/5/18 Török Edwin <edwintorok at gmail.com>:
> On 05/18/2010 01:26 PM, Zheng Wang wrote:
>> Hello,
>>
>> Could I get some debug info at the byte code level? I am
2008 Apr 14
3
[LLVMdev] LiveVariables/LiveInterval on huge functions
Evan Cheng wrote:
> On Apr 13, 2008, at 1:28 PM, Török Edwin wrote:
>
>
>> Hi,
>>
>> In PR2193 LiveVariables runs out of memory on a 512M limit, after
>> processing 11557 basicblocks.
>> VirtRegInfo has ~180000 entries with ~700 bytes each.
>> If I give it more memory (1.5G) it runs out of memory in LiveInterval.
>>
>
> Some of the
2011 Feb 14
5
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
OK I figured out what the problem was - I assume you are trying to compile
under Snow Leopard? There is a problem with linking against wxWidgets
because the prebuilt binaries for wxWidgets are compiled in 32-bit mode, and
the default compilation mode in Snow Leopard is 64 bits. See this article
for an explanation:
http://wiki.wxwidgets.org/Development:_wxMac#Building_under_10.6_Snow_Leopard
2008 Mar 26
2
[LLVMdev] Adding SQLite3 to llvm test-suite
On Wed, Mar 26, 2008 at 4:09 AM, Evan Cheng <evan.cheng at apple.com> wrote:
>
> On Mar 25, 2008, at 12:56 PM, Török Edwin wrote:
> > The new package is here:
> > http://edwintorok.googlepages.com/sqlite_lemon_llvmtest.tar.gz
> > Anything else I should change?
>
> Looks good. Please commit.
Should I speak with Chris about commit access?
I made the change
2010 Nov 03
4
[LLVMdev] Fw: Forcing the Interpreter segfaults
[I assume you meant to send this to the list as well, not just me.]
Begin forwarded message:
Date: Wed, 3 Nov 2010 14:43:54 +0000
From: Salomon Brys <salomon.brys at gmail.com>
To: Török Edwin <edwintorok at gmail.com>
Subject: Re: [LLVMdev] Forcing the Interpreter segfaults
I have build LLVM in debug mode. Here are the informations of the
segfault : memcpy() at 0x7ffff6f6581e
2011 Feb 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:58, Török Edwin wrote:
> On 2011-02-14 20:39, Talin wrote:
>>
>>
>> On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org
>> <mailto:rengolin at systemcall.org>> wrote:
>>
>> I think this deserves a blog post...
>>
>> I'd like to wait until I get some feedback - I don't know yet if
2011 Feb 14
3
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:39, Talin wrote:
>
>
> On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org
> <mailto:rengolin at systemcall.org>> wrote:
>
> I think this deserves a blog post...
>
> I'd like to wait until I get some feedback - I don't know yet if anyone
> is having trouble building or running the thing...
Hi Talin,
2008 Jan 10
4
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Török Edwin wrote:
> Yes, I have uploaded the .tar.gz here:
> http://edwintorok.googlepages.com/ClamAV-srcflat.tar.gz
> [inputs dir contains some symlink, place ClamAV dir in
> llvm/projects/llvm-test/MultiSource/Applications to make
> links point to right place]
>
>
Hi,
Because llvm bug #1730 got fixed, this testcase can run under with the
JIT on x86-64 :).
I have
2008 Jan 10
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Hi,
We are getting closer.
1. In Makefile, all the references to CFLAGS should be CPPFLAGS instead.
2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where
-E means using extended regular expression, not -r.
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
sed [-Ealn] [-i extension] [-e script] ... [-f
script_file] ... [file ...]
Can this
2008 Mar 25
2
[LLVMdev] Adding SQLite3 to llvm test-suite
Evan Cheng wrote:
> Hi Edwin,
>
Hi Evan,
> It works fine for me. Thanks!
>
> We prefer a flat directory structure. Is it possible for you to
> separate it out to sqlite3 and lemon rather than having them as sub-
> directories under SQLite?
Ok.
The new package is here:
http://edwintorok.googlepages.com/sqlite_lemon_llvmtest.tar.gz
Anything else I should change?
>
2011 Oct 25
3
[LLVMdev] release notes: please mention Intrinsic::memory_barrier removal in 3.0
Hi,
Looks like the memory_barrier intrinsic got removed in 3.0 and replaced with fence intrinsics.
Could someone who understands this change better than me please update the 3.0 release notes?
Also the LangRef still mentions llvm.memory.barrier but this is gone from 3.0.
Best regards,
--Edwin
2009 Nov 16
2
[LLVMdev] SAFECode Source Code Released
On 2009-11-16 22:46, John Criswell wrote:
> [snip]
>>
>> My initial message (containing the patch) was a private reply to John.
>>
>> Attached the patch again, it applies with 'patch -p0'.
>>
>> Also try to build on x86-32, x86-64 is not quite ready yet.
>>
> Actually, I made one small change to the patch. I kept -Werror in
>
2009 Jan 23
1
[LLVMdev] inline asm semantics: output constraint width smaller than input
On 2009-01-23 20:30, Ingo Molnar wrote:
> * Török Edwin <edwintorok at gmail.com> wrote:
>
>
>> Having said that, llvm-gcc is not yet able to compile the full Linux
>> kernel on its own [for example the boot code, due to asm(".code16gcc")],
>> but with LLVM 2.4 it was possible to build "arch=UM", and "arch=X86" (by
>> using
2008 Jan 14
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
I've filed
http://www.llvm.org/bugs/show_bug.cgi?id=1912
for the optimizer bug.
Evan
On Jan 10, 2008, at 11:28 AM, Evan Cheng wrote:
> Hi,
>
> We are getting closer.
>
> 1. In Makefile, all the references to CFLAGS should be CPPFLAGS
> instead.
> 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where
> -E means using extended regular expression, not
2009 Jan 24
5
[LLVMdev] inline asm semantics: output constraint width smaller than input
On 2009-01-23 20:27, Török Edwin wrote:
>>>
>>>
>> i'd not mind it at all if the kernel could be built with other open-source
>> compilers too.
>>
>> Now in this case the patch you suggest might end up hurting the end result
>> so it's not an unconditional 'yes'. But ... how much it actually matters
>> depends on
2010 Nov 03
0
[LLVMdev] Fw: Forcing the Interpreter segfaults
Hi Salomon, please don't forget to reply to the list too (I've CC'd the list).
> I don't think my code is doing anything worng...
No, it looks fine to me, and the interpreter certainly supports this. That
suggests that the value of %str is not being transmitted to the function right.
If it is getting the wrong pointer value, that would explain why it barfs.
Ciao,
Duncan.
2011 Oct 26
0
[LLVMdev] release notes: please mention Intrinsic::memory_barrier removal in 3.0
2011/10/25 Török Edwin <edwintorok at gmail.com>:
> Hi,
>
> Looks like the memory_barrier intrinsic got removed in 3.0 and replaced with fence intrinsics.
> Could someone who understands this change better than me please update the 3.0 release notes?
> Also the LangRef still mentions llvm.memory.barrier but this is gone from 3.0.
r142994 and r142998 for the relevant changes.
2008 Mar 26
0
[LLVMdev] Adding SQLite3 to llvm test-suite
On Mar 25, 2008, at 12:56 PM, Török Edwin wrote:
> Evan Cheng wrote:
>> Hi Edwin,
>>
>
> Hi Evan,
>
>> It works fine for me. Thanks!
>>
>> We prefer a flat directory structure. Is it possible for you to
>> separate it out to sqlite3 and lemon rather than having them as sub-
>> directories under SQLite?
>
> Ok.
> The new package is
2008 Mar 26
3
[LLVMdev] Say hi to VMKit: JVM/LLVM, CLI/LLVM
Very nice Torok! I applied most of the patch. A few comments:
1) What is your jni.h file? I can't compile the Jni.cpp file with your
changes.
2) ISO C++ does not support %jd. x86_64 does not know about %lld?
Thanks!
Nicolas
Török Edwin wrote:
> Nicolas Geoffray wrote:
>
>> Hi everyone,
>>
>> I've just checked in a JVM and a CLI for LLVM (called JnJVM and N3).