Displaying 20 results from an estimated 700 matches similar to: "[LLVMdev] LLVM/LLVA on IMSYS WISC CPU"
2006 Nov 06
1
[LLVMdev] The Same Application For SuSE and MS Windows.
Novell/MS plan to release SuSE-Windows combo based on VMWare/Xen/Virtualization.
IMO using LLVA/LLVM virtual machine, in theory, it is possible to create a single version of application binaries that run on both OS at the same time.
The same application can run on either Windows or Linux or both Windows + Linux without modification/re-compiling.
Is this idea possible?
What is the
2007 Apr 02
2
[LLVMdev] LLVA and WCET Analysis
Hello everybody,
I'm curious whether there have been any attempts to perform
performance analysis on the LLVA level. I am interested in the
derivation of flow-facts (loop bounds etc. - what about the
value-range-propagation pass I read about on this list some time ago)
but even more I am interested in exec-time modeling (how long does it
take to execute a bunch of LLVA instructions on
2007 Apr 03
0
[LLVMdev] LLVA and WCET Analysis
On 4/2/07, Fabian Scheler <fabian.scheler at gmail.com> wrote:
> Hello everybody,
>
> I'm curious whether there have been any attempts to perform
> performance analysis on the LLVA level. I am interested in the
> derivation of flow-facts (loop bounds etc. - what about the
> value-range-propagation pass I read about on this list some time ago)
> but even more I am
2013 Jul 19
0
[LLVMdev] llva-emu
On 7/19/13 3:20 AM, Herbei Dacian wrote:
>
>
> Hi All,
> can anyone tell me where I can find the sources for the llva-emu project?
The llva-emu code is extremely old and, as I recall, not very
feature-filled. It was also done for a class project (I don't think it
was used for the original LLVA publication, and it wasn't used for any
of the subsequent LLVA/SVA publications
2013 Jul 19
2
[LLVMdev] llva-emu
Hi All,
can anyone tell me where I can find the sources for the llva-emu project?
I've tried to contact Michael Brukman or Brian Gaeke but no reply.
thank you for any help,
dacian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130719/94fcf74b/attachment.html>
2007 Apr 03
0
[LLVMdev] LLVA and WCET Analysis
> > LLVA specifically is refering to a research project offshoot of llvm.
> > LLVM instructions do not have 1:1 mappings to native instructions
> > (sometimes multiple llvm instructions map to fewer native insts,
> > sometimes the other way around).
>
> That's correct, and furthermore, LLVA (now called SVA = Secure
> Virtual Architecture) uses essentially the
2007 Apr 03
2
[LLVMdev] LLVA and WCET Analysis
On Apr 3, 2007, at 10:55 AM, Andrew Lenharth wrote:
> On 4/2/07, Fabian Scheler <fabian.scheler at gmail.com> wrote:
>> Hello everybody,
>>
>> I'm curious whether there have been any attempts to perform
>> performance analysis on the LLVA level. I am interested in the
>> derivation of flow-facts (loop bounds etc. - what about the
>>
2006 Feb 03
0
[LLVMdev] [fwd] LLVA, TAO Intent, Morphun, DualCor
Misha Brukman wrote:
> I don't know the current status of the LLVA project, so I will let the
> current developers chime in. Please send all LLVM and LLVA questions to
> llvmdev at cs.uiuc.edu .
My apologies for the late reply.
>
> ----- Forwarded message from N O S P A M <ti_dak at yahoo.com> -----
>
> Date: Tue, 17 Jan 2006 09:47:32 -0800 (PST)
> From: N O
2006 Jan 30
2
[LLVMdev] [fwd] LLVA, TAO Intent, Morphun, DualCor
I don't know the current status of the LLVA project, so I will let the
current developers chime in. Please send all LLVM and LLVA questions to
llvmdev at cs.uiuc.edu .
----- Forwarded message from N O S P A M <ti_dak at yahoo.com> -----
Date: Tue, 17 Jan 2006 09:47:32 -0800 (PST)
From: N O S P A M <ti_dak at yahoo.com>
Subject: LLVA, TAO Intent, Morphun, DualCor
Hello
I want to
2006 Feb 04
1
[LLVMdev] [fwd] LLVA, TAO Intent, Morphun, DualCor
Is the source code for llva available esp the linux kernel port.
Is there a project page for llva ?
Mike
On 2/3/06, John Criswell <criswell at cs.uiuc.edu> wrote:
> Misha Brukman wrote:
> > I don't know the current status of the LLVA project, so I will let the
> > current developers chime in. Please send all LLVM and LLVA questions to
> > llvmdev at cs.uiuc.edu .
2008 Dec 14
0
[LLVMdev] How to correlate LLVA with native ISA
Currently I have a trick to extract the correlation information of LLVA and
ISA. By adding an intrinsic instruction and comparing the emitted binary
with the original one. The location of machine instruction that I am
interested in is calculated relative to the intrinsic instruction. Unless I
change the original instruction with the intrinsic having a same size, this
needs many iterations as much
2008 Dec 08
2
[LLVMdev] How to correlate LLVA with native ISA
Hi,
How to correlate the LLVM IR-leve instructions and memory values
with the machine instructions and memory locations?
For example, if CMP instruction in machine ISA is selected for the ICMP
instruction in LLVA,
with the Instruction datastructure for ICMP, is it possible to get the
memory address of CMP instruction? Assume that the code segment base address
is given.
Similarly, by
2018 Aug 14
2
Xenial rpart package on CRAN built with wrong R version?
I?m not using the PPA, but the CRAN mirror from https://cran.r-project.org/bin/linux/ubuntu/#installation:
deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/
On 14 Aug 2018, at 12:25, George N. White III <gnwiii at gmail.com<mailto:gnwiii at gmail.com>> wrote:
qOn Tue, 14 Aug 2018 at 05:04, Ulrich KELLER <ulrich.keller at uni.lu<mailto:ulrich.keller at
2018 Aug 14
2
Xenial rpart package on CRAN built with wrong R version?
Hello,
I just upgraded my Ubuntu Xenial system to R 3.5.1 (from 3.4.?) by changing the sources.list entry and doing an "apt-get dist-upgrade". Everything works except loading the rpart package in R:
> library(rpart)
Error: package or namespace load failed for ?rpart?:
package ?rpart? was installed by an R version with different internals; it needs to be reinstalled for use with
2008 Dec 08
0
[LLVMdev] How to correlate LLVA with native ISA
Keun Soo Yim wrote:
>
> Hi,
>
> How to correlate the LLVM IR-leve instructions and memory values
> with the machine instructions and memory locations?
Can you tell us what goal you are trying to accomplish that requires you
to do this? There might be better ways of doing what you want.
The answer to your question probably depends on whether you're trying to
write a
2008 Dec 14
3
[LLVMdev] How to correlate LLVA with native ISA
Thank your for reply.
The reason why these information are needed is that I am trying to extract
the program signature (e.g., control flow) out side of the binary.
Conventional compiler technique adds extra checking code into the target
source or target IR in an invasive manner. Since code generator combines the
added code with the original one, they don't need to correlate these two
2018 Aug 16
2
Xenial rpart package on CRAN built with wrong R version?
I manually downloaded the rpart package and installed it using dpkg, without removing the old rpart package first, and now everything works. During the installation, dpkg said:
Unpacking r-cran-rpart (4.1-13-1cran1xenial0) over (4.1-13-1cran1xenial0)
So again, it seemed that the new version had been installed, but it really wasn?t. I had no idea that something like this could happen. Huh.
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
I tried this
[dongle0]
;audio=/dev/ttyUSB1 ; tty port for audio connection;
no default value
;data=/dev/ttyUSB2 ; tty port for AT commands;
no default value
; or you can omit both audio and data together and use
imei=123456789012345 and/or imsi=123456789012345
; imei and imsi must contain exactly 15 digits !
; imei/imsi discovery is available on Linux only
2002 Jan 03
2
Different behaviour of data()
Dear List,
I frequently use the
data()
function to load csv files (with separator ";") into R session,
typically
data(myfile)
loads myfile.csv from my working/data directory into R.
Now, in 1.4.0 version, everything works as expected, but with one
difference:
The values readed in older versions in "num" mode are now readed as "int"
mode,
converting the values
2008 Oct 08
3
Re move repeated values
Dear R users,
I'd like to make this data
rem.y = c(-1,0,2,4,5)
from
y = c(-1,-1,0,2,2,2,2,4,4,5,5,5,5,5).
That is, I need to remove repeated values.
Here is my code, but I don't think it is efficient. How could I improve
this?
#------------------------------------------------------------------------
y = c(-1,-1,0,2,2,2,2,4,4,5,5,5,5,5)
n=length(y)
for (i in 1:n) #