similar to: LLVM 3.4 Release!

Displaying 20 results from an estimated 1300 matches similar to: "LLVM 3.4 Release!"

2007 Jun 05
0
Isolinux at heise online
[Deutsche Fassung: siehe unten.] Dear software developer, we have accepted your application Isolinux into the software database of heise online. You can find the application in a few minutes at http://www.heise.de/software/default.shtml?prg=44562 Please take a brief moment to verify whether all details are correct. If necessary, please inform us via e-mail. You can also supplement or change
2013 Jan 11
1
libvirt RPC error
Hi, I'm using qemu+ssh://username at hostname/system as the remote URI. Libvirt seems to be communicating fine until some 2 minutes (we poll every 5 seconds) and then it throws up RPC error and many counters are wrong. But if I collect on localhost the counters seems to be coming fine. Test and testvm are guests on the local machine where as Win8 and Ubuntu* are remote URI's connected
2006 Aug 01
9
DNS resolutions is not working in a Solaris 10 DomU
Hi, I found a problem with the DNS resolution in a Solaris 10 DomU. The Test Environment was: I installed the Xen bfu on top of Solaris snv43 and booted the Dom0 with Solaris. Then I installed and booted a Solaris 10 DomU. In the Solaris 10 Dom0 the DNS resolution works; in the Solaris 10 DomU the DNS resolution does not work as expected: Inside the Solaris 10 DomU I can''t use
2013 Nov 19
0
Re: Unable to use more than 4 serial devices at once.
On 11/17/2013 09:18 PM, Matthew Harrold wrote: > On Sun, Nov 17, 2013 at 7:44 PM, Cole Robinson <crobinso@redhat.com > <mailto:crobinso@redhat.com>> wrote: > On 11/17/2013 01:26 PM, Matthew Harrold wrote: > > Hi All. > > > > I'm trying to setup a guest within my hypervisor that acts as a Console > > Server, using 10 USB
2013 Nov 17
2
Unable to use more than 4 serial devices at once.
Hi All. I'm trying to setup a guest within my hypervisor that acts as a Console Server, using 10 USB to Serial adapters. The Host is all setup and can access each Serial Port without problems. I have attempted to add the Serial Connections to a Guest, using both Virtual Machine Manager and by editing the .XML file, and I can add up to 4 Serial devices (Including one for console access to the
2012 Jun 06
0
Intel VGA-passthrough to Ubuntu12.04 64bit Dom-U doesn't work
Hi, When Ubuntu12.04 64bit domU boot up, Intel VGA-passthrough doesn''t work. I used the command "xm create" to boot up Dom-U. Windows7-64bit-SP1 works quite well with same configuration. Boot log is as follows. Dom-U dmesg: [ 1.421858] initcall rfcomm_init+0x0/0xf1 [rfcomm] returned 0 after 2192 usecs [ 1.423021] calling i915_init+0x0/0x8d [i915] @ 387 [ 1.423023]
2014 Jan 23
2
[LLVMdev] How to read v3.3 dbg metadata using v3.4 LLVM
Hi, I have bitcode files built by LLVM v3.3 and need to process them using v3.4 tools. While I don't expect a lot of backward compatibility in LLVM, luckily it seems everything's working fine, except for reading source line information attached to instructions. I use this piece of code [0] to get source line information. For v3.4, instruction.getMetadata returns NULL. I used llvm-dis to
2001 Oct 11
0
win2k and lost shares [was:Re: unknown %a]
Hi Dietrich, So to make sure I understand: 1.User franz logs in. 2.user franz verifies the shares exist (HOW?) do they show up in "My Network Places", or does he do a 'net view \\sambaserver' or what? 3.a couple of minutes later, user franz does step #2 (which is what, EXACTLY), and cannot see the three shares included by smb.conf.franz. ^^^^^^^Is this correct?
2007 May 22
2
Patches for Xen 3.1 packaging
Hi, attached (hopefully ;-)) you'll find patches against the current SVN for xen-3.0 and xen-common to support Xen 3.1. Packages I've build with them run fine under Debian Etch for a couple of days now (with the official 2.6.18-4-xen kernel). But I am sure there will be some issues. I did not do any modifications regarding versioning - something that changes with Xen 3.1.
2005 May 23
1
TCP timestamp vulnerability
On May 19, 2005, at 5:53 AM, Christian Brueffer wrote: > Hi, > > fixes for the vulnerability described in http://www.kb.cert.org/ > vuls/id/637934 > were checked in to CURRENT and RELENG_5 by ps in April. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/tcp_input.c > > Revisions 1.270 and 1.252.2.16 > > He didn't commit it to RELENG_5_4 for some
2014 Jan 24
2
[LLVMdev] How to read v3.3 dbg metadata using v3.4 LLVM
Thanks Eric, but could you give me a little bit more hints or pointers please? I looked into DebugInfo.h, but I'm still not sure how to start. It sounds like I'd have to somehow manually extract metadata nodes from an instruction. Thanks, JS On Wed, Jan 22, 2014 at 10:14 PM, Eric Christopher <echristo at gmail.com>wrote: > This is likely going to be difficult if possible. I
2013 Nov 11
1
Incorrect Responses on deliverable mails with LMTP server
Appears some change between 2.2.6 and 2.2.7 altered the response codes for LMTP user verification probes. Dovecot 2.2.6: Nov 2 15:50:48 spectre postfix/qmgr[627]: 3dBjr80wMgz1s: from=<double-bounce at spectre.leuxner.net>, size=271, nrcpt=1 (queue active) Nov 2 15:50:48 spectre postfix/cleanup[6226]: 3dBjr80xbYz1w: message-id=<20131102145047.2D3C6824147 at sam.dfn-cert.de> Nov 2
2014 Mar 25
3
[LLVMdev] Getting the Debugging JIT-ed Code with GDB example to work
I'm trying to run the example described at: http://llvm.org/docs/DebuggingJITedCode.html I followed the sample command line session (below, with versions numbers for everything), but gdb doesn't stop at the breakpoints as described. Any idea what is wrong? Thanks, Zach zdevito at derp:~/terra/tests$ > ~/clang+llvm-3.4-x86_64-unknown-ubuntu12.04/bin/clang -cc1 -O0 -g >
2014 Jan 10
2
[LLVMdev] Specify the default target when configuring LLVM
We have added our own proprietary target to LLVM and up until recently it was configured only for this target. I now build it to include additional targets and this all works fine, I just need to specify the associated triple when compiling and the correct code-generator is selected. But I would like to have it default to the triple for our processor when no triple is specified, and while I can
2005 Jun 02
2
Networking domU > Internet ping gives "destination host unreachable"
Hello @all, thanks for all the helpfull answers in this mailing list. They helped me compiling a new kernel 2.6.10.11 with Xen 2.0.6 (my first one), setting up a dom0 with RAID, LVM and loop devices for domU, integrating a second network as xen-br1 (I''m calling the /etc/xen/scripts/network script from within /etc/init.d/xend to bring up / down the second bridge.) and bootstrapping
2012 Apr 30
1
Touhou Project game doesn't come up in a Ubuntu12.04 Wine1.4
Now, I am using is Wine1.4 Ubuntu12.04. Update to 12.04 from Ubuntu11.10, has been updated as well Wine. Then, the game was east of the project will not start for some reason all. Also double-click the executable file, the reaction does not (boot). Was working in previous versions of Wine. We also check to run as a program. Why did not start, why? What remedy is there? In addition, the package
2012 Nov 06
1
How to setup puppet 0.25.5-1 client in UBUNTU12.04 64 bit
How to setup puppet 0.25.5-1 in ubuntu12.04, the normal updates taking me to higher version of puppet client. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/AK3o7PW2HwEJ. To post to this group, send email to puppet-users@googlegroups.com. To
2001 Jun 30
0
Ogg Vorbis on MTV online
Dear Ogg Vorbis Lovers, I'm Dirk of oggmusic.de and I'm not a developer. I'm only a publisher, but I think it's interesting for you, to read some news. Oggmusic.de is the official Presenter of the first Ogg Vorbis Cover Contest in Germany. In Cooperation with the Donots, one of the leading Fun-Punk-Emo-Rock-Bands in Germany, oggmusic.de gives unsigned Bands the chance to win a
2002 Aug 01
0
openssh-3.4p1.tar.gz (openBSD) trojaned
Hi, FYI: ------------------------------------------------------ http://docs.freebsd.org/cgi/getmsg.cgi?fetch=394609+0+current/freebsd-security ------------------------------------------------------ >Greetings, > >Just want to inform you that the OpenSSH package op ftp.openbsd.org >(and probably all its mirrors now) it trojaned: > >
2012 Jan 19
0
Fwd: Typo in the FAQ at http://wiki.centos.org/FAQ/CentOS6, /etc/sysconfig/nertwork-scripts/ifcfg-eth0 should be /etc/sysconfig/network-scripts/ifcfg-eth0
-------- Original Message -------- Subject: Typo in the FAQ at http://wiki.centos.org/FAQ/CentOS6, /etc/sysconfig/nertwork-scripts/ifcfg-eth0 should be /etc/sysconfig/network-scripts/ifcfg-eth0 Date: Thu, 19 Jan 2012 15:31:08 +0100 From: Maximilian Heise <maximilian.heise at gmx.net> To: webmaster at centos.org Hello, I think there is a typo in the faq at