search for: seme

Displaying 20 results from an estimated 30 matches for "seme".

Did you mean: see
2011 Dec 14
2
[LLVMdev] Generating superblocks (SEME regions w/o loops and calls) in LLVM
Hi all, While developing compile-time instrumentation for ThreadSanitizer (http://code.google.com/p/data-race-test) I need to generate SEME regions without loop and call instructions (I'll call them superblocks hereafter, although some researchers do allow loops in their definition of superblocks). This is necessary to get the largest piece of IR in which the memory operations can be enumerated in order to record the addresses of...
2012 May 21
1
[LLVMdev] Add a function splitting pass to LLVM which extracts cold regions into their own functions
...d on it. > Andrew: > > I'm dismayed that you depend on RegionInfo, but it is understandable. > We could probably improve RegionInfo to be more efficient and > > self-contained (no DomFrontier), but I think we'd be much better off > > dropping RegionInfo and handling SEME regions. AFAIK CodeExtractor > > can already handle that. Is there any particular reason you need > > RegionInfo other than finding a connected set of blocks dominated by > a cold block? Can FunctionSplitter just find its own regions? > > Andrew, can you define what you mean b...
2008 Mar 25
0
[LLVMdev] Whole-function isel
...inistic of course. 2) An intermediate step to whole function isel is to do region based isel with regions limited by what makes the sched problem simple. One very interesting class of region is a Single-Entry-Multiple-Exit region. It would be straight-forward to break each function into SEME regions and select them one at a time, allowing them to compile to multiple MBBs. In addition to the obvious dag combiner and isel improvements that would come from larger regions, SEME regions encapsulate a number of interesting things (such as switch lowering). Having SEME regions wou...
2008 Mar 25
4
[LLVMdev] Whole-function isel
I know that this has been discussed (at least in passing) a few times on the list, but I couldn't locate a bug for it. Have any architectural plans been made for it? Are there architectural roadblocks with the current LLVM infrastructure that will complicate the process? What has demotivated the implementation of this so far (is it not that big a benefit on important targets, too
2008 Apr 22
0
[LLVMdev] Whole-function isel
Very nice! Why did you decide on hyperblock instead of SEME region and how are you forming the blocks? Evan On Apr 20, 2008, at 9:59 PM, Christopher Lamb wrote: > I thought I'd share a little bit of progress I made this weekend. > I've gotten the first interesting test-case (a simple switch) > through hyperblock-based DAGISel, and...
2003 Jan 21
2
infinite loop in make for src/unix (PR#2477)
...s on Makefile for the Makedeps and R targets. I am using gnu Make 3.79, gcc 2.95.3, Solaris SunOS5.8 on an UltraSparc. I double checked that I had found the problem by rerunning make with the distributed makefile restored, but the looping behavior did not recur. When I ran make check, everything semed to be OK.
2008 Apr 21
3
[LLVMdev] Whole-function isel
I thought I'd share a little bit of progress I made this weekend. I've gotten the first interesting test-case (a simple switch) through hyperblock-based DAGISel, and there's a pretty picture too! Each part of the switch is emitted directly into the DAG, rather than being deferred. This is the function: define i32 @foo(i32 %x, i32 %z) nounwind { entry: switch i32 %x,
2012 Sep 17
1
[LLVMdev] Create superblock in LLVM IR
...sion of ThreadSanitizer instrumentation) Tobias Grosser has suggested to use RegionInfo: did you have a look at the RegionInfo pass? It currently detects some kind of refinded SESE regions. I use them in Polly and as far as I know the Intel OpenCL SDK also uses them in some way. It is not SEME, but it may either fit your needs or we may think about extending it. If you want to give it a try you can use: opt -view-regions-only file.ll It would be great if we could have just a single RegionInfo analysis that can then be used by other passes to detect and/or generate the k...
2002 Apr 18
2
wine libs
G'day all, I update wine daily from cvs and install it into /usr/local/wine using a custom script, not the wine install script. Previously all the shared libs were in /usr/local/wine/lib and this dir was picked up by ldconfig and everyone was happy. Now I have /usr/local/wine/lib and /usr/local/wine/lib/wine ldconfig picks up the former but not the latter. To get wine to work I have to set
2017 Mar 02
5
Structurizing multi-exit regions
Hi, I'm trying to solve a problem from StructurizeCFG not actually handling regions with multiple exits. Sample IR attached. StructurizeCFG doesn't touch this function, exiting early on the isTopLevelRegion check. SIAnnotateControlFlow then gets confused and ends up inserting an if into one of the blocks, and the matching end.cf into one of the return/unreachable blocks. The input to
2016 Aug 01
2
RFC: We should stop merging allocas in the inliner
...jump to B somewhere above A? If we use dominates, and i put a jump there, i can make A and B dominator tree siblings. Is the pointer now invalid? :) etc I suspect what is really wanted is "i want lifetime markers to specify that this thing has single-iteration scope, function scope, or SESE/SEME region scope" (or something). On Mon, Aug 1, 2016 at 8:36 AM, David Blaikie via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Would we want to wrap any of the allocas we do import while inlining in > extra lifetime markers? (not sure if nested lifetime markers are > suppo...
2013 May 26
3
samba4 & (domain) dfs
...or messages on my win7 client: "Access denied you may not have permission..." etc (error code 80070035) *Questions:* 1. Am I misinterpreting the documentation? I was also under the impression that i would be able to access the subfolders inside the dfs-root directly... (which doesn't seme to be) 2. Does it just not work yet in samba4 and do i need to be patient? 3. Is there some other logger i need to turn on the see what is going wrong, and if so, what logger would that be? (i could also turn on all on level 10, but i fear i would be swamped...) -- Michael De Groote ICT-coordina...
2011 Jul 23
0
Testing two independent samples for null of same skewness and kurtosis?
Hello I wonder whether there is an r tool or package available for testing for the null of same skewness or kurtosis of two independent samples. It semes that nsRFA package uses L-moments for soothing similar but I could not get how to use the package for the above test. Any pointers, help, example and etc. will be most welcome. Many thanks Ed [[alternative HTML version deleted]]
2001 Sep 13
1
Some sort of focus problem
G'day all, I am struggling with a problem I can't identify, related to window focus when running wine not using desktop or managed mode. When using managed mode, it works wine, but I want to use it in this instance with an xinit /usr/bin/wine programname This works ok, until I get some sort of message dialog come up, then what happens is wine seems to switch focus rapidly between the
2003 Mar 05
0
Problems switching from a samba 2.2.2 pdc to 2.2.7 pdc
Hi folks, today I tried to switch from a samba 2.2.2 PDC to a samba 2.2.7 PDC. Everything semed to be working fine with smbclient. Windows user couldn't log on, but with following differences: * users belonging to the domain admin group could log on from Win2k boxes * normal users couldn't log on from win2k boxes, with the usual "check if you didn't mis-type userna...
2009 May 23
0
SeaClear II / Wine use 100% of the CPU
Hi! I'm having problems with SeaClear II v1.0.0.196. After setting up the symlinks in ~/.wine/dosdevices pointing to my gps-device (GlobalSat BU-353 USB) everything works as expected, but for some reason Wine/SeaClear steals all available CPU-time. 100% all the time. This problem does not exist if I start SeaClear with the GPS disconnected, making me belive there is a problem with
2006 Oct 12
1
Problems on FC4 with roaming profiles
Hi guys, I do seme help-out work for a company whose IT guys setup a FC4 box with Samba (fully up to date via YUM) running as a DC. The client desktops are all identical (at least after they got stolen and replaced). Profiles are roaming, so the users can log on on any machine. The software they run is fairly limit...
2013 Apr 25
0
[LLVMdev] Proposal for new Legalization framework
On 4/24/2013 8:05 PM, Nadav Rotem wrote: > > Everything. This includes all of the custom lowering code for all of the > targets, all of dagcombine, and maybe all of the patterns in the TD files. I may have missed the discussion, but why are we trying to move away from the SelectionDAG? Are there specific problems that we don't want to fix or live with? If so, what are they?
2006 May 22
1
URGENT: Samba Won't Substitute %u In "Logon *" When LDAP Is Used
...nix_convert begin: name = %u, dirpath = , start = %u I traced this to the "logon path" configuration item. Samba is choosing the value from the smb.conf file because I don't have these values set within the LDAP directory; I just want to use the default generated one. However, it semes that Samba is NOT substituting the "%u" in this case even though it was when LDAP was not in use. At least "logon path" and "logon home" are affected; maybe more. To verify, I manually changed every "%u" in the smb.conf file to "bcwhite" and t...
2012 Sep 17
0
[LLVMdev] Create superblock in LLVM IR
On Sep 17, 2012, at 9:13 AM, Tomas Minac <minac.tomas at gmail.com> wrote: > Hi Andy, > > thank you for your respond, > > On 09/06/12 21:32, Andrew Trick wrote: >> >> On Sep 4, 2012, at 9:05 AM, Tomas Minac <minac.tomas at gmail.com> wrote: >> >>> >>> Hello, >>> >>> I am member of research team on our Faculty