search for: edwintorok

Displaying 20 results from an estimated 283 matches for "edwintorok".

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 LoadIntFromMemory() at ExecutionEngine.cpp:887 0xb3c297 llvm::ExecutionEngine::LoadValueFromMemory() at ExecutionEngin...
2010 Nov 03
0
[LLVMdev] Fw: Forcing the Interpreter segfaults
...t; Ciao, > > Duncan. > > > > > > > Adding .setOptLevel(llvm::CodeGenOpt::None) to the EngineBuilder > > creation reduces the time by 25% but that is still not enough :( > > > > > > 2010/11/3 Török Edwin<edwintorok at gmail.com <mailto:edwintorok at gmail.com>> > > > >> On Wed, 3 Nov 2010 11:18:34 +0000 > >> Salomon Brys<salomon.brys at gmail.com <mailto:salomon.brys at gmail.com>> wrote: > >> > >>> Jiting with no opti...
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...
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 below for lemon: http://edwintorok.googlepages.com/sqlite_lemon_llvmtest_2.tar.gz > > > > &gt...
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 :)...
2008 Mar 25
2
[LLVMdev] Adding SQLite3 to llvm test-suite
...heng 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? > Also, can you increase lemon's test size? > Lemon doesn't have a testsuite (those 40000+ tests are all for SQLite), however I found some projects that use lemon (its syntax is not compatible with yacc)...
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 writing a >> passer and if will be nice if I can know which line in the source an >> instruction (or value) corresponds to. >&gt...
2008 Jan 10
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...atch is missing"), function verifyLoop, file /Volumes/Muggles/LLVM/llvm/include/llvm/ Analysis/LoopInfo.h, line 517. I'll file a bug on this. Evan On Jan 10, 2008, at 2:41 AM, Török Edwin wrote: > 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...
2009 Jun 15
2
[LLVMdev] unwind/invoke design
2009/6/15 Török Edwin <edwintorok at gmail.com>: > Write some C++ code into llvm.org/demo, and watch the output assembly, That shows how to use the c++ runtime for handling c++ style exceptions. More useful might be an llvm implementation of __cxa_throw, which I could then modify. ;)
2010 May 18
0
[LLVMdev] DEBUG INFO at the bytecode level
Thanks Edwin, I will check it out. Cheers, Zheng 2010/5/18 Török Edwin <edwintorok at gmail.com>: > On 05/18/2010 02:13 PM, Zheng Wang wrote: >> Got it. >> >> I am using LLVM 2.6. I guess  bool getLocationInfo(const Value *V, >> std::string &DisplayName,...) has everything I need.\ > > Yes, for variables. > For instructions see what prin...
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
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...
2008 Mar 26
0
[LLVMdev] Adding SQLite3 to llvm test-suite
...van, > >> 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? Looks good. Please commit. > > >> Also, can you increase lemon's test size? >> > > Lemon doesn't have a testsuite (those 40000+ tests are all for > SQLite), > however I found s...
2008 Jan 08
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...urce layout and Makefile (-I. was missing) > 2. prepare.sh getdb doesn't work for me because I don't have wget. > > Is it possible for you to get the complete source in a compilable > state and send me a tar file instead? > 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] You also need to download main.cvd and place it in the dbdir folder: http://database.clamav.net/main.cvd Let me know if...
2011 Oct 26
2
[LLVMdev] release notes: please mention Intrinsic::memory_barrier removal in 3.0
Do these need to go into the 3.0 branch? -bw On Oct 25, 2011, at 5:59 PM, Eli Friedman wrote: > 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.memor...
2008 Mar 31
0
[LLVMdev] Compile programs with the LLVM Compiler as a gsoc project
On Sun, Mar 30, 2008 at 10:26 AM, Török Edwin <edwintorok at gmail.com> wrote: > If this tool could be a drop-in wrapper for CC/CXX, it would be > excellent, since nearly every autotooled package could be tested this way. How exactly do can LLVM be used with autotooled packages (with -emit-llvm)? I've tried setting CC, CXX, CFLAGS, CXXFLAG...
2008 Jan 14
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
.../Volumes/Muggles/LLVM/llvm/include/llvm/ > Analysis/LoopInfo.h, line 517. > > I'll file a bug on this. > > Evan > > > On Jan 10, 2008, at 2:41 AM, Török Edwin wrote: > >> 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...
2008 Mar 22
2
[LLVMdev] Adding SQLite3 to llvm test-suite
...estsuite (over 40000 tests). It hasn't shown any bugs in LLVM, but it is fairly simple to build [even turn off features via -D], and can be CPU intensive. I have integrated SQLite3 into llvm-test's build system, it is too large to send as attachment (784K), you can get it from here: http://edwintorok.googlepages.com/SQLite_llvm_test.tar.gz The testsuite is using tcl, and needs tcl headers available at build-time so I didn't add that [they are mostly I/O bound anyway] Instead I found a "speedtest" script in the sqlite distribution. I modified it to generate sql files instead of di...
2013 Nov 14
1
Re: make_random_password(): avoid modulo bias, and do not deplete system entropy (#9)
On Thu, Nov 14, 2013 at 01:48:17AM -0800, edwintorok wrote: > Following the link to builder.ml from your blogpost I noticed the make_random_password () function, and I have some suggestions, well nitpicks really. See the 2 commits from this pull request. > > 1. Using Ocaml&#39;s buffered I/O means that one make_random_password() call re...
2009 Jul 16
5
[LLVMdev] please stabilize the trunk
On Thursday 16 July 2009 14:04, Daniel Dunbar wrote: > 2009/7/15 Török Edwin <edwintorok at gmail.com>: > > I'm not too keen about seeing buildbots play with trunk ;) > > > > How about starting simple, and just auto-tagging builds that work? > > Could be done per OS/arch, and one global tag when all buildbots pass. > > I don't know anything abou...