similar to: [LLVMdev] Label and jump support for ms-inline-assembly

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Label and jump support for ms-inline-assembly"

2013 Feb 01
0
[LLVMdev] Label and jump support for ms-inline-assembly
On Jan 31, 2013, at 1:54 PM, Allen Saunders <allenmsaunders at gmail.com> wrote: > Wondering if someone could tell me what would be involved to add support for jumps (within asm block, between asm blocks, and between C/C++ and asm blocks) for Microsoft inline assembly? I have this work in my queue, but I don't know when I'll be able to get to it. I think the first thing we want
2013 Feb 01
0
[LLVMdev] Label and jump support for ms-inline-assembly
Chad has primarily been looking at this and can let you know where he is on it. -eric On Thu, Jan 31, 2013 at 1:54 PM, Allen Saunders <allenmsaunders at gmail.com>wrote: > Wondering if someone could tell me what would be involved to add support > for jumps (within asm block, between asm blocks, and between C/C++ and asm > blocks) for Microsoft inline assembly? > > Is there
2013 Feb 26
3
Sporadic Issues
The problem is not icecast streaming, its trying to stream through a browser. It is very complicated to do. Each browser has it quirks depending on OS, version and what other audio programs that are installed. Having the external player link should resolve the issues. We gotten from using a browser player to letting the customer choose there fave audio player to use :) Even this has cause
2013 Feb 26
2
Sporadic Issues
Hi I think a part of your story was not clear : - You talk about an "upgrade" , it's an upgrade of icecast ? the OS icecast is running on ? Your HTML5 web player ? <-----------------------------------------------------------------------------------------------------------> web perso : http://memeteau.org <xmpp%3Afreechelmi at jabber.fr> 2013/2/26 Judd, Taylor
2006 Aug 06
6
Having Problem w/ Agile Web Development book
I get this error ... NoMethodError in StoreController#index undefined method `salable_items'' for Product:Class and here is my store_controller.rb ... class StoreController < ApplicationController def index @products = Product.salable_items end def self.salable_items find(:all, :conditions => "date_available <= now()", :order => "date_available
2009 Mar 03
6
Newbie needs help
To all: I am running FreeBSD v7.03 and using icecast2 which is happily relaying a shoutcast MP3 stream. I want to play (mix)a pre-recorded "Stream ID" file to the existing stream once per hour. I've tried ices0 but no luck. Any help will be much appreciated. Mike
2005 Nov 19
5
help with apply, please
Dear list, I have a problem with a toy example: mtrx <- matrix(c(1,1,0,1,1,1,0,1,1,0,0,1), nrow=3) rownames(ma) <- letters[1:3] I would like to determine which is the minimum combination of rows that "covers" all columns with at least a 1. None of the rows covers all columns; all three rows clearly covers all columns, but there are simpler combinations (1st and the 3rd, or 2nd
2012 Aug 06
3
[LLVMdev] [RFC] MS-style inline assembly
All, The purpose of this email is to open a discussion on the design and implementation of support for Microsoft-style inline assembly in clang. The majority of the work will be done in clang, but I'm CC'ing both dev lists to get the most exposure possible. There are _many_ open questions and the forthcoming description is likely to be obscure in many place (at times this is on purpose,
2004 Jun 14
15
oh323
This module wont compile can anyone give me any assistance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040614/03ae433c/attachment.htm
2005 Aug 16
3
Stacked Area chart
I wish to do a stacked area chart to show how relative proportions of species within a stand have changed over time. I know this is simple, but can someone point me to the right function (if it exists). I have not had any luck finding it in the R-help, but maybe I am searching using the wrong keywords. Thanks, Mike Mike Saunders Research Assistant Forest Ecosystem Research Program Department
2012 Aug 06
0
[LLVMdev] [cfe-dev] [RFC] MS-style inline assembly
> > I'm not sure we would want to store the MCInst(s) in the AST. After we're > done with semantic checking and we've created the IR representation (with > inputs, outputs, clobbers, constraints, etc.), I don't think there's a > reason for the MCInst(s) to persist. > I was assuming that MCInst would already provide a lot of the needed information, like
2004 Oct 18
2
Cannot apply delete-sent-files.diff on solaris platform
I have been trying various ways and looking though the lists, but I can't seem to find a solution. I am running a Ultra2 with Solaris 9 and rsync 2.5.2, with the old -move-files patch. I want to upgrade to 2.6.3 with the delete-sent-files patch. Which I understand is the new and improved version serving the same purpose. Unfortunately my patch under Solaris did'nt work, so I d/l
2007 Mar 02
3
Alec Saunders post about Mashable Telco's
Interesting read in Alec Saunders blog today. http://saunderslog.com/2007/03/01/mashable-telcos/ Thought it may interest some people on this list. As food for thought, why it is that ITSP's haven't come up with more 'interesting' voice applications? When asterisk first became available I thought it was the beginning of seeing really neat applications, think Verzion's
2005 Aug 23
3
Plotting using image files
This is a strange request, but I want to build a scatterplot using different image files (jpegs, gif, etc.) as the plot symbols. I have thought about setting this up using a very large layout matrix, but I thought someone might have a better approach. Furthermore, is there any way to have R paste an image file into a specific coordinate within a scatterplot? Thanks in advance, Mike Mike
2005 Apr 05
2
Dead wood code
Is there a package, or does anyone have code they are willing to share, that would allow me to simulate sampling of dead wood pieces across an area? I am specifically looking for code to simulate the dead wood distribution as small line segments across an extent, and then I will "sample" the dead wood using different sampling techniques including line transects, fixed area plots, etc.
2012 Aug 06
2
[LLVMdev] [cfe-dev] [RFC] MS-style inline assembly
On Aug 6, 2012, at 1:03 PM, João Matos wrote: > 1. How is clang going to discover the input operands, output operands, > constraints, and clobbered registers? > > The approach you described sounds good to me. Reusing all the work done in the LLVM MC layer seems the right approach. Glad you agree. We really shouldn't be replicating information in the frontend; this very error
2012 Aug 06
0
[LLVMdev] [cfe-dev] [RFC] MS-style inline assembly
> > 1. How is clang going to discover the input operands, output operands, > constraints, and clobbered registers? > The approach you described sounds good to me. Reusing all the work done in the LLVM MC layer seems the right approach. > In the above example, the two asm statments are not valid assembly. > Thus, the AsmParser cannot parse these statements without some >
2010 Mar 10
6
[XCP] XCP project suggestions on the wiki
Hi, I''ve collected together a bunch of XCP-related project suggestions and stuck them on the xen wiki: http://wiki.xensource.com/xenwiki/XAPI_project_suggestions The main idea is that new people who want to work on XCP can use this list for inspiration... each idea has a rough guesstimate of size/ knowledge required/ impact and an initial first contact (who either suggested the idea
2010 Oct 03
3
SIP flood attacK
Hello all. I was recently the victim of a SIP flood attack. I'm wondering what is the best method to prevent such things in the future. Many thanks Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101003/2e254523/attachment.htm
2008 May 07
4
Hiding the passes
How do you hide all the green passing examples from the output? I don''t need to know what has passed and it means I have to scroll to see what has failed. -- Posted via http://www.ruby-forum.com/.