Displaying 20 results from an estimated 800 matches similar to: "[LLVMdev] Haiku Triple support"
2009 Oct 16
0
[LLVMdev] Haiku Triple support
Greatest appologies that had some cruft in it, let me send the cleaned one
On Fri, Oct 16, 2009 at 12:45 AM, Paul Davey <plmdvy at gmail.com> wrote:
> support for triple in haiku
>
> it touches lib/Support/Triple.cpp
> and include/llvm/ADT/Triple.h
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Oct 13
1
[LLVMdev] haiku comapatability configure regenerated
This is a patch for the regenerated configure related files.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091013/eb1ed755/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: haiku.patch
Type: text/x-patch
Size: 11388 bytes
Desc: not available
URL:
2009 Oct 14
2
[LLVMdev] undoing the pthread changes
Pthread search changes broke freebsd so they are coming out until something
better can be done
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091014/238683da/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: undopthread.patch
Type: text/x-patch
Size:
2009 Oct 14
0
[LLVMdev] undoing the pthread changes
I got two arguments the wrong way round, this is the fixed one
On Wed, Oct 14, 2009 at 6:57 AM, Paul Davey <plmdvy at gmail.com> wrote:
> Pthread search changes broke freebsd so they are coming out until something
> better can be done
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Oct 13
1
[LLVMdev] AuroraUX detection in configure.ac
for evocallaghan he needed his configure.ac changes autogened.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091013/a6819944/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: auroraux.patch
Type: text/x-patch
Size: 9004 bytes
Desc: not available
URL:
2009 Oct 30
2
[LLVMdev] strace for whole-program bitcodes
--emit-llvm??
On Fri, Oct 30, 2009 at 7:55 AM, Viktor Kutuzov
<vkutuzov at accesssoftek.com>wrote:
> Hello everyone,
>
> I'm working on passing parameters for gold/LTO plug-in and could add this
> one as well.
> Just need an option name. Could anybody suggest one?
>
> Viktor
>
> ----- Original Message -----
> From: "Nick Lewycky" <nicholas at
2009 Oct 30
0
[LLVMdev] strace for whole-program bitcodes
--emit-llvm, if not conflict
>>> Paul Davey <plmdvy at gmail.com> 10/30/2009 11:11 AM >>>
--emit-llvm??
On Fri, Oct 30, 2009 at 7:55 AM, Viktor Kutuzov <vkutuzov at accesssoftek.com> wrote:
Hello everyone,
I'm working on passing parameters for gold/LTO plug-in and could add this one as well.
Just need an option name. Could anybody suggest one?
Viktor
2009 Nov 12
4
[LLVMdev] opt -std-compile-opts breaks tail calls
tail calls are only implemented for fastcall calling convention if i remeber
right from my inquiries.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091112/e8f1dd2a/attachment.html>
2010 May 25
8
Unable to execute a script , Permission denied
Hi
I have a linux box which has CentOS running in it. I logged into the box
using root and wrote a script in the /home/proc_threads directory. saved
the file and quit. I changed the file permissions such that any user
could execute it using the "chmod 777 filename" command.
When i log out and log in as a non-root user i was not able to execute
the script though.
Could some one
2015 Jul 04
4
Gracefully powering off system in case of power failure
On 7/4/2015 1:07 PM, John R Pierce wrote:
> On 7/4/2015 12:28 AM, Jatin Davey wrote:
>>>
>> My server supports ACPI 4.0 standard , Will that be helpful ?
>
> does `init 0` as a root command cause it to gracefully shut down and
> power off ? thats all the ACPI support you need.
[Jatin] Yes, init 0 does gracefully shutdown the server and power off.
>
>
>
2015 Apr 14
5
Re: VM Performance using KVM Vs. VMware ESXi
Thanks Dominique & Daniel.
Looks like i need to upgrade my VMs kernel to make it aware of virtio.
Found this information from this link:
http://wiki.libvirt.org/page/Virtio#Disk_.28block.29_device_driver
I tried without upgrading the Kernel and as soon as i start my VM it got
into Kernel Panic. I will try using virtio after upgrading my VMs kernel.
Thanks for all the responses and
2015 Jan 28
8
Very slow disk I/O
Hi Users
I am using RHEL 6.5 on my server.
From top command i can see that the processors in my server are
spending a lot of time on wait for I/O.
I can see high percentage in terms of 30-50% on "wa" time.
Here is the df output about the disk space in my system:
**********
[root at localhost images]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1
2015 Apr 14
4
Re: VM Performance using KVM Vs. VMware ESXi
On 4/14/2015 6:32 PM, Tom Hughes wrote:
> On 14/04/15 13:33, Jatin Davey wrote:
>
>> Thanks Dominique & Daniel.
>>
>> Looks like i need to upgrade my VMs kernel to make it aware of virtio.
>>
>> Found this information from this link:
>>
>> http://wiki.libvirt.org/page/Virtio#Disk_.28block.29_device_driver
>>
>> I tried without
2007 Feb 07
2
Image Downloads in IE
Hi,
This may not be a rails issue, if not apologies.
I have an application which allows image downloads.
The image is downloaded with the code:
send_data(@wallpaper.image,
:filename => @wallpaper.path,
:type => @wallpaper.image_content_type,
:disposition => "downloaded")
However, Internet Explorer doesn''t download the image, it
2015 Apr 13
2
Re: CPU Resource Reservation using KVM
On 4/13/2015 1:18 PM, Kashyap Chamarthy wrote:
> On Mon, Apr 13, 2015 at 12:14:12PM +0530, Jatin Davey wrote:
>> Hi All
>>
>> I am new to KVM world. I have been using VMware for about a year.
>>
>> In VMware world we can reserve cpu resources for a VM. Say for instance if
>> we need 4 vCPUs with a total of 8000 GHz then we can mention this
>>
2010 May 12
4
Adding Repositories and using yum to download packages
Hi
I am using CentOS 5.3 and after installing the OS i scrolled to the
/etc/yum.repos.d directory and i could not find any repositories being
present there. So i googled a bit on adding the repositories and found
the link:
http://www.osresources.com/index.php?action=artikel&cat=11&id=6&artlang=en
then when i try to install the net-snmp package that i require to
monitor my box i
2015 Apr 14
2
Re: VM Performance using KVM Vs. VMware ESXi
On 4/14/2015 4:58 PM, Daniel P. Berrange wrote:
> On Tue, Apr 14, 2015 at 04:53:52PM +0530, Jatin Davey wrote:
>> On 4/14/2015 4:42 PM, Dominique Ramaekers wrote:
>>> About Spice: I think it’s good practice to use spice because it improves
>>> the performance of the VM in general by improving screen performance. If
>>> your VM is constantly displaying output,
2010 Apr 02
5
Could not retrieve mirror list while using yum command
Hi
I wanted to download and install the net-snmp package. Usually on my
other CentOS boxes i use the following command to do it:
yum install net-snmp
I was able to successfully install net-snmp on 4 of my CentOS boxes but
not on one of them. It reports me the following error message:
[root at localhost yum.repos.d]# yum install net-snmp
Loaded plugins: fastestmirror
Determining fastest
2011 Jan 11
1
Confidence interval on quantile regression predictions
I am using the quantreg package to build a quantile regression model and
wish to generate confidence intervals for the fitted values.
After fitting the model, I have tried running predict() and
predict.rq(), but in each case I obtain a vector of the fitted values
only.
For example:
library(quantreg)
y<-rnorm(50,10,2)
x<-seq(1,50,1)
2015 Feb 03
3
Very slow disk I/O
On 2/2/2015 8:11 PM, Jatin Davey wrote:
> disk 252:1 | 0-0-0 | 9XG7TNQVST91000640NS CC03 | Online, Spun Up
> disk 252:2 | 0-0-1 | 9XG4M4X3ST91000640NS CC03 | Online, Spun Up
> disk 252:3 | 0-1-1 | 9XG4LY7JST91000640NS CC03 | Online, Spun Up
> disk 252:4 | 0-1-0 | 9XG51233ST91000640NS CC03 | Online, Spun Up
> End of Output **************************
>
> Let me know if i need to