Displaying 20 results from an estimated 13714 matches for "difficulting".
2014 Mar 29
2
[LLVMdev] Running an IR pass after all IR passes
Hi,
I am finding it difficult to see how I can run an IR instrumentation pass
after "all" IR passes.
I previously used opt to run my pass after linking all the llvm bitcode
files and then ran llc.
I found out that llc runs some other Function passes which depend on the
target.
For example, tail calls are only supported in x86 under some circumstances.
Then I tried lto and link time
2017 Apr 08
5
Spurious cast warning for C++?
How difficult would it be to add a warning to Clang when the programmer
performs a cast that provably has no effect?
A particular case I have in mind is someone getting confused and calling
std::move on an argument to a copy-constructor for a class that doesn't
implement move semantics.
I would be grateful if someone either (1) told me why this is
difficult/impossible, or (2) gave me some
2014 Mar 30
2
[LLVMdev] Running an IR pass after all IR passes
Thank you very much John.
With an environment variable I need to take some special care, but it looks
like the only way to go.
On Sun, Mar 30, 2014 at 11:07 AM, John Criswell <criswell at illinois.edu>wrote:
> Dear Rahman,
>
> I think your best option is to modify the code in libLTO so that it runs
> your pass when you want it to run. I believe the file you want to modify
2002 Aug 18
3
Challenge to experts: Is archive bit so difficult?
I have had this problem for more than one year and have asked this same
question twice on this list without any answears for past two years. So I
assume that this question is quite difficult unless I really missed
something, :-).
We are using Samba 2.2.0 on RedHat 7.2 with domain authentication on NT 4.0
server. We are using NTbackup on a NT BDC to backup samba shares via mapped
drives. The
2008 Jan 15
9
things that are difficult/impossible to do in SAS or SPSS but simple in R
Hi all,
I'm giving a talk in a few days to a group of psychology faculty and
grad students re the R statistical language. Most people in my dept.
use SAS or SPSS. It occurred to me that it would be nice to have a few
concrete examples of things that are fairly straightforward to do in R
but that are difficult or impossible to do in SAS or SPSS. However, it
has been so long since I have used
2003 Dec 05
0
Difficult experimental design questions
What is available to help design experiments with non-standard
requirements?
I have a recurring need to solve these kinds of problems, with deadlines
of next Wednesday for two sample cases. The first of the two is "mission
impossible", while the second is merely difficult. The following
outlines briefly the two problems and the approach I'm currently
considering. I'd
2000 Dec 22
1
XAUTHORITY=/tmp/ssh-*/cookies makes forwarding through firewall difficult...
Hi.
I see this XAUTHORITY=/tmp/ssh-*/cookies issue has been discussed
repeatedly, but I haven't seen a solution to the following problem.
Remote user logs into firewall. On firewall, DISPLAY var set to secure
channel, XAUTHORITY set to /tmp/ssh-*/cookies. X11 forwarding from
firewall works fine.
User logs into machine behind firewall, and sets DISPLAY var to
firewall:X11DisplayOffset.0.
2007 Feb 16
0
Looking for descriptions of difficult problems
Hi all,
Paul Anderson, a friend of mine who works at the University of
Edinburgh, is looking for complicated problems that are currently
difficult to handle with existing config mgmt tools.
Please read his request below, and if you have any difficult problems
that seem to meet his needs, I''d appreciate it if you would send
descriptions of them to him.
Thanks,
Luke
Begin
2007 Mar 11
2
Online file converter to Theora , Who thinks transcode to Theora is difficult?
Hi to all ,
I discover this website http://www.mux.am , that lets you to put an url of
movie file and this website convert the file to other formats , including
Ogg Theora.
When the file is converted they send you an email with the URL to download
the file.
Also , if you want to take control of the converter and set advanced setting
for it , you can try the power mux :
2008 Jul 11
1
Difficultes with grep
Hello everybody!
I'm using R and I have a little problem about function "grep". I 've got to
make a new function in which "grep" is present. So the first argument of
"grep" is the string we want to find,ok..but in this case I define a
function "x" before , x receives an argument in a object "name" (for
instance), then inside function
2019 Nov 18
4
RFC: Moving toward Discord and Discourse for LLVM's discussions
On Mon, Nov 18, 2019 at 2:49 PM Robinson, Paul via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> | mailing lists for longer-form discussions are unfamiliar, difficult,
> and often intimidating for newcomers
>
>
>
> Um… what? While I know (via my own children) that folks nowadays use
> multiple avenues of communication, it’s **really** hard to imagine email
> as a
2008 Jan 17
4
things that are difficult/impossible to do in SAS or SPSSbut simple in R
Good morning,
I use SAS and R/S-Plus as my primary tools so I have a lot of experience with these programs. By far and away, SAS is superior for handling the "messy" datasets, but also the very large ones. I work at times with datasets in the hundreds of thousands (and on occasion, millions) of records. SAS, and especially PROC SQL, are invaluable for this. But once I get to
2020 Jun 05
2
Ticket 46201 - Missing LLVM NOTICE file is making redistributing LLVM difficult
Hello all,
I was asked to bring attention to this LLVM ticket to the mailing list:
https://bugs.llvm.org/show_bug.cgi?id=46201 - Missing LLVM NOTICE file
is making redistributing LLVM difficult.
It was recently noted by our legal review in release management that
LLVM third-party licenses are scattered over different files, which
complicates faithful license-preserving redistribution of LLVM to
2009 Jan 20
3
[LLVMdev] Shouldn't DAGCombine insert legal nodes?
I just ran across something interesting: DAGCombine inserts a 64-bit
constant as the result of converting a (bitconvert (fabs val)) to a
(and (bitconvert val), i64const).
The problem: i64 constants have to be legalized for the CellSPU
platform. DAGCombine is doing the right thing but it's not doing the
right thing for CellSPU and it's damed difficult to work around this
2002 Feb 15
2
difficult R-problem
Hi there
In the course of my diploma thesis in climatology I have encountered
a difficult R-Problem that I cannot solve. I want to fill R-Objects
(whose names should depend on j) with numbers at the i-th position.
The resulting Objects should be something like:
RQuadratStep1, RQuadratStep2, RQuadratStep3 ... filled with Elements like
c(0.324, 0.456, 0.657 ...)
Below is a short version of
2002 Feb 03
2
WinVC - Multiple file tag editor!
> Source? :)
It's in Delphi 5. I will make the source code available when I'm happy with
it, if anyone wants it.
> I havn't used it yet, but you might find these screenshots helpful for
> an interface:
Initially I've designed the interface for the 95% of users who just want
something very simple and can see the tags they are interested in on one
form. I may add an
2006 Apr 26
3
Were to find appropriate functions for a given task in R
This is a generic request concerning were to look for finding
appropriate information on a precise procedure in R.
I’m using R for teaching introductory statistics and my students are
learning how to deal with it. However, I find it difficult to locate
some of the procedures. For instance, for basic crosstabulation, it is
obvious that basic functions as table, ftable, and prop.table can be
used.
2019 Nov 18
2
RFC: Moving toward Discord and Discourse for LLVM's discussions
>
> | mailing lists for longer-form discussions are unfamiliar, difficult,
> and often intimidating for newcomers
>
> Um… what? While I know (via my own children) that folks nowadays use
> multiple avenues of communication, it’s **really** hard to imagine email
> as a **mechanism** being unfamiliar/difficult/intimidating. Moving to a
> new mechanism wouldn’t alter the
2010 May 29
2
[LLVMdev] How difficult is to fix this error: JIT does not support address-of-label yet!
I ran into this and would like to have goto-label-by-pointer feature in JIT.
How difficult is this?
I see that functions are stored in the global map of global values. So I
would guess one needs to add another map: of all BB addresses just like
the global value map.
Yuri
2002 Aug 02
0
[Bug 379] New: difficult to find the openssh code signing key on openssh.org.
http://bugzilla.mindrot.org/show_bug.cgi?id=379
Summary: difficult to find the openssh code signing key on
openssh.org.
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: