search for: gribenko

Displaying 20 results from an estimated 219 matches for "gribenko".

2013 Jan 16
3
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
On Thu, Jan 17, 2013 at 1:19 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > On Wed, Jan 16, 2013 at 9:33 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote: >> On Wed, Jan 16, 2013 at 9:24 PM, Chris Lattner <clattner at apple.com> wrote: >>> >>> On Jan 16, 2013, at 10:32 AM, Dmitri Gribenko <...
2013 Jan 16
0
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
On Thu, Jan 17, 2013 at 1:23 AM, Evgeniy Stepanov <eugeni.stepanov at gmail.com> wrote: > On Thu, Jan 17, 2013 at 1:19 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: >> On Wed, Jan 16, 2013 at 9:33 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote: >>> On Wed, Jan 16, 2013 at 9:24 PM, Chris Lattner <clattner at apple.com> wrote: >>>> >>>> On Jan 16, 2013, at 10:32 AM, Dmit...
2012 Dec 05
3
[LLVMdev] Converting documentation to rst
Hello, JFYI so that no work will be duplicated. My colleagues and I will take care of converting the rest of the documentation to rst. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
2013 Jan 16
1
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
On Thu, Jan 17, 2013 at 3:31 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > On Thu, Jan 17, 2013 at 1:23 AM, Evgeniy Stepanov > <eugeni.stepanov at gmail.com> wrote: >> On Thu, Jan 17, 2013 at 1:19 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: >>> On Wed, Jan 16, 2013 at 9:33 PM, Dmitri Gribenko...
2013 Jan 17
2
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...o put temporary files, the right place to put them is alongside the other test outputs in the test output "sandbox" directory. Somewhat orthogonal, but we should also fix up lit to purge those sandboxes before it starts a new test run. - Daniel On Wed, Jan 16, 2013 at 3:31 PM, Dmitri Gribenko <gribozavr at gmail.com>wrote: > On Thu, Jan 17, 2013 at 1:23 AM, Evgeniy Stepanov > <eugeni.stepanov at gmail.com> wrote: > > On Thu, Jan 17, 2013 at 1:19 AM, Dmitri Gribenko <gribozavr at gmail.com> > wrote: > >> On Wed, Jan 16, 2013 at 9:33 PM, Dmitri G...
2013 Jan 16
3
[LLVMdev] [PATCH] A "very verbose" mode for FileCheck
On Wed, Jan 16, 2013 at 9:24 PM, Chris Lattner <clattner at apple.com> wrote: > > On Jan 16, 2013, at 10:32 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > >> Hello, >> >> When someone breaks a FileCheck-based test on some buildbot, sometimes >> it may not be obvious *why* did it fail. If the failure can not be >> reproduced locally, it can be very hard to fix. >> >>...
2015 Nov 17
2
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
On Mon, Nov 16, 2015 at 9:07 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > On Mon, Nov 16, 2015 at 8:55 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > > > On Mon, Nov 16, 2015 at 6:59 PM, Dmitri Gribenko via llvm-dev > > <llvm-dev at lists.llvm.org> wrote: > >> > >>...
2016 Jan 30
2
Ocaml binding tests are failing
...#39;s known to be failing right now because of recent changes, but I'm > curious why that bot has ocaml installed for the bindings? I would guess because I've been asking for OCaml to be installed for quite some time :) > > -eric > > On Fri, Jan 29, 2016 at 8:34 PM Dmitri Gribenko via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > >> Hi Peter, >> >> Could you take a look at this failure? >> >> > http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-debian-fast/builds/35168/steps/test/logs/stdio >> >> Dmitri &g...
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
Dmitri Gribenko <gribozavr at gmail.com> writes: > On Tue, Jan 15, 2013 at 7:07 PM, <dag at cray.com> wrote: >> Dmitri Gribenko <gribozavr at gmail.com> writes: >> >>> On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote: >>>> The document...
2013 Jan 16
0
[LLVMdev] [PATCH] A "very verbose" mode for FileCheck
On Wed, Jan 16, 2013 at 9:33 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > On Wed, Jan 16, 2013 at 9:24 PM, Chris Lattner <clattner at apple.com> wrote: >> >> On Jan 16, 2013, at 10:32 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: >> >>> Hello, >>> >>> When someone br...
2016 Jan 31
3
Ocaml binding tests are failing
...rying to move cross-continent so I don't have time to implement the (fairly substantial) proper fix to the breakage right now, but I'll do it ASAP, probably around 2nd. > > -eric > >>> >>> -eric >>> >>> On Fri, Jan 29, 2016 at 8:34 PM Dmitri Gribenko via llvm-dev >>> <llvm-dev at lists.llvm.org> wrote: >>> >>>> Hi Peter, >>>> >>>> Could you take a look at this failure? >>>> >>>> >>> >> > http://lab.llvm.org:8011/builders/llvm-clang-lld-x8...
2013 Jan 17
2
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
On Thu, Jan 17, 2013 at 8:36 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > We have to options: > (a) replace 'FileCheck' with '%FileCheck' in all tests, and teach > 'lit' to replace '%FileCheck' with 'FileCheck --dump-input-on-error'; > > (b) teach 'lit' to replace a pla...
2012 Dec 06
2
[LLVMdev] Converting documentation to rst
...ntly longer than that I would appreciate if you > just ping me in IRC (or email, but IRC is more lightweight) whenever > you (or one of your colleagues) starts on a document, so that we can > safely work concurrently. > > -- Sean Silva > > On Wed, Dec 5, 2012 at 7:07 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: >> Hello, >> >> JFYI so that no work will be duplicated. My colleagues and I will >> take care of converting the rest of the documentation to rst. >> >> Dmitri >> >> -- >> main(i,j){for(i=2;;i++){for(j=2;j&...
2015 Nov 17
2
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
On Mon, Nov 16, 2015 at 6:59 PM, Dmitri Gribenko via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Mon, Nov 16, 2015 at 10:03 AM, James Molloy via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > You don't appear to have addressed my suggestion to not require a perfect > > external world, instead to measu...
2012 Nov 09
0
[LLVMdev] Fwd: MODULE_CODE_GLOBALVAR error
Forwarding to llvmdev. ---------- Forwarded message ---------- From: *Dmitri Gribenko* Date: Friday, November 9, 2012 Subject: [LLVMdev] MODULE_CODE_GLOBALVAR error To: Arvind Haran <arvi90 at gmail.com> On Friday, November 9, 2012, Arvind Haran wrote: > The last few lines of the build: It looks like you don't have enough RAM to link the debug binary. > > cl...
2013 Feb 04
1
[LLVMdev] [PATCH] Coding standards: don't use ``inline`` when defining a function in a class definition
On Mon, Feb 4, 2013 at 1:31 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > On Wed, Jan 30, 2013 at 1:08 AM, Dmitri Gribenko <gribozavr at gmail.com> > wrote: > > Hello, > > > > This came up on IRC in context of r173842, and it was suggested to > > codify this unspoken rule. > > > > Cu...
2016 Jan 30
2
Ocaml binding tests are failing
Hi Peter, Could you take a look at this failure? http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-debian-fast/builds/35168/steps/test/logs/stdio Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
2013 Jan 28
3
[LLVMdev] Running a Local Buildbot
Dmitri Gribenko <gribozavr at gmail.com> writes: > Also, you don't need to do a 2-step bootstrap to catch warnings from > gcc. You also don't need a debug build, just an optimized one -- > since it is faster to link, and gcc emits more warnings when > optimization is no. Actually, ther...
2013 Jan 29
2
[LLVMdev] [PATCH] Coding standards: don't use ``inline`` when defining a function in a class definition
...it was suggested to codify this unspoken rule. Current practice is not to use 'inline' in: class Foo { public: inline void bar() { // ... } }; Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/ -------------- next part -------------- A non-text attachment was scrubbed... Name: coding-standards-inline-v1.patch Type: application/octet-stream Size: 843 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130130/46ba8f64/at...
2013 Jan 17
0
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...e anyway). Given that it seems the vast majority of our failures aren't flakey, we could have lit setup to rerun failures in a "create all the temporary files" mode, though missing flakes would be unfortunate. > > - Daniel > > > On Wed, Jan 16, 2013 at 3:31 PM, Dmitri Gribenko <gribozavr at gmail.com> > wrote: >> >> On Thu, Jan 17, 2013 at 1:23 AM, Evgeniy Stepanov >> <eugeni.stepanov at gmail.com> wrote: >> > On Thu, Jan 17, 2013 at 1:19 AM, Dmitri Gribenko <gribozavr at gmail.com> >> > wrote: >> >> On...