Displaying 10 results from an estimated 10 matches for "eliminiation".
Did you mean:
elimination
2009 Oct 16
1
[LLVMdev] MallocInst/CallInst bitcast,
...ndStackDirection() {
> volatile int a;
> return StackCmp((void *)&a);
> }
>
> Preferably one which isn't destroyed by optimization.
I suggest you turn the scalars into arrays and make the ptr argument
volatile as well.
Other ways: If you are careful with tail recursion eliminiation, you can
compare local var addresses from different recursive calls. I believe
there are va_arg based approaches as well.
That said, there is no truly portable way.
/Stein Roger
2018 Mar 21
0
What is the status of the "Killing Undef and Spreading Poison" RFC?
...l get rid of one of the
loads and insert an inttoptr/ptrtoint.
This is incorrect (in our memory model, at least), since GVN is
essentially introducing implicit casts with the memory operations. One
of the consequences of memory models that support implicit casts is
that they make dead store eliminiation illegal in general, which is
not really desirable (more details in the paper draft I sent you).
>> My personal opinion is that we should fix LLVM/clang such that memory
>> operations are properly typed. We have proposed this through the use of
>> vectors. While there were supp...
2008 May 01
0
[ANNOUNCE] xf86-video-xgixp 1.7.99.3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alex Deucher (7):
~ Initial version of the xgi driver (xgixp) for xgi xp10 chips
~ fix license formatting and remove old cvs tags
~ fix the build on AMD64
~ remove cfb cruft
~ Un-libc-wrap.
~ clean up // comments, minor formatting cleanups
~ Remove Isa support
Ian Romanick (188):
~ Modify XGIGetRec to return a
2018 Mar 20
3
What is the status of the "Killing Undef and Spreading Poison" RFC?
Hi Nuno,
Except for one bit, which was that it requires correct typing of load/store
> operations. That is, if you load an i32, it means you are loading a single
> 32-bit integer, not two 16-bit integers or something else.
>
This is a valid concern because currently nor LLVM nor clang respect this
> property. Clang may pass several parameters as a single variable, LLVM has
>
1997 Nov 26
0
Testing Samba and NFS/AMD inter-action
Hello all,
Some may find this redundant, but this addresses a lot of qustions that
I've been seeing, in the last few months, that were not dealt with, in the
whole. In this message, I am addressing only capabilities, not specific
HOW-TOs. It's more of a WHAT-IT-CAN-DO with a hint of
WHY-YOU-WOULD-WANT-TO. In the near view, treat this as a features test report.
SUMMARY:
The questions were
2009 Oct 16
0
[LLVMdev] MallocInst/CallInst bitcast,
Thanks very much. I only have one more question, (hopefully), which is, is
there a better way of finding the direction of stack growth other than:
static bool StackCmp(void *ptr) {
volatile int a;
return (void *)&a > ptr;
}
bool FindStackDirection() {
volatile int a;
return StackCmp((void *)&a);
}
Preferably one which isn't destroyed by optimization.
Thanks again,
2014 Oct 22
2
Calidad del Software en R
Hola a todos,
Os escribía para saber si alguno conocéis alguna herramienta tipo
SonarQube, para medir la calidad del software desarrollado en R.
Gracias
Un saludo
--
<http://landings.powerdata.es/las-4-herramientas-estrella-del-data-management>
AVISO LEGAL: Esta información es privada y confiden...{{dropped:24}}
2009 Oct 16
3
[LLVMdev] MallocInst/CallInst bitcast,
On Oct 16, 2009, at 4:43 AM, Daniel Waterworth wrote:
> Never mind, I used ExecutionEngine's InstallLazyFunctionCreator and
> DisableSymbolSearching to cause malloc and free calls to be handled
> by my logging functions. Sorry for the unnecessary list mail.
No problem, this is a better way to go. The MallocInst and FreeInst
instructions are about to be removed from LLVM IR.
2008 Feb 20
8
Best ATA. Period.
Any opinions on the best ATA?
For example, if someone was having a problem and I wanted to rule out
any ATA glitches or firmware issues, what device could I give them that
I could count on to always be a trouble free top performer that just
plain works?
2007 Sep 11
2
Newcomer perceived problems with AAF/Ferret
I blogged about some of the problems with aaf in production
(http://www.jroller.com/BrightCandle) yesterday but inspired by the
poitive response I thought I would share the perceived problems and
discuss some of the potential solutions to help newcomers and make aaf
work as if by magic just like Rails does.
All of these problems boil down to one simple problem, running acts as
ferret in a