similar to: [LLVMdev] Struct Types and GCC compatibility

Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] Struct Types and GCC compatibility"

2005 Dec 20
0
[LLVMdev] Struct Types and GCC compatibility
On Tue, 20 Dec 2005, Mike Emmel wrote: > Hi all I'm writing a direct llvm backend for gcjx a new java fronted for gcc. Great! > I'm now ready to tackle creating the structures to represnt classes I > read the gcc 4.0 patches and it seems that the llvm struct is padded > and aligned using the info from the gcc tree. Yes. > In my case I don't have this information.
2005 Dec 21
1
[LLVMdev] Struct Types and GCC compatibility
On 12/20/05, Chris Lattner <sabre at nondot.org> wrote: > On Tue, 20 Dec 2005, Mike Emmel wrote: > > Hi all I'm writing a direct llvm backend for gcjx a new java fronted for gcc. > > Great! > > > I'm now ready to tackle creating the structures to represnt classes I > > read the gcc 4.0 patches and it seems that the llvm struct is padded > > and
2005 Nov 28
2
[LLVMdev] Help setting up a llvm project
First I'd like to let you know I've started working on porting gcjx to llvm. Some other intrested people may help but I've just started the project. My first question is I'm porting gcjx over to use the llvm build system I've successfully created a number of libraries but gcjx uses a number of sub directories for its source and I'd like the .o files for all of them to
2005 Nov 28
0
[LLVMdev] Help setting up a llvm project
Hi Mike, Sounds like an interesting project. Here's some ideas for you on the LLVM Makefile System. If you haven't, I *strongly* suggest you read the makefile and project documentation (docs/MakefileGuide.html and docs/Projects.html). There is much information there that you need to understand. LLVM is set up so that a single directory builds a single result. Since your source code
2006 Feb 26
1
[LLVMdev] Re: gcc like attributes and annotations
Hi Mike, hope you are doing well with the llvm gcjx backend. I am currently writing an llvm backend for a C like language for tracing (like D in dtrace). I am very interested in this area. Do you currently put your work in a repository? (maybe as Tom suggested gcjx.sf.net would be an easy start - since it would not require gcc committer status). I am keen on getting LLVM support for gcj. Maybe we
2006 Feb 25
0
[LLVMdev] Re: gcc like attributes and annotations
This is a interesting thread. I think this would also help with compiling scripting languages such as JavaScript/Python etc. We could keep the high level meta data and runtime binding info as language specific bytecode in the file and just have the parts that are easy to represent as compileable in the main object sections. There is no intrinsic reason for all the runtime type information to get
2006 Feb 25
3
[LLVMdev] Re: gcc like attributes and annotations
Hi Reid, Reid Spencer schrieb: > I have some thoughts on this too .. > Great! > On Fri, 2006-02-24 at 19:56 +0100, Jakob Praher wrote: > >>I get you 100 % here. But as you say later in the mail, many information >>is done by some runtime std::map<Value*,foo> stuff. Which is really >>handy at runtime, but I *had* serialization in mind when I was thinking
2008 Feb 14
1
Principal component analysis PCA
Hi, I am trying to run PCA on a set of data with dimension 115*300,000. The columns represnt the snps and the row represent the individuals. so this is what i did. #load the data code<-read.table("code.txt", sep='\t', header=F, nrows=300000) # do PCA # pr<-prcomp(code, retx=T, center=T) I am getting the following error message "Error: cannot allocate vector of
2002 Jul 06
5
about image and rgb
Hi all, I have a 16 bit image (TIFF) and i want to analyse the pixels distribution. So, i obtain a matrix which values are between 0 and 2^16 -1. Now i would like to represnt this image with the fucntions rgb() and image(). I am not sure , but i think that only 256 colors are available. So is there a solution to represent all the palette of the colors or i have to limit the representations with
2006 Apr 23
0
[LLVMdev] Newbie questions
On Sun, 2006-04-23 at 09:43 -0500, Archie Cobbs wrote: > Hi, > > I'm just learning about LLVM (really interesting) and have some newbie > questions. Feel free to ignore or disparage them if they're inappropriate :-) No worries. > > My area of interest is using LLVM in a Java JVM setting. These are > just some random questions relating to that... > > 1. What
2006 Apr 23
3
[LLVMdev] Newbie questions
Hi, I'm just learning about LLVM (really interesting) and have some newbie questions. Feel free to ignore or disparage them if they're inappropriate :-) My area of interest is using LLVM in a Java JVM setting. These are just some random questions relating to that... 1. What is the status of the LLVM+Java effort? Is it GCJ-specific? Is there a web page? I found one link via google
2008 Jun 06
0
bartlett-test
i a have transformed my data to data frame named df with only column names(no rownames).each column represnt one sample with 3 observations (in deed nrow(df)=3, and ncol(df)=92).in order to check homoskedasticity of variance of my 92 samples i do: bartlett.test(df) it work and give me a result.but i'm afread of getting false result,knowen that a call of such function require a vector of data
2005 Dec 06
1
[LLVMdev] LLVM to Gcc tree convertor
I know the current gcc based frontend converts llvm trees to gcc trees. Is anyone working on a backend for llvm that generates gcc trees ? It would at least be intresting since you can run all the llvm passes and all the gcc passes. I'm not sure at what level you would want to generate generic ssa ?? Mike
2009 Mar 28
7
unicode only works with a second one
I'd like to paste a zodiac sign on a graph, but it only prints it when I add another unicode ( \u3030) to the desired \u2648 - why? See the examplecode (compare the orange with the skyblue): plot(c(-1,1),c(-4,-2),type="n") text(x=0,y=-3.0,labels="\u2648 \u3030",cex=2.3,col="skyblue") text(x=0,y=-3.2,labels="\u2648",cex=2.3,col="orange")
2006 Apr 23
3
[LLVMdev] Newbie questions
Reid Spencer wrote: >> 1. What is the status of the LLVM+Java effort? > > Incomplete but significant progress has been made. Misha Brukman can > tell you more. >> Is it GCJ-specific? > > No, it implements its own Java compiler and bytecode translator. Has it been hooked up to a JVM? If so, how and which ones? Thanks for your other answers re annotations and memory
2004 May 14
2
Scalable IVR
Hi, I am an asterisk newbie and looking around for information . I wish someone could take their valuable time off to answer my query in detail. I wish to set up an IVR system that can allow user authentication and therefter accept 2-3 inputs from users ..generate a key and transmit the same in voice back to the user . The system will intially have small load but if the whole package in future
2001 Oct 31
2
spool unixXwindows and password
Good morning, I have two problems and I would like know if you can help me: 1- I have a printer "plotter-A0" installed in a windows98. There isn?t driver for this printer in the unix (solaris2.x). I would like to create a spool to this printer by the "admintool" but it left from the impression calls this printer automatically in the windows. It?s possible? 2- Every times
2008 Sep 22
2
Variables visible in all actions in a controller
Hello, I want make a variable visible to all actions in a controller. Everytime user submits a parameter "school_class_id" on the basis of which I assign a variable which I want to make available to all the actions in controller. I used before_filter: set_class_id where set_class_id is defined as def set_class_id @currentClassid = session[:currentclassid] if
2018 Oct 01
2
OptBisect implementation for new pass manager
Sorry, but I strongly oppose to the road you're suggesting here. As I said before the Pass*Manager* is entirely the wrong place to handle OptNone, the absolutely the wrong design. It makes sense for function *only*, and immediately breaks down everywhere else. Frankly, OptNone should take no role in this particular discussion, and I feel like so far it has because "We've always done
2010 May 06
2
[LLVMdev] Unreachable code executed crash
Yes. Intially the pass was crashing when the module when the module verifier was running. I was able to solve that and now it is crashing when the bit writer pass is running. On Wed, May 5, 2010 at 8:39 PM, Nick Lewycky <nlewycky at google.com> wrote: > On 5 May 2010 17:12, Adarsh Yoga <ayoga at umail.iu.edu> wrote: > >> Hi, >> >> I've written a pass