Displaying 20 results from an estimated 800 matches similar to: "[LLVMdev] Decompilation capabilities"
2007 Jul 24
0
[LLVMdev] LLVM Expansions
It is very relevant that LLVM look into handeling HDL and other binary
and analogue operation modeling capbilities, as well as expand this
abstractly above in the other direction to include complex structure
optimization that is critical in realtime, dynamic and VM operations.
Without confirming the true characteristics of the lower structure
types and operating characteristics (especially
2007 Jul 25
0
[LLVMdev] Fwd: Segment Register Use
fucking hell, listserv...
---------- Forwarded message ----------
From: "Wilfred L. Guerin" <wilfredguerin at gmail.com>
Date: Wed, 25 Jul 2007 10:54:46 -0500
Subject: Re: [LLVMdev] Segment Register Use
To: Holger Schurig <hs4233 at mail.mn-solutions.de>
I was very much expecting this style of response ;)
I believe the following characteristics and class of example should
2007 Jul 25
4
[LLVMdev] LLVM Expansions
> From: "Wilfred L. Guerin" <wilfredguerin at gmail.com>
> Subject: [LLVMdev] LLVM Expansions
>
> It is very relevant that LLVM look into handeling HDL and other binary
> and analogue operation modeling capbilities, as well as expand this
what is binary? you mean digital right?
> Without confirming the true characteristics of the lower structure
> types and
2007 Jul 25
0
[LLVMdev] LLVM Expansions
perhaps one should ask why a compiler has not compiled itself to
binary and requires a 3rd party compiler to exist.
Someone please send me lli that works on a pxa270 (which has never
been tested?) and make sure it runs in PocketPC(win) so I dont have to
wait another 20 hours to compile a damned compiler.
On 7/24/07, nkavv at physics.auth.gr <nkavv at physics.auth.gr> wrote:
> >
2007 Jul 25
3
[LLVMdev] Segment Register Use
I realize I am one of the few who uses the segment registers
(especially CS and DS) on the ia32 chips for example, and a definite
few with complete segregation models that rival specialized physical
processors...
GCC still fails to use these correctly and if your LLVM still depends
on either Generic or some of the RTL models they use in various
processor definitions, I express concern for
2012 Apr 04
0
[LLVMdev] GSoC Proposal: Table-Driven Decompilation
On 04/04/2012 07:08 AM, Charles Davis wrote:
> Hi,
>
> Here's one of my proposals for GSoC 2012. What do you think?
>
> Chip
>
> Project Title: Table-Driven Decompilation
>
> Abstract:
> Over the years, the LLVM family has grown to include nearly every type of build tool in existence. One of the few missing is a decompiler. LLVM's TableGen tool could
2016 Jan 23
2
Decompilation and the SSA form
Hi,
Is decompilation possible in general to the SSA form for binaries? I assume
one has to make certain assumptions about code in general to get tools like
these to work. For example if code like with dlsym or jit heap allocated
functions can be incorporated at runtime it would seem that in general it
is quite difficult to ascertain the boundaries of a basic block and insert
the correct phi
2012 Apr 04
4
[LLVMdev] GSoC Proposal: Table-Driven Decompilation
Hi,
Here's one of my proposals for GSoC 2012. What do you think?
Chip
Project Title: Table-Driven Decompilation
Abstract:
Over the years, the LLVM family has grown to include nearly every type of build tool in existence. One of the few missing is a decompiler. LLVM's TableGen tool could potentially accelerate development of such a tool; most backends already have the information needed
2012 Apr 04
0
[LLVMdev] GSoC Proposal: Table-Driven Decompilation
On 4/4/2012 12:08 AM, Charles Davis wrote:
> Proposal:
> Since its humble beginnings in 2001, LLVM has grown from a simple compiler toolkit to an entire family of build tools. Currently, it includes an assembler, a disassembler, a JIT, a C compiler, a debugger, an archiver, various tools for analyzing object files, and even a linker. In fact, just about the only tool missing from this set
2014 Apr 03
2
[LLVMdev] decompiler
On Thu, Apr 3, 2014 at 11:50 AM, Jevin Sweval <jevinsweval at gmail.com> wrote:
> On Wed, Apr 2, 2014 at 1:57 AM, "C. Bergström" <cbergstrom at pathscale.com> wrote:
>> Hi -
>>
>> Not sure if anyone else saw this or cares about a decompiler (not personally
>> tested)
>> https://github.com/draperlaboratory/fracture
>>
>> I wonder if
2015 Jan 06
2
[LLVMdev] [PATCH] Fix Emacs package formatting
btw, do you have commit access or should I commit it?
On 6 January 2015 at 11:22, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> LGTM, thanks!
>
> On 4 January 2015 at 19:08, Wilfred Hughes <me at wilfred.me.uk> wrote:
>> Hi
>>
>> I'd like users to be able to install the LLVM major modes from
>> MELPA[1], the most popular Emacs package
2005 Aug 11
2
question
Hi,
I have a problem with R, after an update:
this piece of code:
cat("creating resolver data frame\n");
dfG<-cbind(dfG,2^(RGN$G))
dfR<-cbind(dfR,2^(RGN$R))
suddenly, creates values to inf.
Is the syntax changed for the ^ symbol in the latest R downloadable version?
Kind regards, wilfred
--
Dr. Ir. Wilfred Van IJcken
Labmanager Genomics
Erasmus Center for Biomics,
2023 Nov 08
1
samba-tool dns zoneoptions --mark-old-records-static
But this one return a lot of objects :
sudo ldbsearch -H ldap://server1 -P
-b"DC=example.com,CN=MicrosoftDNS,DC=ForestDnsZones,DC=exemple,DC=com"
-s sub '(&(objectClass=dnsNode)(!(dNSTombstoned=TRUE)))' dnsRecord name
@Wilfred : Sorry I fogot an argument, but if I ajust the command I have the
same answer than with --mark-old-records-static=2021-03-30
Samuel
Le mer. 8 nov.
2002 Sep 03
0
Unable to initgroup!
Hello all, Help!!
Am running Unix 2.4 and Samba allowing windows clients to map the
Unix server.
Some users have been unable to connect to mapped drives and having
looked at the logs I see the message:
Unable to initgroup!
this is probably a problem with the account nobody
This message appears in all the user logs, however, only some users
have the problem of connecting. I have looked at the
2014 Apr 02
3
[LLVMdev] decompiler
Hi -
Not sure if anyone else saw this or cares about a decompiler (not
personally tested)
https://github.com/draperlaboratory/fracture
I wonder if they have been in contact with anyone in the community in
getting this upstreamed. Does it look interesting to anyone else?
(thoughts/random comments/feedback)
2012 Sep 21
0
[LLVMdev] [OT] Control Flow Graph(CFG) into Abstract Syntax Tree(AST)
Hi,
Simon Moll (in CC) has written a decompiler for LLVM in his Bachelor's
Thesis here at Saarland University. The thesis is titled "Decompilation
of LLVM IR" and can be found here:
http://www.cdl.uni-saarland.de/publications/
The library he implemented is called "Axtor" (for "AST Extractor") and
has been used primarily to generate OpenCL code from LLVM. In
2015 Jan 05
2
[LLVMdev] [PATCH] Fix Emacs package formatting
Hi
I'd like users to be able to install the LLVM major modes from
MELPA[1], the most popular Emacs package repository. However, these
files are not well-formed packages.
I've made the following changes:
* Both files have valid package headers and footers (you can verify
with M-x checkdoc).
* Fixed style warnings generated by checkdoc.
* Fixed a byte-compiler warning in llvm-mode.el.
*
2023 Nov 08
2
samba-tool dns zoneoptions --mark-old-records-static
Sorry for the 'CC', here is the result :
search error - LDAP error 32 LDAP_NO_SUCH_OBJECT - <acl_read: Error
retrieving instanceType for base. at
../../source4/dsdb/samdb/ldb_modules/acl_read.c:967> <>
Samuel
Le mer. 8 nov. 2023 ? 17:06, Rowland Penny via samba <samba at lists.samba.org>
a ?crit :
> On Wed, 8 Nov 2023 16:58:23 +0100
> Sam R <sr42354 at
2006 Jul 05
1
Crosstabs
Dear Users,
I'm a complete novice to R.
I need to do a crosstabs in R, but my data is almost completely
alphanumeric (with some variables scaled). The Table routine does not
seem to accept alphanumeric data. What should I do? Do I need to recode
it? How should I do that?
Thanks in advance,
Wilfred
2006 Nov 21
1
Latent models
Hai,
Can anyone help me with some literature (R related) about latent models?
Thanx,
Wilfred