Displaying 20 results from an estimated 31 matches for "infastructur".
Did you mean:
infastructure
2008 Mar 19
2
[LLVMdev] SUBREG instructions and mayLoad/mayStore/etc.
...x86_subreg_32bit)>;
This isn't currently being reflected in the InstrInfo tables.
Naively, it seems like we should add a separate INSERT_SUBREGrm
instruction, and so on, or something like that, in order to be able
to have accurate InstrInfo tables. Does anyone familiar with the
new subregs infastructure have an opinion on this?
Dan
2005 Sep 05
0
[LLVMdev] dependence analyzer for machine code?
On Mon, 2005-09-05 at 14:45 +0800, Tzu-Chien Chiu wrote:
> why there is no general dependency analysis for the "machin code"?
> perhaps it's because the instruction scheduling is only implemented
> for sparcv9?
Most backends use the SelectionDAG infastructure to do this kind of
thing. (Simplifying things a bit) Each basic block is selected to a DAG
based IR. Then instruction selection is done, which transforms this DAG
to a DAG with machine instructions as nodes. At this point all
dependencies are explicit as edges in the graph. The DAG is then
sch...
2005 Sep 05
3
[LLVMdev] dependence analyzer for machine code?
why there is no general dependency analysis for the "machin code"?
perhaps it's because the instruction scheduling is only implemented
for sparcv9?
i am going to implement a dependency analysis pass for machine code
block. the result will be returned in a boost graph
(http://www.boost.org/libs/graph/doc/table_of_contents.html).
just to check if it has already been implemented. it
2001 Jan 04
1
Large complicated VPN setup. (Help with)
...forum for this question but I am
looking for people with some ideas on networking generally and since I
am evaluating tinc this seems like a good place.
We are a very small comany who rent out managed servers, which are
linked to the Internet via a variety of means, mainly ISDN links. We
have two infastructure servers co-located.
Each client site has one (or more) of our servers on the premesis. Some
of out clients also do vpn between themselves (which our servers have to
handle) and pptp dialins (which go to the infastructure servers and are
routed appropriately)
For example purposes I will describe...
2006 Aug 07
0
[LLVMdev] Why JITC?
...t statically do these optimizations
profitiably, and even profiling may blur the fact that the call is
mostly static (since different input data may generate different call
targets). Thus you must do runtime profiling and JITing.
Granted, LLVM currently doesn't really do much of this, but the
infastructure is there to do so.
Andrew
2006 Aug 08
1
[LLVMdev] Re: Why JITC?
On Mon, 07 Aug 2006 13:56:48 -0500, Andrew Lenharth wrote:
> Granted, LLVM currently doesn't really do much of this, but the
> infastructure is there to do so.
Right, but you can get this by doing profile directed optimisation during
development so end users/production systems don't have the overhead. Also
it seems to me that at some point the bookkeeping and analysis overhead
for these optimisations would reduce performance of th...
2008 Mar 19
0
[LLVMdev] SUBREG instructions and mayLoad/mayStore/etc.
...> This isn't currently being reflected in the InstrInfo tables.
> Naively, it seems like we should add a separate INSERT_SUBREGrm
> instruction, and so on, or something like that, in order to be able
> to have accurate InstrInfo tables. Does anyone familiar with the
> new subregs infastructure have an opinion on this?
This is saying the pattern should be isel into two instructions.
MOV32rm is obviously a load, but INSERT_SUBREG doesn't load or store.
Evan
>
>
> Dan
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev...
2005 Apr 22
2
samba load
...resources being consummed.
Thanks;
Al.
---------------------------------------------------------------------------------
This space available for rent. | Alfredo Ramos
Get your product moving. | Rice University.
Advertise here! | Systems, Architecture & Infastructure
| Email: ralf@is.rice.edu
2 + 2 = 98734374652374957475 (for extremely large values of 2).
---------------------------------------------------------------------------------
2002 Nov 04
2
MySQL authentication & kickoff time?
...you recommend it for use in a heavy use
type environment?
I've noticed in the README for this there's identifiers for "logoff
time" and "kickoff time". Hmm. Basically, the clients are Windows XP
machines, and previously I had written a Windows client / UNIX server
infastructure to do this logging off.
Can samba actually "kick" users off after a certain amount of time?
Wow.
If it can, someone let me know how :)
R
2006 Aug 07
4
[LLVMdev] Why JITC?
I guess this is slightly offtopic, but the post about the JIT and garbage
collection made me wonder why LLVM supports JIT compilation at all. It has
much smaller scope for optimisation due to the speed requirements, takes
more memory and causes the same work to be repeated over and over for each
execution.
What reason is there for anything to use JIT compilation over
ahead-of-time compiling to
2015 Nov 18
3
[GlobalISel] A Proposal for global instruction selection
Hi David,
> On Nov 18, 2015, at 11:55 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote:
>
> Hi Quentin,
>
> On 18 Nov 2015, at 19:26, Quentin Colombet via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> In the section “Goals", I defined (repeated for people that saw the talk) the goals for the Global ISel design.
>> - Do you see
2014 May 10
2
[LLVMdev] Finding safe thread suspension points while JIT-ing (was: Add pass run listeners to the pass manager.)
...volved to figure out the right path forward.
You can find the full review thread and more context under the subject
"[PATCH][PM] Add pass run listeners to the pass manager.", but here is the
important bit from Juergen's initial email:
this patch provides the necessary C/C++ APIs and infastructure to enable
> fine-
> grain progress report and safe suspension points after each pass in the
> pass
> manager.
Clients can provide a callback function to the pass manager to call after
> each
> pass. This can be used in a variety of ways (progress report, dumping of
> IR
>...
2006 Feb 03
0
[LLVMdev] [fwd] LLVA, TAO Intent, Morphun, DualCor
...Intent, Morphun, DualCor
>
> Hello
> I want to ask about LLVA project:
> 1. Is there any LLVA implementation for PowerPC, MIPS,
> SPARC etc?
It depends on what aspect of LLVA you are refering to, and whether you
mean LLVM or LLVA.
LLVM is the Low Level Virtual Machine (a compiler infastructure). The
LLVM tools will run on most UNIX platforms (I believe there is some
support for Windows as well). The LLVM JIT and static code generators
support x86, Sparc, and PowerPC, and there is some support for Itanium
and Alpha. There is also a C-Backend which allows LLVM to generate
native c...
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
...ello
> > I want to ask about LLVA project:
> > 1. Is there any LLVA implementation for PowerPC, MIPS,
> > SPARC etc?
>
> It depends on what aspect of LLVA you are refering to, and whether you
> mean LLVM or LLVA.
>
> LLVM is the Low Level Virtual Machine (a compiler infastructure). The
> LLVM tools will run on most UNIX platforms (I believe there is some
> support for Windows as well). The LLVM JIT and static code generators
> support x86, Sparc, and PowerPC, and there is some support for Itanium
> and Alpha. There is also a C-Backend which allows LLVM to ge...
2008 Sep 28
1
[LLVMdev] linker script
Hi,
I'm trying to compile linux kernel with llvm to generate llvm ir
(bitcode). It seems like llvm-ld doesn't accept any linker scripts.
How do I deal with vmlinux.lds in such a case? How did people who have
compiled linux kernel with llvm deal with this in the past?
Thanks,
Ashish
2008 Oct 16
1
[LLVMdev] llvm profiling
I'd like to get some runtime profile data on my code using LLVM. The
various -insert-X-profiling passes seem to add the profiling
instrumentation to the code, but how do I actually generate profiling
output?
It seems like utils/profile.pl can do this, but it uses profile_rt.so
which doesn't exist. I can manually compile the runtime directory
using make install-bytecode, but it
2009 May 07
0
[LLVMdev] Compiling user mode linux with LLVM
...om the bitcode.
By the way, it you are still planning on jitting the kernel, you
should be warned that the linker script creates globals and arrays
that are referenced by the kernel code but otherwise will appear
nowhere in your bitcode... You will have to rewrite the kernel's
initialization infastructure or write a pass to fix up the bitcode or
both.
Andrew
======================================
As an experiment, I've tried using llc to convert the vmlinux.bc output into
native assembly, then use "as" and "ld" to produce a native vmlinux, but the
ld step fails with:
ld:...
2005 Sep 09
1
vm notif
hey all.. got a nice one.. got a cisco phone connected to asterisk A ..
withc connects to ASTERISK B ... my VM is on B.. is there a way to relay VM
notif to cisco ?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050909/90f20c88/attachment.htm
2005 Sep 05
1
[LLVMdev] dependence analyzer for machine code?
...n, 2005-09-05 at 14:45 +0800, Tzu-Chien Chiu wrote:
>
>> why there is no general dependency analysis for the "machin code"?
>> perhaps it's because the instruction scheduling is only implemented
>> for sparcv9?
>>
>
> Most backends use the SelectionDAG infastructure to do this kind of
> thing. (Simplifying things a bit) Each basic block is selected to
> a DAG
> based IR. Then instruction selection is done, which transforms
> this DAG
> to a DAG with machine instructions as nodes. At this point all
> dependencies are explicit as edges...