similar to: [LLVMdev] Ye Olde Fashioned LLVM 3.4 Phase I Bug Fixin' Time!

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Ye Olde Fashioned LLVM 3.4 Phase I Bug Fixin' Time!"

2001 Feb 02
2
Ye olde INT 33h
On Tue, 30 Jan 2001, Eduardo Costa wrote: > Does anybody know if Wine will support the INT 33h (I think it's an > alias to "DPMI") ? I want to play my old classic DOS games, but in > Windoze they crash (don't know why - I hate this O$), and Wine doesn't > support this interrupt. Try dosemu (www.dosemu.org). Runs almost all non-DPMI programs and quite a few DPMI
2009 May 12
0
Mappery : Ye! Utuvienyes! and also Eureka!
Skimming through Fedora's routine updates, one day not long ago, I noticed the string "garmin" -- and just now thought to try one more time to make one of my GPSs (all of which are Garmins) talk to my legacy proprietary map software. IT DID IT! This is the best computer news I've had since I began running Linux, back in '98 or '99. It means I
2006 Nov 22
4
Know ye of such a beast ?
// hoping this is sufficiently on-topic // php-driven, markdown-aware, open source wiki/cms that has some degree of version control, a flexible system for privs/access control, is installable (or buildable) on OS X and has an easy installer for windows ?
2007 Sep 12
2
Generating an old-fashioned dialtone
Is there a way to generate an old-fashioned dial tone with Asterisk? I'm thinking of one that sounds like: http://www.seg.co.uk/telecomm/dialtone.wav -- Phil Reynolds o ____ mail: phil at tinsleyviaduct.com |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ (_)- \/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95
2011 Apr 26
2
vendoring rails the good ol' fashioned way
rails 3.0.7 here. ''bundle package'' dumps 29MB into vendor/cache and 129MB into vendor/ rails.... That seems to arbitrary and unnecessary. How do I install rails to vendor/rails these days? ''rake rails:freeze:gems'' used to work great, now what? Tried this: Gemfile: gem ''rails'', ''3.0.7'', :path =>
2013 Dec 02
0
[LLVMdev] [3.4 Release] Phase II Reminder
The time has come for the next phase of testing! I’ll be creating RC2 Monday night. Please let me know if there are any outstanding patches that should be added to the release! Also, if you own a sub-project that’s hosted in the llvm.org source tree, please update it with any patches you want to go into the 3.4 release. DOCUMENTATION: Please please please update the ReleaseNotes.rst file in the
2011 Jun 08
3
Histogram
Hello , I am trying to create a histogram in order to compare between two groups and would like it to be similar to the figure attached. How can I generate this using R ? Thank you, Nandini http://r.789695.n4.nabble.com/file/n3582448/5634-15977-1-PB.gif -- View this message in context: http://r.789695.n4.nabble.com/Histogram-tp3582448p3582448.html Sent from the R help mailing list archive at
2009 May 26
6
Unable to install Direct X 9
So I got ye olde winetricks. When I try and get it to install DX9 all goes well until it actually begins unpacking files. Then the terminal pops up with a nasty error msg. err:setupapi:do_file_copyW Unsupported style(s) 0x144 and when it's all over with, DX9 is not installed. What's going on here? And how do I fix it?
2009 Dec 01
2
[LLVMdev] MachineMemOperands
On Tuesday 01 December 2009 11:01, Chris Lattner wrote: > What are you trying to accomplish? What would use this? I am trying to determine whether a MachineMemOperand is a vector operand. -Dave
2009 Dec 01
0
[LLVMdev] MachineMemOperands
On Dec 1, 2009, at 9:03 AM, David Greene wrote: > On Tuesday 01 December 2009 11:01, Chris Lattner wrote: >> What are you trying to accomplish? What would use this? > > I am trying to determine whether a MachineMemOperand is a vector > operand. Again, what's that for? If you're interested in which pipeline a load feeds, ye olde Vector vs. Scalar isn't sufficient
2016 Apr 04
3
Migrating from Olde server to Dovecot
Hi I am new to the mailing List, and was hoping to get some assistance migrating from an Old Cucipop + Sendmail server (running on a old Redhat v 7) to a new Dovecot setup. My new installation is Dovecot + Postfix. All is setup and working, however I want to trasnsfer the contents of the mailboxes from my old server to this new Dovecot setup. Please let me know what information will be required
2009 May 25
2
Err: "Missing OS" Using altMBR.bin
Hi, I'm trying to use the altmbr.bin that came with 3.80 on an ATA IDE drive. When I boot I get this error msg: > Missing operating system. > > No bootable devices--strike F1 to retry boot, F2 for setup utility. The first line is coming from syslinux, the final line is my BIOS offering for me to retry. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- PC: Dell D500 notebook, P4 1.4GHz
2009 Dec 01
2
[LLVMdev] MachineMemOperands
On Tuesday 01 December 2009 12:14, Dan Gohman wrote: > On Dec 1, 2009, at 9:03 AM, David Greene wrote: > > On Tuesday 01 December 2009 11:01, Chris Lattner wrote: > >> What are you trying to accomplish? What would use this? > > > > I am trying to determine whether a MachineMemOperand is a vector > > operand. > > Again, what's that for? If you're
2005 May 25
1
Shorewall 2.3 problem
Hi to all. I recently upgraded to shorewall ver 2.3 from 2.0 after fixin some minor config problems, I also upgraded iptables from 1.2 to 1.3 (rpm-based install) but when I tried to start shorewall it terminates and I noticed it''s giving me this error iptables: No chain/target/match by that name ERROR: Command "/sbin/iptables -t mangle -A PREROUTING -m connmark ! --mark 0 -j
2013 Jul 04
2
Java/Solr - Could not reserve enough space for object heap.
Hi All. # cat /etc/redhat-release CentOS release 6.2 (Final) # uname -r 2.6.32-220.17.1.el6.centos.plus.x86_64 # rpm -qa | grep solr apache-solr-3.5.0-1.5... I have a solr installation which is invoked: /usr/bin/java -Xms25g -Xmx25g -DSTOP.PORT=8079 -DSTOP.KEY=mustard -Dsolr.solr.home=multicore -jar start.jar After start/when the java process is running: # free -m total
2013 Nov 25
2
[LLVMdev] MCJIT RemoteMemoryManager Failures on ARM
Hi Andrew & Takumi, I'm including you guys because you seem to know what should and what shouldn't work, given your recent changes to the XFAILs. Feel free to exclude yourselves, or include other folks. I'm having a problem with a self-hosting ARM bot described here: http://llvm.org/bugs/show_bug.cgi?id=18057 Basically, allocateSpace() sometimes works, sometimes doesn't. I
2007 Aug 15
0
LVM OOM killer
Hi all, yeah ok don''t laugh at my hardware. I got this.... is it normal to get OOM killers with heavy usage of LVM CoW clones and only 64mb ram assigned to dom0 PIII (also is running apache2/nfs/sshd and 4 idling domU''s) Aug 15 14:40:27 xen5etch kernel: printk: 36 messages suppressed. Aug 15 14:40:30 xen5etch kernel: oom-killer: gfp_mask=0x280d2, order=0 Aug 15 14:40:30
2014 May 08
2
2x Samba4 Bugs - "mount error(5): Input/output error" & "recycle: stat for ... AFP_AfpInfo returned No such file or directory"
Hi I'm using Samba version 4.1.7 on the server side. On the Client side is multiple versions - a copy machine Konica Minolta - Windows XP - Windows 7 - Mac OSx (Mavericks) - CentOS (XenServer) all of them get sporadic input output errors. E.g: on a Linux I would get a mount error(5): Input/output error after the first try. And as funny as it sounds, but the second try is a success and
2007 May 05
0
[1013] trunk/wxruby2/swig/common.i: Run version test at SWIG phase rather than compile phase
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2005 Apr 08
10
ProxyARP in a Routed environment
Hi, In a routed network setup , is it possible to use ProxyARP given the condition that the shorewall external interface and the DMZ interface are in a completely different network . That means the gateway of the External interface and the hosts in ProxyARPed DMZ zones are in different network. eth0 ---in 220.227.X.Y/30 -- shorewall external interface eth1 ---in 220.227.A.B/27 -- shorewall