search for: sqlite_lemon_llvmtest

Displaying 6 results from an estimated 6 matches for "sqlite_lemon_llvmtest".

2008 Mar 25
2
[LLVMdev] Adding SQLite3 to llvm test-suite
...> 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), and copied their grammar files into...
2008 Mar 26
0
[LLVMdev] Adding SQLite3 to llvm test-suite
...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 some projects that use lemon (its synta...
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 > > > > > > The difference isn't much,...
2008 Mar 26
0
[LLVMdev] Adding SQLite3 to llvm test-suite
On Mar 26, 2008, at 12:03 AM, Török Edvin wrote: > 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've committed it for you. Ping Chris about commit access next time. > > > I made the change below for lemon: > http://edwintoro...
2008 Mar 24
0
[LLVMdev] Adding SQLite3 to llvm test-suite
Hi Edwin, 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? Also, can you increase lemon's test size? Please file bug about the performance issue. Thanks! Evan On Mar 22, 2008, at 8:20 AM, Török Edwin wrote: > Hi, > > SQLite3 has a very
2008 Mar 22
2
[LLVMdev] Adding SQLite3 to llvm test-suite
Hi, SQLite3 has a very simple build system, and it comes with an extensive testsuite (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: