similar to: [LLVMdev] llvm/tools/lto* rename heads up

Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] llvm/tools/lto* rename heads up"

2008 Jul 01
0
[LLVMdev] llvm/tools/lto* rename heads up
I have experienced this with a svn 1.5 client but not with 1.4.6. Did anybody see this with a 1.4.6 (or older) client? Btw. what is the server version? Anyway this seems to be a bug in subversion. Cheers, Gabor PS: http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=79361 On Jul 1, 5:27 am, Chris Lattner <clatt... at apple.com> wrote: > Devang removed the old
2007 Apr 01
17
Retrospectiva - Web project management on Rails
Hi! For those who are not following the announcements on my blog (yet), a second release candidate of Retrospectiva v1.0, which I already expect to be production-ready, has been released recently. To get the application even more stable I would like to invite all of you to join the tests. For more information, please visit http://www.retrospectiva.org. Dimitrij PS: If you don''t even
2005 Aug 17
4
[Bug 1070] Enchancement: Integration with GridEngine
http://bugzilla.mindrot.org/show_bug.cgi?id=1070 Summary: Enchancement: Integration with GridEngine Product: Portable OpenSSH Version: 4.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy:
2004 Feb 20
4
GridEngine-OpenSSH integration
Hi, GridEngine (http://gridengine.sunsource.net, aka. SGE) is an opensource batch system for clusters. They have an integration with SSH: http://gridengine.sunsource.net/project/gridengine/howto/qrsh_ssh.html The idea is that instead of using a modified rsh/rshd, they wanted to OpenSSH. However, in order to provide full job control, they need to add a few hooks in OpenSSH. Question: - Is it OK
2006 Jul 25
4
Problem installing plugins
I''m trying to install a plugin using the supplied command... $ script/plugin install svn://rubyforge.org//var/svn/backgroundrb I get an error sh: line 1: svn: command not found What am I doing wrong? What is svn, and why is it not found?? It seems to work for everyone else.... Have I missed something in my Ruby install? -- Posted via http://www.ruby-forum.com/.
2004 Mar 17
2
[LLVMdev] JFYI: svn 1.0.1 released
Hi all, Here: http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-October/000523.html Chris wrote: Chris> We certainly acknowledge that CVS has severe Chris> deficiencies, but in the near future we'll probably stay with it. Chris> Perhaps after SVN 1.0 comes out... :) so, now it is: http://subversion.tigris.org/servlets/ProjectNewsList ;-) P.S. any March LLVM news? best
2007 Nov 27
2
failed to install acts_as_ferret plugin
After enter in the command line :ruby script/plugin install svn://projects.jkraemer.net/acts_as_ferret/trunk/plugin/acts_as_ferret under WIndows XP , nothing happened. I wonder why? Thank you for your help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,
2009 Mar 05
5
[LLVMdev] Persistent build error
I've been getting this error for the last few days: gmake[3]: Entering directory `/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils' llvm[3]: Compiling AddrModeMatcher.cpp for Debug build In file included from /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26, from
2020 Jan 02
6
error in building llvm with default options
hello, I am trying to build LLVM with default options. I am getting the following error message after make. [100%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o [100%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o [100%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o [100%] Building C object
2008 Nov 03
2
[LLVMdev] Available code-generation parallism
On 3 Nov., 10:06, Chris Lattner <clatt... at apple.com> wrote: > On Nov 2, 2008, at 2:20 PM, Jonathan Brandmeyer wrote: > > > I am interested in making my LLVM front-end multi-threaded in a way > > similar to the GCC compiler server proposal and was wondering about   > > the > > extent that the LLVM passes support it. > > Do you have a link for this?
2020 Jan 02
2
error in building llvm with default options
Various options for reducing memory usage when building LLVM: * Don't use bfd-ld, at least use gold, probably use lld if you have it available * With Ninja and/or CMake there's some way to specify the maximum number of concurrent linkactions - lower this to fit in your available memory * If you're building with debug info: Use Split DWARF On Thu, Jan 2, 2020 at 5:21 AM Kókai Péter
2020 Jan 02
3
error in building llvm with default options
The last time this came up, we agreed something should be done to fix the defaults, but nobody picked it up and ran with it. I think there was consensus, it just needs legwork now. On Thu, Jan 2, 2020 at 11:58 AM Aaron Smith via llvm-dev < llvm-dev at lists.llvm.org> wrote: > There was a recent thread on reducing memory: >
2009 Mar 06
0
[LLVMdev] Persistent build error
Have you fixed the problem already? I'm getting the same error on my Windows Vista x64 cygwin make Ben Laurie-3 wrote: > > I've been getting this error for the last few days: > > gmake[3]: Entering directory > `/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils' > llvm[3]: Compiling AddrModeMatcher.cpp for Debug build > In file included from
2009 Mar 06
0
[LLVMdev] Persistent build error
This should be fixed now. I verified it with 3.4.6 on a x86 linux box. http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090302/074769.html I think most of our nightly testers are using gcc4. -Tanya On Thu, 5 Mar 2009, Ben Laurie wrote: > I've been getting this error for the last few days: > > gmake[3]: Entering directory >
2009 Mar 06
1
[LLVMdev] Persistent build error
On Fri, Mar 6, 2009 at 4:59 PM, meilon <the-fr3ak at gmx.net> wrote: > > Have you fixed the problem already? I'm getting the same error on my > Windows > Vista x64 cygwin make Nope. Still there. > > > Ben Laurie-3 wrote: > > > > I've been getting this error for the last few days: > > > > gmake[3]: Entering directory > >
2009 Sep 27
2
[LLVMdev] llvm-db status
I found that llvm-db is the front end for lib/Debugger. I would like to ask you if there is anyone who is actively working on this problem, and if you any specific directions/goals/wish list ~Ioannis On Sep 27, 6:41 pm, Chris Lattner <clatt... at apple.com> wrote: > On Sep 27, 2009, at 3:34 PM, idoud wrote: > > > > > Hi, > > > I would like to ask what is the
2007 Jan 17
4
svn: command not found
Upon trying to install I keep getting the following error message in my terminal... svn: command not found Any help would be greatly appreciated -- Posted via http://www.ruby-forum.com/.
2008 May 21
4
[LLVMdev] 2.3 Pre-release available for testing
>I just sent a reply to Razvan with 3 patches that I think should be merged >into the release branch. I want to keep it somewhat in sync with mainline. >Can you try applying those 3 patches and let me know if it builds for you >and what version of MSVC you have? It doesn't build. first problem is patch 51098 that adds lib\VMCore\Use.cpp and lib\Transforms\Utils\UnrollLoop.cpp
2008 Apr 18
2
[LLVMdev] PATCH: Use size reduction -- wave2
On Apr 17, 7:01 pm, Owen Anderson <resis... at mac.com> wrote: > Gabor, > > Have you updated llvm2cpp to generate calls to the appropriate new Yes. These are caught by my conversion scripts. > constructors? Also, could you check the code in the tutorials to make > sure it matches the new API? Good point, will do. Thanks, Gabor > > --Owen
2009 May 22
2
Scope problem?
I've just spent today trying to fix a Heisenbug... this function returns a linear interpolator function: interpOne <- function(xl,yl){ f = function(data){ t = (data-min(xl))/(max(xl)-min(xl)) return(min(yl)+t*(max(yl)-min(yl))) } return(f) } > k=interpOne(c(0,1),c(4,5)) > k(0.5) [1] 4.5 and this function uses the above to return a function that returns a piece-wise