Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] code-generating constant strings"
2013 Dec 03
0
[LLVMdev] Fwd: code-generating constant strings
For some reason the mail didn't got through the first time, so sending
it again.
-------- Original Message --------
Subject: code-generating constant strings
Date: Tue, 03 Dec 2013 01:56:11 +0100
From: Alexander Popolitov <popolit at gmail.com>
To: llvmdev at cs.uiuc.edu.
Hi, everyone!
I have maybe very naive question, but nontheless.
I'm experimenting with Kaleidoscope
2014 May 04
3
[LLVMdev] function pointer from name?
Don't you have the same problem with other atoms, e.g. variable names?
This sounds like something that should be implemented in the language's
runtime library.
On May 4, 2014 7:15 PM, "Alexander Popolitov" <popolit at gmail.com> wrote:
> Hi everyone!
>
> I'm trying to implement lisp's funcall function, which roughly calls a
> function, name of which
2010 Jun 14
4
Cacti/snmp question
Hi,
Trying to follow the recipe at
http://wiki.centos.org/HowTos/Cacti_on_CentOS_4.x
Which has a bit of an update for 5.x, but no joy.
Anyone know what this from Cacti should suggest?
Data Query Debug Information
+ Running data query [9].
+ Found type = '6 '[script query].
+ Found data query XML file at '/var/www/cacti/resource/script_server/host_cpu.xml'
+ XML file parsed
2015 Mar 10
4
[LLVMdev] noob IR builder question
I am trying to get a handle on IR builder, at least some basics. I ran through a tutorial here: Create a working compiler with the LLVM framework, Part 1 <http://www.ibm.com/developerworks/library/os-createcompilerllvm1/>, and it worked well enough. I have some simple code that creates a hello world IR. I am trying to now bring in some concepts from the Kaleidoscope tutorial, namely
2006 Jun 15
5
Anyone see this?
Dunno if anyone else has seen this yet:
http://www.scmagazine.com/us/news/article/563800/vulnerabilities+put+asterisk+telephone+systems+risk/
--
Aaron Daniel
Computer Systems Technician
Sam Houston State University
amdtech@shsu.edu
(936) 294-4198
2009 Aug 23
1
[LLVMdev] Having JIT resolve extern "C" functions declared in executible
2009/8/22 Bill Wendling <isanbard at gmail.com>:
> I think you might have to provide an empty list if your function doesn't
> take parameters. Maybe using an irbuilder would help?
It does take one parameter. Here's the important bits:
// My Function
extern "C"
void print(double X) {
printf("%f\n", X);
}
// Args type
std::vector<const Type*>
2005 Jan 11
6
Where are Windows file permissions stored and how to change them?
Hello there,
where are the Windows file permissions (i.e. ACL) stored when using Samba?
How can I change them from within Linux? Or is it only possible with the
Windows file permissions dialogue?
Thanks
Florian
2005 Oct 02
1
hide files but do not prevent accessing them
Hello,
is there an option to hide files for the Windows clients, but do not
prevent accessing or writing to them?
I want to hide some folders for my users. With the appropriate Samba
option, I can hide the files, but if Windows is configured to show
hidden files, they are shown nontheless.
Is there an option to force Samba not to show the files to Windows at
all, but still letting read and
2014 May 04
12
[LLVMdev] [RFC] Benchmarking subset of the test suite
At the LLVM Developers' Meeting in November, I promised to work on isolating a subset of the current test suite that is useful for benchmarking. Having looked at this in more detail, most of the applications and benchmarks in the test suite are useful for benchmarking, and so I think that a better way of phrasing it is that we should construct a list of programs in the test suite that are not
2012 Nov 06
3
[LLVMdev] Error while linking LLVM files
Hi!
I'm trying to learn LLVM and I want to compile the Kaleidoscope compiler.
according to:
http://llvm.org/docs/tutorial/LangImpl3.html
I'm compiling it with:
clang++ -g -O3 test.cpp `llvm-config --cppflags --ldflags --libs core` -o
toy
and it indeed works.
The problem is that when using eclipse it forces me to divide the
compilation into two steps:
g++ -O0 -g3 -Wall -c
2017 Jun 06
2
unable to upload printer driver
Hi Louis,
thank you for your answer.
- the link was already there
- I followed this hints:
https://lists.samba.org/archive/samba/2016-November/204773.html
did the chmod 2775
administrator is part of the PrintOperatorGroup
net rpc rights list privileges SePrintOperatorPrivilege -U "H955\administrator"
getfacl printerdrivers
# file: printerdrivers
# owner: root
# group:
2012 Sep 28
1
blank plot----how do I make symbols appear
Hi,
I am trying to create a scatterplot, coding each point to one of 5
populations. I was successful when I did this for one set of data, yet
when I try plotting other data a blank plot appears (although the axes are
labelled and I can fit the regression lines from each population). I have
tried a variety of things to fix this but nothing seems to work.
I can plot the points if I do not
2005 Dec 10
2
odd error
Hi All.
I am getting a rather odd error using R 2.2.0 on Suse
Linux 10. I write R scripts in the text editor Kate
and then execute them using e.g
>source ("timecourse_il4.r")
in R. I have been moving these scripts between a linux
box and a Mac and for that reason have a line
quartz(display="", width=7, height=7)# set quartz
graphics window size for linux change this to
2010 Mar 03
2
Permission problems on Mac OS X
I know this might be half OT, but nontheless Samba is involved.
A customer of mine has two Macs with Mac OS X 10.5 and is sharing a
folder on one of them.
We'd like to avoid any permission problem, so I put the followinf in
smb.conf:
create mode=0777
force create mode=0777
directory mode=0777
force directory mode=0777
This is usually enough to achieve what I want, with other OSes.
2013 Dec 04
2
Migrate from Samba 4 to Samba 4?
Hi All,
Does anyone know if there's a Samba 4 to Samba 4 migration process? Sounds weird, but it has a logical reason:
I've a several-year-old S4 implementation, from an early Alpha (10 I think?) that hasn't been in the best of shape of late - when S4 4.0.0 arrived, I accidentally upgraded using my normal "git pull; ./configure; make; make install" procedure and instead of
2011 Jul 28
1
Help Non-sequential ANOVAs
Hello,
I have data
on the maturity of two morphs of fish. I want to test whether their maturity is
evolving differently or not on a temporal scale (month). The maturity variable (independent
variable) is continuous and the morph and month variables (dependant variables)
are categorical. Because the data show variance heterogeneity, I modeled it
with the function gls:
kg1 =
2017 Jun 06
2
unable to upload printer driver
Please ignore the recommendation, such an driver can not be assigned to
an printer.
Am 06.06.2017 um 14:54 schrieb Achim Gottinger via samba:
> I can install Kyocera Universal KPDL drivers once i delete the sections:
>
> [PrinterPackageInstallation.x86]
> PackageAware=TRUE
> CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F1}
>
> [PrinterPackageInstallation.amd64]
2006 Dec 01
1
memeory problem?!
hi,
i'm trying to perform a clustering on a big dataframe the code is this:
print("load required R packages")
require(spgrass6)
require(cluster)
gmeta6 <- gmeta6()
print("read in our 7 raster files from GRASS")
x <- readFLOAT6sp(c
("er","crosc","longc","slope","profc","minic","maxic"))
2006 Dec 01
1
memory problem
hi to all,
frustated for this error, to day i buy a 1 GB memory
slot for my laptop
now it have 1,28GB instead the old 512, but i've the
same error :-(
damn!damn!....how can i do?
repeat for a little area (about 20X20 km and res=20m)
it work fine!
have you any suggestion?
is ther a method for look if this error depend from my
ram or other....?
thanks foe any suggestion!
i need your help.
2012 Nov 06
0
[LLVMdev] Error while linking LLVM files
On Tue, Nov 6, 2012 at 6:38 AM, Wojciech DaniĆo
<wojtek.danilo.ml at gmail.com> wrote:
> Hi!
> I'm trying to learn LLVM and I want to compile the Kaleidoscope compiler.
> according to:
> http://llvm.org/docs/tutorial/LangImpl3.html
>
> I'm compiling it with:
> clang++ -g -O3 test.cpp `llvm-config --cppflags --ldflags --libs core` -o
> toy
>
> and it