search for: obbligato

Displaying 20 results from an estimated 428 matches for "obbligato".

2010 Aug 17
4
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
On Tue, Aug 17, 2010 at 11:09 PM, David A. Greene <greened at obbligato.org> wrote: > Please do.  7z is not supported on Linux. Does not this work? http://packages.debian.org/lenny/p7zip-full Eugene
2015 Jul 08
2
[LLVMdev] Excluding project builds
Dan Liew <dan at su-root.co.uk> writes: > On 7 July 2015 at 15:05, David A. Greene <greened at obbligato.org> wrote: >> I'm learning the cmake build. >> >> Is there a way to disable the build of a subdirectory in llvm/projects? >> I'm getting a build error on one project and don't want it to hold up >> the build of everything else. > > In your LLVM bu...
2011 Aug 23
3
[LLVMdev] git Status
greened at obbligato.org (David A. Greene) writes: > Actually git pull can sometimes get you into trouble. Probably git > fetch / git rebase is the better combination for LLVM. I don't get it. Doesn't "git pull --rebase" do exactly a fetch followed by a rebase? -- Matthieu Moy http://www-v...
2010 Aug 17
0
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
On Tue, Aug 17, 2010 at 4:06 PM, David A. Greene <greened at obbligato.org> wrote: > OvermindDL1 <overminddl1 at gmail.com> writes: > >> On Tue, Aug 10, 2010 at 1:09 PM, David A. Greene <greened at obbligato.org> wrote: >>> BoostBook/QuickBook is really cool but I found it nearly impossible to >>> use outside of the Boost t...
2010 Dec 10
2
[LLVMdev] Parallel testsuite run breaks
greened at obbligato.org (David A. Greene) writes: > greened at obbligato.org (David A. Greene) writes: > >> For now, I think if I tweak the way I do the build to always build >> without pointing to llvm-gcc first, build and test LLVM then build >> llvm-gcc and re-build LLVM, it should work. I...
2011 Aug 23
0
[LLVMdev] git Status
Matthieu Moy <Matthieu.Moy at grenoble-inp.fr> writes: > greened at obbligato.org (David A. Greene) writes: > >> Actually git pull can sometimes get you into trouble. Probably git >> fetch / git rebase is the better combination for LLVM. > > I don't get it. > > Doesn't "git pull --rebase" do exactly a fetch followed by a rebase?...
2010 Aug 12
0
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...gs at gmail.com> wrote: > In the end I felt that there would be too much resistance to > boost-build and the complexity. I then discovered Sphinx and found > that it did everything I wanted and just felt clean and simple. On Tue, Aug 10, 2010 at 1:09 PM, David A. Greene <greened at obbligato.org> wrote: > OvermindDL1 <overminddl1 at gmail.com> writes: > >> BoostBook is a simplification of DocBook, with many things specific >> for C/C++ source. it can pull in parts of a source file so the doc >> examples always show examples of code that is actually tes...
2010 Dec 09
4
[LLVMdev] Parallel testsuite run breaks
On Thu, 09 Dec 2010 11:24:19 -0600 greened at obbligato.org (David A. Greene) wrote: > greened at obbligato.org (David A. Greene) writes: > > > Often I run a few different builds in parallel, with different > > obj/build directories. Is it possible that the test infrastructure > > writes something to the source directories or...
2012 Oct 02
0
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
On Oct 1, 2012, at 6:16 PM, greened at obbligato.org wrote: > Sanjoy Das <sanjoy at playingwithpointers.com> writes: > >> In short, I propose a intrinsic based approach which hinges on the >> concept of a "parallel map". The immediate effect of using intrinsics >> is that we no longer have to worry about...
2012 Oct 02
4
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
Sanjoy Das <sanjoy at playingwithpointers.com> writes: > In short, I propose a intrinsic based approach which hinges on the > concept of a "parallel map". The immediate effect of using intrinsics > is that we no longer have to worry about missing metadata. Moreover, > we are still free to lower the intrinsics in a variety of ways -- > including vectorizing them or
2010 Dec 09
0
[LLVMdev] Bad gcc versions
greened at obbligato.org (David A. Greene) writes: > Often I run a few different builds in parallel, with different obj/build > directories. Is it possible that the test infrastructure writes > something to the source directories or some common temp directory? That > could confuse things when doing paral...
2010 Dec 10
0
[LLVMdev] Parallel testsuite run breaks
greened at obbligato.org (David A. Greene) writes: > Any hints on how to make absolute paths stick? Ok, I finally got that to work. I'm running experiments now. -Dave
2010 Dec 10
1
[LLVMdev] Parallel testsuite run breaks
greened at obbligato.org (David A. Greene) writes: > greened at obbligato.org (David A. Greene) writes: > >> Any hints on how to make absolute paths stick? > > Ok, I finally got that to work. I'm running experiments now. After fixing a few Python bugs in my code, I now have everything passing....
2011 Jul 23
1
[LLVMdev] git
Yes, I do. -Chris On Jul 22, 2011, at 10:45 PM, greened at obbligato.org (David A. Greene) wrote: > Chris Lattner <clattner at apple.com> writes: > >> I really do appreciate distributed VCS, but only as staging. >> Incremental development is crucial for the project and "take this git >> push with 100K of code" will never be...
2011 Oct 14
2
[LLVMdev] [cfe-dev] Reminder: LLVM 3.0 Branching Friday!
greened at obbligato.org (David A. Greene) writes: > I have some pending patches for 3.0 only. Of course I meant post-3.0 only. -Dave
2011 Dec 01
2
[LLVMdev] bdver1 cpu(bulldozer) support with dragonegg
Better be quick! I am adding FMA4 and XOP now, and if you contribute code before I do, you can spare yourself some XOP merging. - Jan ----- Original Message ----- > From: David A. Greene <greened at obbligato.org> > To: Benjamin Kramer <benny.kra at googlemail.com> > Cc: llvmdev at cs.uiuc.edu > Sent: Thursday, December 1, 2011 12:19 PM > Subject: Re: [LLVMdev] bdver1 cpu(bulldozer) support with dragonegg > > Benjamin Kramer <benny.kra at googlemail.com> writes: > &...
2007 Jun 16
0
[LLVMdev] Improving link time building llvm
On 6/16/07, David A. Greene <greened at obbligato.org> wrote: > Just FYI, we discovered that GNU binutils 2.17 has a nasty bug in the > linker that causes excessive link time when building llvm. We switched > to using cvs binutils and our link times went from minutes to seconds. > > I didn't see anything about this on the we...
2010 Aug 18
2
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
OvermindDL1 <overminddl1 at gmail.com> writes: > On Tue, Aug 17, 2010 at 5:25 PM, Chris Lattner <clattner at apple.com> wrote: >> On Aug 17, 2010, at 3:42 PM, OvermindDL1 wrote: >> >>> >>> On Tue, Aug 17, 2010 at 4:09 PM, David A. Greene <greened at obbligato.org> wrote: >>>> OvermindDL1 <overminddl1 at gmail.com> writes: >>>> >>>>> Correction, even the zip by itself is too big, here is the 7z, if >>>>> someone wants a giant zip, I can host it somewhere... >>>> >>>> P...
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
Dmitri Gribenko <gribozavr at gmail.com> writes: > On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote: >> The document here explains pretty well how to add a buildslave to the >> buildbot: >> >> http://llvm.org/docs/HowToAddABuilder.html >> >> However, it's not clear to me how to add a new build config. I would >> like to add a buildslave...
2011 Jul 29
2
[LLVMdev] git
On Jul 28, 2011, at 2:01 PM, David A. Greene wrote: > Chris Lattner <clattner at apple.com> writes: > >> On Jul 22, 2011, at 10:45 PM, greened at obbligato.org (David A. Greene) wrote: > >>> I'm a little confused. To me "staging" means incremental development, >>> getting things integrated correctly, etc. The final merge to "mainline" >>> is little more than a formality. You don't really wa...