search for: plify

Displaying 5 results from an estimated 5 matches for "plify".

2008 Jan 11
2
"rsync cheatsheets"
Hello, I have just put reviewed versions of the "rsync cheatsheets" which I posted a couple of years ago (if I correctly keep track of time), right here: http://public.m-plify.net/rsync_cheatsheets/ - Sheet one lists the possible combinations of SOURCE and DEST arguments that may be given to rsync. - Sheet two lists the behaviour of rsync for different cases of SOURCE and DEST. - Sheet three depicts the elements that enter into a setup of rsync-over-ssh. If they are...
2010 May 10
2
[Bug 1769] New: sftp displays size and transfer speed as "MB"; should use "MiB" for clarity
...ty Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: unassigned-bugs at mindrot.org ReportedBy: d.tonhofer at m-plify.com This is probably cross-project: Adapt sizes and speed units to IEC binary units. So, "100% 488MB 11.1MB/s 00:44" should be displayed as "100% 488MiB 11.1MiB/s 00:44" -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are rece...
2007 Sep 18
1
[LLVMdev] 2.1 Pre-Release Available (testers needed)
> LLVM-GCC 4.0 fails on Cygwin, possibly due to lack of symbolic links. I am trying with llvm-gcc-4.2 from svn. Aaron
2015 Mar 12
3
[LLVMdev] Question about shouldMergeGEPs in InstructionCombining
I think it would make sense for (1) and (2). I am not sure if (3) is feasible in instcombine. (I am not too familiar with LoopInfo) For the Octasic's Opus platform, I modified shouldMergeGEPs in our fork to: if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && !Src.hasOneUse()) return false; return Src.hasAllConstantIndices(); // was return false;
2015 Mar 12
2
[LLVMdev] Question about shouldMergeGEPs in InstructionCombining
...and it should have loopinfo for the third invocation (called > immediate after some loop passes). Here's output from > --debug-pass=Structure: > > > > Pass Arguments: -tti -no- aa -tbaa -scoped-noalias > -assumption-cache-tracker -targetlibinfo -basicaa -verify > -simplifycfg -domtree -sroa -early-cse -lower-expect > Target Transform Information > No Alias Analysis (always returns 'may' alias) > Type-Based Alias Analysis > Scoped NoAlias Alias Analysis > Assumption Cache Tracker > Target Library Information > Basic Alias Analysis (statele...