search for: traget

Displaying 10 results from an estimated 10 matches for "traget".

Did you mean: taget
2012 Aug 08
1
[LLVMdev] clang thread-local compilation error on windows
...-llvm options on clang, and was expecting to see "@x = thread_local global i32 0" come out of clang. I am curious why clang even cares about this since its my understanding it woud just attach thread_local to the declaration and then allow me to handle it later on in llc to do the actual traget specific implementation. Can someone help clear where the thread-local implementation should go? Thanks, -Stephen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120808/2f811fe2/attachment.html>
2008 Sep 10
1
[LLVMdev] ReplaceUses: curious
...ackend. I was a little puzzled by the use of a method ReplaceUses in *ISelDAGToDAG.cpp (*= most targets, e.g. ARM, X86..). I found its definition in the *GenDAGISel.inc file that is autogenerated from the target description. I can only assume TableGen emits this method definition for every traget. Is this method implementation, in some way that I cannot see, specific to a given target? I cannot see a reason for it not being a method of SelectionDAGISel and just implemented once? Whilst the existing targets do offer a newcomer to LLWM a template to writing a new backend, can anyone po...
2010 Feb 07
0
disk devices missing but zfs uses them ?
...nclosure connected with LSI3801-R. I created two pools. Pool have 24 healthy disks. I disabled LUN persistency on the LSI adapter. When I cold boot the server (power off by pulling all power cables), a warning is shown on the console during boot: .... WARNING: /pci/path/ ... (mpt0): wwn for traget has changed WARNING: /pci/path/ ... (mpt0): wwn for traget has changed ... It seems that the disk take longer then the enclosure service device SES to boot. SAS1068E''s links are 3.0 G, 3.0 G, 3.0 G, 3.0 G, down, down, down, down B___T SASAddress PhyNum Handle Parent Type...
2015 Nov 21
2
[lld] R_MIPS_HI16 / R_MIPS_LO16 calculation
...tSectionBase` class under `if (MIPS)` statements. Any opinions about the best method / approach? == Q2 R_MIPS_HI16 and R_MIPS_LO16 relocations perform a special calculation if a target symbol's name is `_gp_disp` [2]. AFAIK now in the target `relocateOne` method there is no chance to get the traget symbol name. Is it okay to pass the target symbol index and provide `MipsTargetInfo` access to the symbol table of the processing input file? [1] ftp://www.linux-mips.org/pub/linux/mips/doc/ABI/mipsabi.pdf page 4-18 [2] ftp://www.linux-mips.org/pub/linux/mips/doc/ABI/mipsabi.pdf page 4-19 -- Sim...
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
Hi, I have tried to genertae the key with ssh-keygen -P ( remove the passphrase) And copied it to the traget system. However, it doesn't work. Any insite with the way I am distributing the script. Gs -----Original Message----- From: Martin Pool [mailto:mbp@samba.org] Sent: Tuesday, July 23, 2002 6:53 PM To: Kar, Gouri X. -ND Cc: rsync@lists.samba.org; Johnson, Gary X. -ND; Minyard, Mark X. -ND Subje...
2011 Oct 05
0
[LLVMdev] LLVM IR is a compiler IR
...lation strategy using more target indepent bitcode as followins, (This didn't consider about Jit or Interpreter like lli) C/C++ source code ------------------------------------------ using front-end complier Target Independent Bitcode ------------------------------------------ using translator Traget Dependent Bitcode ------------------------------------------ using opt with optimization passes Optimized Target Dependent Bitcode ------------------------------------------ using LLC Target Assembly code I can show you simple example with this strategy. C/C++ source code 1 struct foo { 2 cha...
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
...l Message----- From: Kar, Gouri X. -ND Sent: Wednesday, July 24, 2002 10:42 AM To: 'Martin Pool'; rsync@lists.samba.org Subject: RE: non-interactive ssh connections (was Re: RSYNC ISSUE) Hi, I have tried to genertae the key with ssh-keygen -P ( remove the passphrase) And copied it to the traget system. However, it doesn't work. Any insite with the way I am distributing the script. Gs -----Original Message----- From: Martin Pool [mailto:mbp@samba.org] Sent: Tuesday, July 23, 2002 6:53 PM To: Kar, Gouri X. -ND Cc: rsync@lists.samba.org; Johnson, Gary X. -ND; Minyard, Mark X. -ND Subje...
2006 Jun 14
0
enormous wave on OTC, important statement
...sik, oil and gas explortaion, developemnt, and produciton compnay headquaretred in San Antnoio, Txeas. Recent News: C a n t e x E n e r g y C o r p. (C T X E . P K - Nesw) annonuced taht the siesmic cerws hvae been moiblized and the 40 miels of seimsic wrok has commneced on the Big Cnayon Porspect trageting the eatsern Val Vedre Basni. The cerw satrted operaitons on Frdiay Jnue 2 2060. Tehy hvae been movnig oevr the terarin betetr tahn expecetd and the frist of there liens sholud be compleetd by wekes edn. Dtaa tehn wlil be snet off for procesisng taknig 3 to 4 wekes. The eastren Val Vrede Baisn is...
2008 Feb 01
6
Dynamic Change Parameters..
I am going to improve theora codec with dynamically changing way. In this case we want to change compression parameters like video_q, sharpness when a keyframe is generated. When i set video quality parameter using cpi-> pb.info.quality in CommpressKeyFrame in encoder_toplevel it will not change dynamically. Can you please help me to do this. Wich function should i cange to achieve my
2011 Oct 05
2
[LLVMdev] LLVM IR is a compiler IR
All, I should have chimed in earlier, but have been working on two more side-channel variants of this conversation. At the beginning the PNaCl team was strongly pushing for trying to keep platform ABI compatibility on all platforms while taking one portable bitcode stream as input. During the discussions we've had over the past few weeks it became obvious that that is simply not tractable,