similar to: [LLVMdev] Hexagon Patch for

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Hexagon Patch for"

2012 Apr 19
4
[LLVMdev] Target Dependent Hexagon Packetizer patch
Hi, Here's a patch for Hexagon Packetizer for review. This patch does not yield any warnings. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonPacketizer.patch URL:
2012 Apr 20
2
[LLVMdev] Hexagon Test cases.
Here's a patch that contains Hexagon Test cases. Please review. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonTestCases.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120420/eb32dede/attachment.ksh>
2012 Apr 20
0
[LLVMdev] Hexagon Test cases.
On Apr 20, 2012, at 1:58 PM, Sirish Pande <spande at codeaurora.org> wrote: > Here's a patch that contains Hexagon Test cases. Please review. You can't include these in the patches that they're supposed to go along with? -eric
2012 Apr 20
1
[LLVMdev] Hexagon Test cases.
Sure I can do that. In that case, let me recreate all the patches (along with the test cases) and put up the patches for review. sirish On 4/20/2012 4:16 PM, Eric Christopher wrote: > On Apr 20, 2012, at 1:58 PM, Sirish Pande<spande at codeaurora.org> wrote: > >> Here's a patch that contains Hexagon Test cases. Please review. > You can't include these in the
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
No test cases for a 500k patch? -eric On Apr 18, 2012, at 9:18 PM, Sirish Pande wrote: > Hi, > > Here's a patch for Hexagon Packetizer for review. This patch does not yield any warnings. > > Sirish > > -- > Qualcomm Innovation Center, Inc is a member of Code Aurora Forum > > <HexagonPacketizer.patch>_______________________________________________
2012 Mar 05
1
[LLVMdev] printing hex format for floating point number
Hi, I am trying to print a hex value ( 4111999A for 9.1) for a corresponding floating point number. The routine convertToHexString in APFFloat class only prints in C99 Floating point hexagondecimal constant (eg 1.e00000p3). Without writing my own routine, how do I get to print the hexadecimal representation for a floating point value? Sirish -- Qualcomm Innovation Center, Inc is a member
2012 Jul 10
1
[LLVMdev] floating point: seto opcode
Hi, Given the following in ISDOpcodes.h SETO, // 0 1 1 1 True if ordered (no nans) SETUO, // 1 0 0 0 True if unordered: isnan(X) | isnan(Y) Is it safe to assume that SETO is not of SETUO? We have support for setuo in the architecture but not seto. Sirish -------------- next part -------------- An HTML attachment was scrubbed...
2017 May 19
4
memcmp code fragment
Hi, Look at the following code: Look at the following C code seqence: unsigned char mainGtU ( unsigned int i1, unsigned int i2, unsigned char* block) { unsigned char c1, c2; c1 = block[i1]; c2 = block[i2]; if (c1 != c2) return (c1 > c2); i1++; i2++; c1 = block[i1]; c2 = block[i2]; if (c1 != c2) return (c1 > c2); i1++; i2++; .. ..
2012 Apr 19
0
[LLVMdev] Patch for Hexagon Architectural feature, New value jump.
Here's a Hexagon patch for Hexagon New Value Jump instructions for review. This patch does not yield any warnings on Hexagon, Arm and X86 build on Linux. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonNewValueJump.patch URL:
2012 Apr 19
0
[LLVMdev] Hexagon cfe patch for V5- floating point support.
Here's a Hexagon cfe patch for floating point support. Please take some time to review this patch. This patch does not yield any warnings on Hexagon, Arm and X86 build on Linux. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonV5-FP-Support-cfe.patch
2012 Apr 19
0
[LLVMdev] Hexagon llvm patch for V5- floating point support.
Here's a Hexagon llvm patch for floating point support. Please take some time to review this patch. This patch does not yield any warnings on Hexagon, Arm and X86 build on Linux. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonV5-FP-Support-llvm.patch
2017 May 24
2
memcmp code fragment
On Fri, May 19, 2017 at 4:32 PM, Daniel Berlin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > i think you'd have to write some idiom recognizer here. The ones we have > won't do it. > > I guess my other question would be how commonly this happens. If it's common > and matters a lot, awesome. > I wouldn't do it just to fix SPEC :P > > (people who
2015 Aug 19
3
Samba 4.2.3
Hello, Am 19.08.2015 um 16:43 schrieb Nitin Pande: > [2015/08/19 09:23:59.800516, 0] > ../source4/smbd/server.c:475(binary_smbd_main) > At this time the 'samba' binary should only be used for either: > 'server role = active directory domain controller' or to access the > ntvfs > file server with 'server services = +smb' or the rpc proxy with >
2015 Sep 02
3
Samba4.2.3 Authentication
Hello, Need your guidance in setting up SAMBA 4.2.3 on CentOS7 with proper authentication. Below are the details of my smb.conf file. Problem: incorrect authentication when accessing share from windows machine a) "worm" share is guest only and can be accessed by any person without authentication b) "secure_worm" is share which require authentication from the user when I
2015 Apr 27
4
Folding At Home OT
On 04/22/15 21:05, Mark LaPierre wrote: > Can someone recommend a good video card to use with CentOS 6.6 that has > a GPU, or two, or more, that will work with the Folding At Home project. > > I built a killer machine primarily for contributing to the FAH effort > but the video card, NVIDIA Corporation G94 [GeForce 9600 GT], I had on > hand is not getting any assignments.
2012 Apr 18
4
[LLVMdev] Build warnings and errors
This is what I get when I try to build: http://pastie.org/private/tkvb5dz3xmzbgyvi7w At the top, there are a ton of warnings emitted by tablegen building Hexagon .inc files. At the bottom there is a failure when building the clang driver, complaining about finding `DEFAULT_SYSROOT` I'm building with ninja (generated by CMake). --Sean Silva -------------- next part -------------- An HTML
2012 Jun 08
1
[LLVMdev] Predicate registers/condition codes question
On Mon, 4 Jun 2012 11:41:43 -0500 Sebastian Pop <spop at codeaurora.org> wrote: > On Mon, Jun 4, 2012 at 11:22 AM, Sebastian Pop <spop at codeaurora.org> > wrote: > >> Why don't you call it with "Promote" instead of > >> "Custom" and let the Legalizer do the job? Does it not work? > > > > I tried this, and the legalizer will
2015 Sep 01
2
error: Failed dependencies:
Hi, I am new to Linux environment and trying to setup SAMBA 4.2.3 on one of our CentOS 7 server. I followed SAMBA wiki and other links and was able to build and install the SAMBA on the machine. Using checkinstall-1.6.2-3.el6.1.x86_64.rpm I am able to create the rpm package also, however when I use this rpm package [samba 4.2.3] to install on another CentOS machine it fails with below errors
2012 Apr 18
4
FW: tinc Digest, Vol 90, Issue 17
Dear C?dric, If I am using windows version of tinc, how can I check the connection list? Regards, Eric -----Original Message----- From: tinc-bounces at tinc-vpn.org [mailto:tinc-bounces at tinc-vpn.org] On Behalf Of tinc-request at tinc-vpn.org Sent: Wednesday, April 18, 2012 6:00 PM To: tinc at tinc-vpn.org Subject: tinc Digest, Vol 90, Issue 17 Send tinc mailing list submissions to tinc at
2013 Mar 14
0
[LLVMdev] Hexagon: removing support for Hexagon-v2 and Hexagon-v3
On 03/14/2013 12:51 PM, Anshuman Dasgupta wrote: > I wanted to give everybody a heads-up on upcoming commits for the > Hexagon backend. We will be removing support for older versions of the > Hexagon architecture - specifically Hexagon-v2 and Hexagon-v3. These are > no longer being used by compiler users. Matthew Curtis has committed the > first clang patch to remove driver support