search for: rewrite

Displaying 20 results from an estimated 7152 matches for "rewrite".

2012 May 29
1
[LLVMdev] [cfe-commits] r157260 - in /cfe/trunk: include/clang/Rewrite/Rewriter.h lib/Rewrite/Rewriter.cpp unittests/CMakeLists.txt unittests/Tooling/RewriterTest.cpp unittests/Tooling/RewriterTestContext.h
...t;> > Author: klimek >>> > Date: Tue May 22 12:01:35 2012 >>> > New Revision: 157260 >>> > >>> > URL: http://llvm.org/viewvc/llvm-project?rev=157260&view=rev >>> > Log: >>> > Adds a method overwriteChangedFiles to the Rewriter. This is >>> > implemented by >>> > first writing the changed files to a temporary location and then >>> > overwriting >>> > the original files atomically. >>> > >>> > Also adds a RewriterTestContext to aid unit testing rewrti...
2003 Apr 07
1
Mbox spool; dovecot rewriting and rewriting and rewriting
Hi, jaldhar recommended dovecot to me - http://www.askbjoernhansen.com/archives/2003/04/07/000286.html ... and so far it seems much nicer than the other imapds. yay. I use the OS X Mail.app client. I tested it with a test account with no problems, but trying to use it with my usual mail folders (~1.3GB; 120MB in the inbox) it's not working at all. It seems like dovecot keeps copying the
2010 Sep 13
4
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Hi, are there any attempts to use LLVM in graph-rewriting (term-rewriting) language implementations? How good is LLVM for this? E.g., is it natural to expect that the LLVM-based implementation of the language Concurrent Clean be any faster than its reference implementation? Best regards -- Valery A.Khamenya -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Sep 14
0
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Valery Khamenya wrote: > are there any attempts to use LLVM in graph-rewriting (term-rewriting) > language implementations? Pure is a dynamically typed FPL based on term rewriting: http://pure-lang.googlecode.com/ It uses the LLVM JIT to compile and execute code on the fly in an interpreter-like environment, and can also batch-compile code to native executables. This includes the
2010 Aug 17
5
apache rewrite
Is there some easy way to rewrite just the base URL to another URL but leave all other URL's unmolested? i.e. http://www.example.com = rewrite to another URL http://www.example.com/files = deliver from the assigned subdirectory obviously this... Redirect / http://www.other_url.com redirects everything and I don't want...
2011 Oct 20
1
Don't Know Where Emails Are Or What's Happening
...onf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:29: auth_user has been replaced by service auth { user } Usage: /etc/init.d/dovecot {start|stop|reload|restart|force-reload} tail /var/log/maillog Oct 20 10:13:59 example postfix/smtpd[28141]: warning: problem talking to service rewrite: Success Oct 20 10:13:59 example postfix/master[4000]: warning: process /usr/libexec/postfix/trivial-rewrite pid 30178 exit status 1 Oct 20 10:13:59 example postfix/master[4000]: warning: process /usr/libexec/postfix/trivial-rewrite pid 30179 exit status 1 Oct 20 10:13:59 example postfix/smtpd[2845...
2010 Sep 13
0
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Gulhsdholgv signature yfhjvhgvhgjhgfj Envoyé depuis SFR Mail - iPhone ____________________ De : "Valery Khamenya" Date : 13 sept. 2010 11:45:57 À : "LLVM Developers Mailing List" Sujet : [LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems? Hi, are there any attempts to use LLVM in graph-rewriting (term-rewriting) language
2010 Sep 14
0
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Hi Valery On 13 September 2010 19:07, Valery Khamenya <khamenya at gmail.com> wrote: > are there any attempts to use LLVM in graph-rewriting (term-rewriting) > language implementations? I've added a new LLVM backend to the ghc Haskell compiler. > How good is LLVM for this? Works very well. I'm operating from the low levels of the ghc compiler though where I don't
2011 Jul 26
4
[LLVMdev] Exception Handling Rewrite Branch
For those who are playing along, I've started on the exception handling rewrite following the document and comments from this thread: http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/041748.html The repositories are: http://llvm.org/svn/llvm-project/llvm/branches/exception-handling-rewrite http://llvm.org/svn/llvm-project/cfe/branches/exception-handling-rewrite Prog...
2007 Dec 06
5
Help rewriting looping structure?
Hey Folks, Could somebody help me rewrite the following code? I am looping through all records across 5 fields to calculate the cumulative percentage of each record (relative to each individual field). Is there a way to rewrite it so I don't have to loop through each individual record? ##### tdat is my data frame ##### j is my field...
2007 Jul 19
3
InPlace[Collection]Editor rewrite: it's in trunk!
Hi all, For those of you who don''t follow Thomas Fuch''s blog, know that a complete rewrite of InPlaceEditor / InPlaceCollectionEditor just made it into the trunk. You''ll find all the juicy details on Thomas'' post: http://mir.aculo.us/2007/7/17/in-place-editing-the-summer-2007-rewrite Do note that this is my rewrite, so if you find bugs etc., don''t go yelling...
2015 Nov 09
6
Wiki content announcement
...a.org/index.php/Setup_a_Samba_AD_Member_Server) Everything to know is described on the new "Domain Member" page. In combination with the file-/printserver and other docs, everything is covered and no more duplicated. * https://wiki.samba.org/index.php/Shares_with_POSIX_ACLs Major rewrite. More/detailed information, restructured. * https://wiki.samba.org/index.php/Shares_with_Windows_ACLs Major rewrite. More/detailed information, restructured. Works without "username map", like often suggested. * https://wiki.samba.org/index.php/Setup_a_Samba_print_server https://wi...
2007 Nov 11
1
v2.0 / Master/config rewrite
If anyone's interested, I updated my master/config rewrite to latest Dovecot v1.1 tree and added it to hg: http://hg.dovecot.org/dovecot-master-rewrite/ It probably doesn't work, but with the exception of plugins it compiles anyway. :) I'm thinking that maybe after v1.1.0 I could continue with the rewrite and create v2.0 after all instead of v1.2...
2010 Dec 06
1
[3102] How to rewrite CID name + number?
Hello I use the Linksys 3102 to connect Asterisk to a POTS line, and XLite on XP as an SIP client: http://img694.imageshack.us/img694/1421/3102asteriskxlitecid.png The problem is that by default, Asterisk doesn't rewrite the CID name + number in incoming calls, so that XLite displays whatever name I used in the 3102 and the extension the 3102 uses to register with Asterisk. How can I tell Asterisk to rewrite the CID name + number so that XLite displays the actual caller's information instead? Since the 3102 d...
2019 Dec 17
7
Flang landing in the monorepo
...10 branch in due in mid January, so please speak up soon if you see anything needing fixing in what I write below. I've taken into account the discussion raised during the MLIR landing discussion found at http://lists.llvm.org/pipermail/llvm-dev/2019-November/136813.html. As with MLIR, we rewrite the commits so that flang's work all appears to happen in the flang directory, starting with llvm-project master as it appears today. The topology of the f18 history was fairly interesting, which is why I ended up writing a new program to rewrite it rather than using an existing one. === K...
2006 Oct 03
4
Apache Re-Write and Directories
Howdy, I am using the ''default'' Apache 2.2 mod_rewrite rules suggested from the Web site and they are working. One thing related to static (non cluster directed) resources: If I have a directory in public called ''static'', if I request it as follows: http://www.domain.com/static/ - then it works If I request it as: http://www.dom...
2017 Sep 05
5
InstCombine, graph rewriting, Equality saturation
Hello all, I've seen some discussion that InstCombine is "too general" and that llvm should implement a proper graph rewrite mechanism: Link to llvm-dev discussion about this: http://lists.llvm.org/pipermail/llvm-dev/2017-May/113219.html, Link to review where this came up (and I first heard about it): https://reviews.llvm.org/D37195. I wanted to understand what the current issues with InstCombine are, and if a graph re...
2008 Jun 16
3
Apache rewrites with mongrel
I?m knew to rewrites on apache in combination with mongrelcluster. It?s urgend for me, because the server has an loadaverage about 10 :-((((( Ok so I?m using 3 mongrel-server on an mongrelcluster. The Loadbalancer ist apache I think, that my rewrites are not correct. Please can anybody check my rewrites ? That?s in...
2011 Jul 27
0
[LLVMdev] Exception Handling Rewrite Branch
<dropping cfe-dev> On Jul 26, 2011, at 4:16 AM, Bill Wendling wrote: > For those who are playing along, I've started on the exception handling rewrite following the document and comments from this thread: > > http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/041748.html > > The repositories are: > > http://llvm.org/svn/llvm-project/llvm/branches/exception-handling-rewrite > http://llvm.org/svn/llvm-project/cfe/branch...
2012 Dec 25
2
[LLVMdev] About instrumenting/rewriting X86 instructions
Hi all, I plan to use LLVM to instrument/rewrite X86 instructions during the compilation of a program. For example, insert checking target instructions before jmp instructions, or rewrite a instruction to prevent code using a specific register. I think the work should be done at the CodeGen phase, but I'm not quite clear how can I start....