search for: rewritten

Displaying 20 results from an estimated 1856 matches for "rewritten".

2019 Dec 17
7
Flang landing in the monorepo
...arting 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. === Key links * Resulting tree of the rewrite: https://github.com/peterwaller-arm/f18/tree/rewritten-history-v2-llvm-project-merge * Rewritten history, with flang commits applied on top of llvm-project master: https://github.com/peterwaller-arm/f18/commits/rewritten-history-v2-llvm-project-merge * The history rewriting program is published here:   https://github.com/flang-compiler/f18/pull/854...
2007 Aug 04
2
Rewritten rsync man page
Dear Wayne, C Sights, and list, I have started working on my rewritten version of the rsync man page. So far, I have redone the top of the man page and the list of options; I improved many of the one-line option descriptions. The yodl and man versions of my man page are available here and here: http://www.kepreon.com/~matt/private/rsync-new-manpage/rsync.yo http://w...
2019 Dec 18
2
Flang landing in the monorepo
...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. === Key links * Resulting tree of the rewrite: https://github.com/peterwaller-arm/f18/tree/rewritten-history-v2-llvm-project-merge * Rewritten history, with flang commits applied on top of llvm-project master: https://github.com/peterwaller-arm/f18/commits/rewritten-history-v2-llvm-project-merge * The history rewriting program is published here: https://github.com/flang-compiler/f18/pull/854...
2019 Dec 17
2
Flang landing in the monorepo
I think it would probably make the most sense to land this as a single merge-commit (from the 2700-commit rewritten history you've created) onto llvm-project master, rather than as 2700 individual toplevel commits to master. (Which means: disable the merge-commit prohibition in the github configuration, temporarily, push this commit, and then enable it again). On Tue, Dec 17, 2019 at 5:10 PM Tom Stellard v...
2006 May 25
0
CallerID from cell phone not being rewritten
...m with my dialplan. I'm trying to rewrite the CallerID Name variable so that when a call comes in, it shows what queue the call is going to: exten => 1234,n,Set(CALLERID(name)=Queue1) This works fine for most calls, but when I call from my cell phone my name appears and it doesn't get rewritten for some reason. Has anyone else experienced this behavior? Thanks, Kyle -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060525/864ba4f6/attachment.htm
2007 May 10
0
Rewritten Language Tutorial
The language docs have been languishing for ages, so out of disgust I consolidated the LanguageStructures and LanguageTutorial pages into a new, rewritten LanguageTutorial[1] page. Let''s consider this page the single page for all language explanation, and let''s do what we can to enhance and correct this page over time. I think the existence of two pages confused things before, so hopefully a single page will make things ea...
2010 Jul 04
1
Compiz 0.9.0 is Released!
....sha1 , which are signed by Compiz Release Team GPG key (C2B8F46E) at http://releases.compiz.org/0.9.0/compiz-0.9.0.sha1.asc . Please note that each component is also available in its own directory in http://releases.compiz.org/components/ . Quick changelog: compiz-core: ------------ * Completely rewritten developer API in C++, using boost and stl to simplify a number of tasks originally handled in core. * Reworked plugin function hooking system, where the WRAP / UNWRAP macros have been replaced with 'smart' function call chains using real function lists that can have any component turn...
2019 Feb 18
4
[fdo] Lots of wiki content rewritten
Hi, To try to bring our wiki 'up to date' (as in, no longer talking about CVS), I've gone through and rewritten a lot of the wiki content for our main landing pages: our front page, the software and specifications pages, the infrastructure pages, and even (to an extent) the mission statement. A lot of this is trying to describe how we've interpreted these things over the past ten years anyway: the crite...
2019 Feb 21
2
Dealing with illegal operand mappings in RegBankSelect
Hi, Some operations on AMDGPU require operands which must be in a register bank that is impossible to copy from another. The operation needs to be rewritten in a complex way to avoid the illegal copy. Currently if I correctly report the required register banks in the operand mapping, RegBankSelect happily inserts the illegal copies, somehow concluding they are cheap (I would at least hope there’s an assert or something). So far I’ve worked around this...
2016 Mar 25
1
[VSXFMAMutate] OldFMAReg may be wrongly rewritten
On Tue, Mar 22, 2016 at 5:13 PM Eric Christopher wrote: > I think we can probably go ahead and throw this up on Phabricator for > review. I'd probably bring in Matthias for review as well. > > Thanks! > > -eric > (Follow up on the discuss in IRC) I tried to bridge PPC backend and commuteInstruction, not sure if correctly, but here I got some non-optimal results: in 12
2011 May 09
0
virt-edit rewritten in C
I'm sure there will be some bugs ... http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=2b5fbc882a0a79646b668c7b95442f0b3673d63a The virt-edit -e option[1] takes a Perl expression. This was handled easily in the old Perl program. In the new code this calls out to 'perl' on the current PATH. As noted in the manual page, if 'perl' is not available then it will fail.
2009 Aug 31
2
UPS::Nut PERL module is rewritten
Dear folks, I had to rewrite UPS::Nut because it was not developed since 2002 and it was based a very old version of upsd speaking a totally outdated protocol. If some of you interested in it you can get from my debian repository. package name is libups-nut-perl. Add this to your APT sources: deb http://debian6.ki.iif.hu/ lenny contrib deb-src http://debian6.ki.iif.hu/ lenny contrib Or simply
2006 Apr 02
5
Asterisk 2.0 Where to download
Hello All I read in www.sineapps.com have Asterisk 2.0 rewritten C# and run on windows, any body could be mail or send to me URL to download. Thanks Tin Trung Nguyen Technical Team Mobile: 084-91.365.4857 website: www.daivietcontrol.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/aster...
2019 Feb 26
3
Dealing with illegal operand mappings in RegBankSelect
...senault, Matthew via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi, >> >> Some operations on AMDGPU require operands which must be in a register bank that is impossible to copy from another. The operation needs to be rewritten in a complex way to avoid the illegal copy. >> >> Currently if I correctly report the required register banks in the operand mapping, RegBankSelect happily inserts the illegal copies, somehow concluding they are cheap (I would at least hope there’s an assert or something). > >...
2018 Nov 05
2
RFC: Dealing with out of tree changes and the LLVM git monorepo
Mehdi AMINI <joker.eph at gmail.com> writes: > Yes, but that's the case for the zipper repo anyway: one merge per > commit. The point is that the second commit is just a trivial merge, > it wouldn't show up in a file `git log` for example. > In the linear rewritten monorepo, adding the history taken from the > existing git mirror would lead to duplicated commits, as in > *identical* commit / commit with the same diff but different git > hashes. I'd expect git log to show us the two commits in the git log > of a single file. Would it be valuab...
2005 Nov 21
2
shorewall status
Hi I wonder if you can help... I have setup shorewall(2.2.3) under debian on a machine that has 4 network ports... the idea is that there is 1 WAN port, 1 DMZ port, and 2 LAN ports, 1 LAN port has static NAT setup for selected incoming connection from trusted sources, and the second LAN port I am trying to setup using masq NAT as it only requires outgoing connections, no incoming. the static NAT
2016 Feb 20
2
[VSXFMAMutate] OldFMAReg may be wrongly rewritten
Example: target triple = "powerpc64le-unknown-linux-gnu" define void @TestFoo() { entry_bb: br label %loop_bb loop_bb: %tmp = load float, float* undef %tmp1 = fmul float %tmp, 0x401F25E360000000 %tmp2 = fadd float %tmp1, 0x3FC1A7B960000000 %tmp3 = select i1 undef, float 0x401F25E360000000, float %tmp2 store float %tmp3, float* undef br label %loop_bb } The code above is
2016 Feb 22
0
[VSXFMAMutate] OldFMAReg may be wrongly rewritten
On Fri, Feb 19, 2016 at 5:10 PM Tim Shen <timshen at google.com> wrote: > I wonder if we can fix this by making the transformation simpler, that is, > instead of doing: > I wrote a prototype (see attach) for this idea, it actually improves some of the test cases (e.g. fma-assoc.ll: test_FMADD_ASSOC1), but pessimize several other cases (e.g. test_FMADD_ASSOC_EXT1). I'm not
2007 Dec 18
1
sieve & vacation question
We have a setup where a Postfix gateway does virtual_alias rewriting of the envelope sender: ralf.hildebrandt at charite.de get rewritten to hildeb at postamt.charite.de The mail is then sent on to postamt.charite.de, the Mailbox server. There we use deliver & doecot. The sieve vacation recipient says it won't answer if: "The envelope recipient is not found in the message To:, Cc: or Bcc: fields." But this is ne...
2009 May 04
2
SYSLINUX 3.80 released
3.80 is a bug fix and internal restructuring release. In particular, the entire shuffler subsystem has been rewritten largely from scratch, as has the Multiboot module. Changes in 3.80: * New shuffler mechanism and API. * Rewritten mboot.c32 module. * The syslinux_boot_linux() function has been simplified. * Don't hang trying to boot a "menu quit" label from the C...