Displaying 20 results from an estimated 200000 matches similar to: "[LLVMdev] cvsupdate moved"
2002 Dec 03
0
[LLVMdev] 100k LOC club
BTW, it looks like LLVM has broken the 100,000 LOC mark. :)
~/llvm$ wc `utils/getsrcs.sh `
...
100384 419463 3658827 total
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
2002 Sep 15
0
[LLVMdev] Simple make script
I added a simple script called "makellvm" in the base llvm directory to
build a library and an executable with one command. The script runs gnumake
in the current directory, and if that completes successfully, it chdir's to
your llvm/tools/<toolname> and runs gnumake there. <toolname> can be
specified on the command name and if not, it defaults to opt.
Examples:
2006 May 01
0
[LLVMdev] Re: Question about modifying LLVM
On Sun, 30 Apr 2006, Fernando Magno Quintao Pereira wrote:
> I am trying to use LLVM to implement one register allocation
> algorithm. I think I understand the code, and I've started my
> implementation. But I am having a problem, mostly due to my ignorance of
> C++. I am basically modifying the code of
> llvm/lib/CodeGen/RegAllocLocal.cpp. But if I type 'gmake'
2006 Apr 07
2
[LLVMdev] CVS Broken?
I did a utils/cvsupdate, and there are no conflicts. srcdir !=
objdir. This is on persephone.
Are you not getting this error? Perhaps I should check out a fresh
tree and try to compile it?
Rob
On Apr 7, 2006, at 11:40 AM, Chris Lattner wrote:
> On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote:
>> I just updated from CVS, and after doing a clean rebuild I get
>> this
2006 Apr 07
0
[LLVMdev] CVS Broken?
On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote:
> I did a utils/cvsupdate, and there are no conflicts. srcdir != objdir. This
> is on persephone.
>
> Are you not getting this error? Perhaps I should check out a fresh tree and
> try to compile it?
Nope, I don't think anyone else is getting this error. If you could try a
fresh build that would be great, I'll fire
2006 Aug 20
2
[LLVMdev] Adding register allocator to LLVM
Dear Anton,
you can add your register allocator strait iin the
"lib/CodeGen/Passes.cpp", and then 're-make' it: "makellvm llc", on the
top of lib/CodeGen. It is faster than running make from LLVMOBJDIR. The
problem is that it only add to llc the changes on the lib/CodeGen
directory. If you change other parts, a make from LLVMOBJDIR will
synchronize it.
Try adding
2002 Sep 30
2
[LLVMdev] PreSelection
Hello,
My llvm tree doesn't compile; it exits after an error saying:
/bin/sh: PreSelection: does not exist
while in the lib/CodeGen directory. How can this error be overcome?
2006 Apr 07
2
[LLVMdev] CVS Broken?
I've done several CVS head builds today .. no problems on Linux.
Reid.
On Fri, 2006-04-07 at 11:53 -0500, Chris Lattner wrote:
> On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote:
>
> > I did a utils/cvsupdate, and there are no conflicts. srcdir != objdir. This
> > is on persephone.
> >
> > Are you not getting this error? Perhaps I should check out a fresh
2006 Apr 07
0
[LLVMdev] CVS Broken?
I'm guessing the problem occurred because I hadn't updated in a while
(maybe a couple of weeks?) and I had an old Intrinsics.gen file
hanging around in my source directory that was getting picked up by
the makefile for some reason. This is a bug, but maybe it's harmless
because there's a onetime workaround (delete the file by hand) and it
won't be a problem for
2006 Aug 22
0
[LLVMdev] Adding register allocator to LLVM
I managed to link my RegAlloc.a library to llc tool but can;t make the
same with lli tool.
Should I use USEDLIBS variable in lli makefile (like llc) or there is
another way?
On 8/20/06, Fernando Magno Quintao Pereira <fernando at cs.ucla.edu> wrote:
>
>
> Dear Anton,
>
> you can add your register allocator strait iin the
> "lib/CodeGen/Passes.cpp", and then
2002 Sep 15
1
[LLVMdev] Updated code breaks
After I did a cvsupdate, my old code which was working fine before, now
breaks. It says "Pure virtual method" called and aborts. This happens even
for the Hello Pass example (I didn't make any modifications to this).
I remember somone in the class had the same problem and managed to fix it.
Did anyone else encounter this problem ? I'd be much obliged if somone could
tell me how
2002 Aug 18
1
initramfs scripts + cpio archive stuff
--32u276st3Jlj2kUU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi all (two) klibc hackers! 8)
Here's the stuff I've been using to build an initramfs image and run it
on one of my machines. Unfortunately, the "init" script contains hard
coded information about where to find the root, etc, but it should give
people a working base to start from.
It
2002 Sep 15
2
[LLVMdev] MP1: Constructor for AllocaInst
I remember reading in a previous thread by Chris that all instructions
will have the "instruction to insert before" as an argument to their
constructors. In the code I have, this hasn't been done for the
AllocaInst. I did a recent "cvsupdate", but the code still hadn't
changed. Has this code already been updated ? If not, I request that it
be updated as soon as
2013 Apr 27
1
Bug#706283: xen-utils-common: Broken paths in /etc/xen/scripts/hotplugpath.sh
Package: xen-utils-common
Version: 4.1.4-3
Severity: important
Dear Maintainer,
While updating my xen package today, I was prompted with a config file conflict.
--- /etc/xen/scripts/hotplugpath.sh 2013-04-28 01:51:20.899778510 +0800
+++ /etc/xen/scripts/hotplugpath.sh.dpkg-new 2013-04-19 19:39:55.000000000 +0800
@@ -1,12 +1,10 @@
SBINDIR="/usr/sbin"
BINDIR="/usr/bin"
2009 Aug 19
0
Newbie: Mac OS X - Asterisk Gui 2.0 (svn) loops at " Verifying Dialplan Contexts needed for GUI"
Hi All,
This is my first post. I searched the archives and found something similar
and I tried some of those suggestions. I changed the file permissions on the
scripts directory to 777 (which doesn't seem secure), I also manually ran
the detectdahdi.sh script. The response is "None".
I am running Mac OS X 10.5.7 with Asterisk 1.4.26.1 which I compiled from
source. The Asterisk Gui
2004 Sep 05
3
[LLVMdev] POST MORTEM: llvm-test changes
Okay, I'll have to fix NightlyTest.pl not to use shell script syntax
that isn't universal. Look for a commit soon.
Reid.
On Sun, 2004-09-05 at 13:31, Vladimir Merzliakov wrote:
> > Bash 2.05b on Linux handles this fine. I was asking what
> > your "default" system shell is on FreeBSD. Probably /bin/sh, right?
> > Perhaps you can:
> >
> >
2015 May 29
1
Bug#787193: xen-utils-common: xen-init-list crashes with TypeError, renders reboots unfeasible after upgrade from wheezy to jessie
Package: xen-utils-common
Version: 4.4.1-9
Severity: important
This bug was already reported as #763102 and was brushed off because maintainer
says it implicates xend which is not there in 4.4 anymore. However, this
problem is present during upgrade from wheezy to jessie and means that reboots
are not possible without physical interventions.
As noted in #763102, during shutdown, we can see this
2010 Aug 03
4
Bug#591456: xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts
Package: xen-utils-common
Version: 4.0.0-1
Severity: important
When Xen is configured in routed mode, restarting xend fails because the script hotplugpath.sh is missing.
Please see below for more information.
***
root at eliott:~# /etc/init.d/xend restart
Restarting Xen daemons: xend/etc/xen/scripts/network-route: line 20: /etc/xen/scripts/hotplugpath.sh: No such file or directory
2006 Apr 17
0
[PATCH] klibc: rebuild cpio image when content changes
Generate dependencies almost like done by fixdep in the kernel.
This teaches make to rebuild cpio image when content has changed.
Also restructured usr/Kbuild a little so we better utilise parallel
makes (dash, gzip, utils and kinit are now build in parallel).
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
patch is on top of hpa's linux tree, so path differ if applied to the
klibc
2008 Aug 24
2
Bug#496367: The possibility of attack with the help of symlinks in some Debian packages
Package: xen-utils-3.2-1
Severity: grave
Hi, maintainer!
This message about the error concerns a few packages at once. I've
tested all the packages (for Lenny) on my Debian mirror. All scripts
of packages (marked as executable) were tested.
In some packages I've discovered scripts with errors which may be used
by a user for damaging important system files or user's files.
For