Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] CIL 1.3.7 release, with experimental LLVM code generation"
2010 Jun 22
0
[LLVMdev] Hello World to MSIL/CIL?
Hello I am trying to use llvm to see if i can compile the following C code
to MSIL/CIL but I cant seem to find any instructions on how to select the
backend i want to output to. Some direction on this would be much
appreciated.
#include <stdio.h>
int main() {
printf("hello world\n");
return 0;
}
Thanks
Kevin
-------------- next part --------------
An HTML attachment was
2008 Apr 12
1
[LLVMdev] Bitwidth analysis?
Dear John,
thanks for pointing it to me. I just downloaded and installed CIL.
However, I am getting an error when I run "make check", or when I try to
compile the blink application, and I am sending you the error notice
below. In any case, do you think it is possible to get some sort of 'dump'
of the target C program with some bitwidth information, once I get your
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
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
2009 Oct 02
0
[PATCH] add mini-xml to com32 api
I managed to get mini-xml (www.minixml.org<http://www.minixml.org>) working with the com32 API. I use it to read additional data needed by my comboot program but doesn't necessarily belong in the Syslinux config file. Maybe someone else can find a use for it as well.
First you must extract mini-xml into the Syslinux tree:
tar xfz syslinux-3.82.tar.gz
tar xfz mxml-2.6.tar.gz
mkdir -p
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
2013 Jul 19
3
FW: pxelinux 5.x, 6.x memtest problem
Hi,
> What steps are you using to recompile the releases? Are you working from
> git?
No, not git.
See http://www.syslinux.org/archives/2013-July/020543.html and the
f'up from Ady and my response regarding re-compiling.
So actual I think I don't re-compile everything. I think I am using
the pre-build modules from your provided archives (if 'make installer
&& make
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
2004 Jul 01
0
.Net & Mono language news: C, C++, C#, Java, Python & Perl
For those interested in experimenting with (compiling / developing)
a version of R for the Common Language Runtime (CLR)
environment (Microsoft .Net, Novell Ximan Mono & DotGNU)
-- a few links to some "free" compliers:
C
DotGNU (the official GNU project)
http://dotgnu.org/
http://www.southern-storm.com.au/pnet_faq.html#q1_7
FAQ "1.7. What is pnetC?
Since version 0.4.4 of
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
--
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
2004 Jul 10
3
[LLVMdev] GCC frontend
Chris,
LLVM is an excellent piece of work,
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) detail the gcc front-end tree data-structures
b) how to go about interfacing to them
2006 Apr 08
0
Gay.com UK | CONFIRMATION NEEDED - Your newsletter subscription request
- This is an automated mail. Please do not reply, but follow the -
- instructions below to continue. -
You, or somebody specifying this email address, requested a free
subscription to mailing list(s) managed by Gay.com UK. If you did not
request this service, or you requested it and have since changed your
mind, DO NOTHING. You will not be subscribed until you
2007 May 09
1
[LLVMdev] Patch for LLVM 2.0 release branch
This one needs to go into the 2.0 branch:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-
Mon-20070507/049464.html
This is required to fix a bug I introduced that breaks 177.mesa,
distray, and cfrac on ARM.
Evan
2006 Nov 24
0
[LLVMdev] LLVM Newb: Getting started
Hello, Wolfgang.
> * How can I define parts of the ABI that cover calling conventions?
You should write some parts of codegen, which will translate specific
CC'ed code to the target assembler. In general, you have to write 2
routines:
1. Lowering of formal arguments (when function call is performed,
function should "see" supplied arguments with specific CC)
2. Lowering of call
2017 Jan 19
0
SELinux upgrade
W dniu 19.01.2017 o 10:17, Hal Wigoda pisze:
> I have experienced this myself. It is very upsetting.
It happened on servers with docker installed. I got error message there:
# semanage port -a -t ssh_port_t -p tcp <newport>
Re-declaration of type docker_t
Failed to create node
Bad type declaration at /etc/selinux/targeted/tmp/modules/100/docker/cil:1
OSError: Error
After
2017 Jan 19
2
SELinux upgrade
On 01/19/2017 04:47 AM, Marcin Trendota wrote:
> W dniu 19.01.2017 o 10:17, Hal Wigoda pisze:
>> I have experienced this myself. It is very upsetting.
>
>
> It happened on servers with docker installed. I got error message there:
> # semanage port -a -t ssh_port_t -p tcp <newport>
> Re-declaration of type docker_t
> Failed to create node
> Bad type
2009 May 17
3
build CONTENTS or 00Index.html without installing whole package
To maintain my R site, I'm trying to install html help files only, but
also keep track of the version (with DESCRIPTION). I have the
following bash script, which works except for 00Index.html. That is
not a huge problem because the help files are still searchable, but
I'd like to fix it.
A long time ago I asked the same question, and Brian Ripley said to
use --index as an option to
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