Displaying 5 results from an estimated 5 matches for "plifi".
Did you mean:
pliki
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.
-
2010 May 10
2
[Bug 1769] New: sftp displays size and transfer speed as "MB"; should use "MiB" for clarity
https://bugzilla.mindrot.org/show_bug.cgi?id=1769
Summary: sftp displays size and transfer speed as "MB"; should
use "MiB" for clarity
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp
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
...Closed SSA Form Pass
> Loop Pass Manager
> Rotate Loops
> Loop Invariant Code Motion
> Unswitch loops
>
> Combine redundant instructions
> Scalar Evolution Analysis
> Canonicalize natural loops
> Loop-Closed SSA Form Pass
> Loop Pass Manager
> Induction Variable Simplification
> Recognize loop idioms
> Delete dead loops
> Unroll loops
> Memory Dependence Analysis
> MergedLoadStoreMotion
> Dominator Tree Construction
> Memory Dependence Analysis
> Global Value Numbering
> Memory Dependence Analysis
> MemCpy Optimization
> Sparse Cond...