Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Flamewars!"
2013 Feb 27
3
Is 6.4 out?
My manager was just asking me if it's out - he's just gotten a large
number of updates on one of our systems, just now.
Please note this is NOT INTENDED TO START ANOTHER IDIOT FLAMEWAR; I'm just
asking for a clarification, given that I don't see anything on the CentOS
site.
mark
mark
2017 Jun 08
3
C7, systemd, say what?!
Mark Haney wrote:
> On 06/08/2017 09:12 AM, Andrew Holway wrote:
>> I think we had enough of Systemd flaming last month. Please stop
>> polluting my inbox and find an operating system compatible with your
>> worldview. It is really tiresome to keep on hearing about it.
>>
> Huh. Okay, though I'm not sure when you became arbiter of this list. If
> you don't
2005 Sep 06
4
Samba + LDAP over the WAN
Since we're on the subject of Samba over the WAN....
(BTW, I'm running three offices with a Samba 3.0.9 PDC and two Samba 3.0.9 BDCs over an FreeSwan based WAN and it works just fine. The WINS server is a must in my book though.)
Last Thursday and Friday, one of the remove office's WAN lines went down. While the outages were significant, nothing major happened because of it. But,
2009 Nov 06
1
using xyplot to plot frequencies
Hi all,
First off, thank you for the overwhelming response last time. I'm still
trying to figure out the syntax of R to plot some distributions of some
frequencies. I've managed to plot histograms from the data, but I would
like to clean it up using xyplot from library(lattice). Unfortunately
I cannot find a solution to my problem.
Given a dataframe "all2", with numerical
2005 Jan 12
2
Call Manager or Asterisk
Hello list.
No intention to start a flamewar here but I would really like opinions
from those who know both the Cisco and Asterisk system. I'm working for
a company with 15 offices in 11 countries, offices are relatively small
(3-20 people each) and most of them have a Cisco 1760 Router installed
with Call manager express (CME) and 1-3 ISDN lines (2-6 simultaneous calls).
We
2003 Feb 10
1
Connecting two rsync clients
Hi,
Firstly a quick intro, I'm a web developer/linux admin who's trying to
setup automated backups for a client. I really like the look of rsync
and I know it'll do what I want if I can get it to ;)
I've spent some time playing with rsync trying to get it to do what I
want but I keep getting stumped. The situation is simple, webserver
(master) with various files that need
2005 Jan 09
0
[LLVMdev] Version Control Upgrade?
Hi everyone,
Reid said:
> Of the tools available, it seems that only subversion, arch, and
> monotone are suitable for our purposes. But, we'd love to hear your
> thoughts; especially if you have first-hand experience with these tools.
Apart from using CVS as a client (as everyone does), I've only ever used
Aegis (previous employer, for ~3 years) and Perforce (the employer
2009 Oct 28
0
[LLVMdev] About setting up official git & bzr mirrors.
On Oct 28, 2009, at 8:30 AM, Óscar Fuentes wrote:
> Time ago when the svn server was crawling due to massive hammering
> from
> people mirroring the repo, someone said that after the 2.6 release we
> could discuss creating official mirrors for those who work with svn
> clients based on distributed VCSs such as git and bazaar.
>
> Such mirrors increase productivity
2009 Oct 28
6
[LLVMdev] About setting up official git & bzr mirrors.
Time ago when the svn server was crawling due to massive hammering from
people mirroring the repo, someone said that after the 2.6 release we
could discuss creating official mirrors for those who work with svn
clients based on distributed VCSs such as git and bazaar.
Such mirrors increase productivity (facilitating experimentation and
parallel tasks, allowing off-line work) and even lessens the
2009 Jan 20
2
[LLVMdev] Interactions between LLVM and the Microsoft C++ runtime
Hello! I am trying to use LLVM 2.4 in a project built with MS Visual Studio
2008. I've been building LLVM with the llvm/win32/llvm.sln solution
successfully for x86 and x64. I haven't yet tried to move to the CMake build
process, so I'd be interested to hear if the following issues have been
resolved on that path.
The problem that I've run into is that the LLVM codebase does
2013 Feb 08
0
[LLVMdev] llvm.meta (was Rotated loop identification)
On Feb 7, 2013, at 10:58 PM, Hal Finkel <hfinkel at anl.gov> wrote:
>> As long as this is brainstorming time, I actually like the idea of an
>> llvm.invariant intrinsic that the optimizers know to ignore. I like
>> it for other purposes, but would happen to work for you as a
>> temporary workaround. It could take one or two IR values (as
>> metadata operands)
2003 Dec 27
2
License on rsync ??
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Noted in the readme that rsync is licensed under GPL, and have some
questions about this.
Reading through a couple different places on the internet, of people
wondering why there are few to no GUI front-ends (are there any good
ones? if so, much of my questions here can be disregarded).
I think I found one project, a PHP-GTK interface, that
2013 Feb 22
2
[LLVMdev] llvm.meta (was Rotated loop identification)
----- Original Message -----
> From: "Andrew Trick" <atrick at apple.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "llvmdev at cs.uiuc.edu List" <llvmdev at cs.uiuc.edu>, "Michele Scandale" <michele.scandale at gmail.com>
> Sent: Friday, February 8, 2013 1:52:55 PM
> Subject: llvm.meta (was Rotated loop
2000 Oct 25
9
Return of the Son of MIME type
(quoting from the web archive, I only just subscribed) Monty wrote:
>
> > (a bit testy that this flamewar has started again, and no one has learned a
> > thing from the previous rounds)
>
> OK, that wasn't fair... the old timers know what's up, but I do wish some of
> the folks who bring things up would browse the archive threads or at least not
> jump in
2013 Mar 12
0
[LLVMdev] llvm.meta (was Rotated loop identification)
On Feb 22, 2013, at 6:28 AM, Hal Finkel <hfinkel at anl.gov> wrote:
> ----- Original Message -----
>> From: "Andrew Trick" <atrick at apple.com>
>> To: "Hal Finkel" <hfinkel at anl.gov>
>> Cc: "llvmdev at cs.uiuc.edu List" <llvmdev at cs.uiuc.edu>, "Michele Scandale" <michele.scandale at gmail.com>
>>
2005 Jun 10
2
Replacing for loop with tapply!?
Dear all,
We have a large data set with temperature data for weather stations
across the globe (15000 stations).
For each station, we need to calculate the number of days a certain
temperature is exceeded.
So far we used the following S code, where mat88 is a matrix containing
rows of 365 daily temperatures for each of 15000 weather stations:
m <- 37
n <- 2
outmat88 <- matrix(0,
2017 Jun 08
3
C7, systemd, say what?!
I think we had enough of Systemd flaming last month. Please stop polluting
my inbox and find an operating system compatible with your worldview. It is
really tiresome to keep on hearing about it.
On 8 June 2017 at 14:51, John Hodrien <J.H.Hodrien at leeds.ac.uk> wrote:
> On Thu, 8 Jun 2017, Jonathan Billings wrote:
>
> Upstream 6 uses systemd?
>>>>
>>>>
2009 Nov 04
1
variable selectin---reduce the numbers of initial variable
hello,
my problem is like this: now after processing the varibles, the remaining
160 varibles(independent) and a dependent y. when I used PLS method, with 10
components, the good r2 can be obtained. but I donot know how can I express
my equation with the less varibles and the y. It is better to use less
indepent varibles. that is how can I select my indepent varibles. Maybe
GA is good
2017 Dec 15
3
GUI/X11 login and shells other than bash?
Dear Experts,
After one of updates that was released some time ago (a Month ago or maybe
even earlier) I have noticed the following. On the machines with default
runlevel 5 (sorry about old terminology, the new one is still confusing
for me ;-) GUI/X11 login (display manager) lists only users whose default
shell is bash. Or, at least users whose default shell is tcsh are not
listed at all, and if
2011 Jul 07
1
[LLVMdev] Dynamic Optimization selection for individual functions
Hi All,
I am trying to write a machine learning algorithm that would predict a good
optimization to apply to a given function. I wanted to perform this by
modifying the list of optimizations applied by the FPPassManager based on
some dynamic data.
At present I was trying to do this by modifying the
FPPassManager::runOnFunction(Function) implementation. However this is
causing the following error: