similar to: [LLVMdev] GCC frontend

Displaying 20 results from an estimated 12000 matches similar to: "[LLVMdev] GCC frontend"

2004 Jul 10
0
[LLVMdev] GCC frontend
On Sat, 10 Jul 2004, Ramu Ramamurthy wrote: > LLVM is an excellent piece of work, Thanks! > LLVM is one of the few project I know that has used the mysterious GCC > front-end. I think it will be a great contribution to the community if > you could writeup and document how to interface to the GCC front-end > data-structures (like LLVM has done). Specifically: > > a)
2008 Feb 14
2
[LLVMdev] Higher-level OCaml bindings
On Thursday 14 February 2008 16:33:25 Chris Lattner wrote: > On Thu, 14 Feb 2008, Jon Harrop wrote: > > Does CLang use a suitable intermediate representation for this to be > > possible? > > The higher level IR that clang uses is basically a C AST. This interface > is under constant flux though. If you wanted to do this, it would be > very reasonable to just cons up
2008 Feb 14
0
[LLVMdev] Higher-level OCaml bindings
On Thu, 14 Feb 2008, Jon Harrop wrote: >> is under constant flux though. If you wanted to do this, it would be >> very reasonable to just cons up some C code and send it through the clang >> parser. Clang works great in a JIT environment. > > Great! Sounds like CIL should do the trick: > > http://manju.cs.berkeley.edu/cil/ Huh? -Chris --
2008 Jul 02
2
[LLVMdev] frontend support for cross-compilation?
Thanks Chris. I'll follow any ongoing discussion about this. Unless I'm missing something, customizable widths for integer types is necessary to achieve source-level compatibility with existing cross-compilers. It would be great to see the fronend being parameterized by integer widths at runtime. There would be no noticable loss of efficiency and this would avoid the obnoxious and
2017 Apr 30
3
selinux problem policies
Hello, My problem is to add selinux policies can any help to say what is wrong with my policies I write this! semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html(/.*)?/ typo3conf(/.*)?" I have more instances from typo3 I found this construct in the selinux policies "/var/www/html(/.*)?/uploads(/.*)?" but my is not working ? and I have only errors? neverallow
2008 Jul 02
0
[LLVMdev] frontend support for cross-compilation?
On Jul 1, 2008, at 9:45 PM, John Regehr wrote: > Thanks Chris. I'll follow any ongoing discussion about this. > Unless I'm > missing something, customizable widths for integer types is > necessary to > achieve source-level compatibility with existing cross-compilers. > > It would be great to see the fronend being parameterized by integer > widths > at
2017 May 01
2
selinux problem policies
Hello, On Sonntag, 30. April 2017 18:40:23 CEST Gordon Messmer wrote: > On 04/30/2017 07:03 AM, G?nther J. Niederwimmer wrote: > > I write this! > > > > semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html(/.*)?/ > > typo3conf(/.*)?" > > OK. Did you get an error? I have only Errors ;-). when I like to set this Rule ? semanage fcontext -a
2006 Mar 03
2
Strange Expression
Hello, I have a dataframe with a column 'col' of expressions of the form 2*3+4*5+6*7 and substrings thereof. Now >eval(2*3+4*5+6*7) is ok. But I want it done on that column... nothing seems to work Even > cil <- dataframe$col >eval(cil[1]) 2*3+4*5+6*7 I want the elements of the column evaluated. Thanks, A. Mani Member, Cal. Math. Soc [[alternative HTML version
2008 Feb 14
2
[LLVMdev] Higher-level OCaml bindings
I'm still meddling with different ways to exploit LLVM's awesome JIT compilation capabilities from OCaml. Although I've managed to get minimal compilers up and running with relatively little effort, I can't help but think that I'm spending a significant amount of time reinventing the C front-end. Would it make sense to have higher-level OCaml bindings to the current CLang
2012 Mar 15
1
Bar graph with 2 Y axis
Dear R users,   I need to draw a barplot with 2 Y axis. I have 3 days each of wich having 2 groups (and error bar for each of them). The height of the 3rd day is too tall compared to others. That's why I have to use a second Y axis for that. I am using  "barplot2" function of "gplots" library (to be able to add error bars as well). Data and  codes currently I am using is
2009 May 13
3
free sms gateway in india
Hi, I am Ramu from India, My rails application needs to have sms feature I searched for couple of rails plugins like sms-fu and all. But it seems that none of them has a support to india mobiles. Please help me in finding out the free sms plugin for rails in india. Thanks, Ramu.
2001 Apr 21
2
permisos de archivos ...
como puedo cambiar los permisos para un directorio de tal forma que en un cliente windows pueda leer, guardar pero no pueda borrar archivos??? _________________________________________________________ Do You Yahoo!? Construye tu p?gina personal en Yahoo! GeoCities. ?Es f?cil, r?pido y gratis! http://geocities.yahoo.com.mx
2006 Dec 02
2
nonlinear quantile regression
Hello, I?m with a problem in using nonlinear quantile regression, the function nlrq. I want to do a quantile regression o nonlinear function in the form a*log(x)-b, the coefficients ?a? and ?b? is my objective. I try to use the command: funx <- function(x,a,b){ res <- a*log(x)-b res } Dat.nlrq <- nlrq(y ~ funx(x, a, b), data=Dat, tau=0.25, trace=TRUE) But a can?t solve de problem,
2016 Jan 02
1
Default R Font Changed After Upgrade to Debian 8
Good day, The code is : png("grainy.png", h = 600, w = 900) plot(1:10, main = "abcedfghijklmnopqrstuvwxyz", cex.main = 4, cex.lab = 4, cex.axis = 4) dev.off() and the server has the characteristics : > getOption("bitmapType") [1] "cairo" > sessionInfo() R version 3.2.3 (2015-12-10) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian
2005 Mar 19
4
How I calculate nCr with R ? (Como calculo nCr con R? )
En espa?ol (In Spanish) Necesito calcular la en numeros de combinaciones de n cosas tomando k al tiempo. Como hago eso en R ??? Yo escrib? mi propia funci?n pero pienso que de esa forma no es f?cil para mis estudiantes . He estado buscando en la ayuda y no he encontrado informaci?n sobre una funci?n que calcule eso directamente. Podr?an ayudarme In English (en Ingl?s ) I need calculate
2020 Nov 20
2
selinux policy (& engine) broken in C7
hi guys I've just gotten a bunch of updates via yum and something weird seems to be going on after the update. System has: selinux-policy-3.13.1-268.el7_9.2.noarch selinux-policy-targeted-3.13.1-268.el7_9.2.noarch actually three different boxes, all the same: $ semodule -l No modules. and an attempt to install modules fails: $ semodule -i openvpn.pp Failed to resolve typeattributeset
2011 Sep 22
3
Bivariate Scatter Plots with Lattice
Data frame has this structure: 'data.frame': 11169 obs. of 4 variables: $ stream : Factor w/ 37 levels "Burns","CIL",..: 1 1 1 1 1 1 1 1 1 1 ... $ sampdate: Date, format: "1987-07-23" "1987-09-17" ... $ param : Factor w/ 8 levels "As","Ca","Cl",..: 1 1 1 1 1 1 1 1 1 1 ... $ quant : num 0.01 0.01 0.01 0.01
2003 Apr 16
2
barplot2
Hello, I get a nice looking barplot using the barplot2 function in the gregmisc package: body2 <- barplot2(hh3, beside = TRUE, col = c("mistyrose", "lightcyan"), .... cex.names = 1.0, plot.ci = TRUE, ci.l = cil, ci.u = ciu, plot.grid = TRUE) box() However, obviously I lose the collors when converting from ps to a pdf (outside of R)
2008 Feb 14
0
[LLVMdev] Higher-level OCaml bindings
On Thu, 14 Feb 2008, Jon Harrop wrote: > Would it make sense to have higher-level OCaml bindings to the current CLang > front-end to make code generation even easier? > > Does CLang use a suitable intermediate representation for this to be possible? The higher level IR that clang uses is basically a C AST. This interface is under constant flux though. If you wanted to do this, it
2010 Apr 05
5
paperclip question
Hi All, My application is using paperclip and its working fine without any problems, I am able to generate the thumb images and big images from actual uploaded images. There are many images already uploaded by the users. Now I want to create small images from the original uploaded image. For the newly uploaded images its working fine but how can I do the same for already uploaded image?? if