similar to: [LLVMdev] Moving on from Hello World

Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] Moving on from Hello World"

2012 Aug 14
0
[LLVMdev] Moving on from Hello World
On Tue, Aug 14, 2012 at 3:53 AM, Joseph Reddington <joseph at cs.rhul.ac.uk> wrote: > Hello everybody, > > I've been following the guide at ( > http://llvm.org/docs/WritingAnLLVMPass.html ) for Writing a llvm pass that > outputs Hello World. After a little bit of help from Stackoverflow, this is > now working fine and running. > > My problem is that I'm
2012 Aug 14
1
[LLVMdev] Moving on from Hello World
Ah - thank you Eli for your reply :) obviously that's a little disappointing :( So if I did want to insert some code into llvm source on my machine (I'm building the debug version) that, say, iterated over the SelectionDAG - where might be a good place to put it? Joe On 14 August 2012 19:51, Eli Friedman <eli.friedman at gmail.com> wrote: > On Tue, Aug 14, 2012 at 3:53 AM,
2012 Nov 11
2
[LLVMdev] Tracing nodes in selectionDAG to final code...
Hello everyone. I use this command clang -emit-llvm hello.c -c -o hello.bc llc hello.bc -march=mipsel -relocation-model=static -o hello.s to produce this MIPS code: .section .mdebug.abi32 .previous .file "hello.bc" .text .globl main .align 2 .type main, at function .set nomips16 # @main .ent main main: .cfi_startproc .frame $sp,32,$ra .mask 0x80000000,-4 .fmask
2012 Sep 03
1
[LLVMdev] Selection DAG output as bare DAG, code review
Hello all, I recently foudn myself wanting to view the basic blocks in the selection DAG as pure DAGs - so just as a list of edges, with no other information. I added the below code to the start of the " void SelectionDAGISel::CodeGenAndEmitDAG()" function. It creates a separate txt file for each basic block and gives a list of edges between nodes. The segment of code is below -
2012 Aug 14
0
[LLVMdev] Moving on from Hello World
On Tue, Aug 14, 2012 at 3:13 PM, Joseph Reddington <joseph at cs.rhul.ac.uk> wrote: > Ah - thank you Eli for your reply :) obviously that's a little > disappointing :( So if I did want to insert some code into llvm source on > my machine (I'm building the debug version) that, say, iterated over the > SelectionDAG - where might be a good place to put it?
2008 Apr 12
5
Newbie question: ZFS on Xserve RAID with Solaris 10
--Apologies if you get two copies of this message - it was submitted for moderation and hasn''t appeared on the list in two days, so I''m resubmitting. Hi all, Just a quick question. Is it possible to utilise an Apple Xserve RAID as an array for use with ZFS with RAID-Z in Solaris? I''ve seen various mentions of ''zfs'' and ''xserve
2012 Jun 14
5
(fwd) Re: ZFS NFS service hanging on Sunday morning
> > Offlist/OT - Sheer guess, straight out of my parts - maybe a cronjob to > rebuild the locate db or something similar is hammering it once a week? In the problem condition, there appears to be very little going on on the system. eg., root at server5:/tmp# /usr/local/bin/top last pid: 3828; load avg: 4.29, 3.95, 3.84; up 6+23:11:4407:12:47 79 processes: 78 sleeping, 1 on
2008 Aug 25
1
virt-install error: "virDomainLookupByName() failed got unknown HTTP error code 400"
Hi there, I've been happily installing VMs in CentOS 5.2's Xen implementation using virt-manager. However, my latest attempt to use the install wizard in virt-manager failed when I got to the networking screen. The 'forward' button was unresponsive, and I was unable to proceed. I checked the virt-manager logs, and saw this appearing immediately after I tried to proceed:
2009 Sep 04
2
[LLVMdev] Error in Hello World Pass
Hi, I am trying to compile the Hello World pass (described at http://llvm.org/docs/WritingAnLLVMPass.html#basiccode) in an LLVM Project and I get an error, 'no match for ‘operator<<’ at line llvm::cerr << "*Hello: *" << F.getName() << "\n"; But when I looked up in the LLVM API Documentation, I think "<<" operator is not overloaded
2012 Aug 21
0
[LLVMdev] SelectionDAGISel::CodeGenAndEmitDAG() confusion.
Hello everybody, Following on from the excellent help I received at http://comments.gmane.org/gmane.comp.compilers.llvm.devel/52591 - I have a follow up question. I've been editing the SelectionDAGiSel.cpp to try and print out the operations in the nodes, to this end I have modified the SelectionDAGISel::CodeGenAndEmitDAG() function as follows void SelectionDAGISel::CodeGenAndEmitDAG() {
2019 Jul 10
2
Looking for an out-of-source "Hello, world" LLVM/Clang pass example
I'm looking for a "Hello, world" pass example that ideally has all of the following properties: 1) Complete. That is, it should have functional CMakeLists.txt, etc. files. 2) Out-of-source. That is, it should build against a binary LLVM installation. 3) Modern. That is, I don't want to use any deprecated APIs or CMake macros. 4) Clang-compatible.
2019 Jul 10
2
Looking for an out-of-source "Hello, world" LLVM/Clang pass example
Florian, On 7/10/19 2:17 PM, Florian Hahn wrote: > http://www.cs.cornell.edu/~asampson/blog/llvm.html describes how to > create an out-of-source pass (see 'Let’s Write a Pass’). I think it > is for LLVM 3.8 though. Thanks for pointing that out. I had actually recently stumbled across that page (and the GitHub repository it references, https://github.com/sampsyo/llvm-pass-skeleton)
2010 Nov 15
1
comparing levels of aggregation with negative binomial models
Dear R community, I would like to compare the degree of aggregation (or dispersion) of bacteria isolated from plant material. My data are discrete counts from leaf washes. While I do have xy coordinates for each plant, it is aggregation in the sense of the concentration of bacteria in high density patches that I am interested in. My attempt to analyze this was to fit negative binomial
2008 Jul 05
2
Bland-Altman method to measure agreement with repeated measures
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080705/878753db/attachment.pl>
2000 Apr 25
2
[R) Bland Altman plot (was: paste ?)
> De : Bill Venables <venables at acland.qld.cmis.csiro.au> > Objet : Re: [R] paste ? > Date?: mardi 25 avril 2000 08:45 > (...) > Secondly, I'm curious about the history of this kind of plot. > I've only heard it called a "Tukey mean difference" plot, (and > Trellis graphics has a function, tmd(), that does it, but no one > knows about it...).
2000 Apr 24
2
paste ?
Dear friends. I've made a very simple procedure to make Bland-Altman plots and it works OK except for the inability to take a variate as argument in annotation. I'm sure it is a very simple error, so if you have 5 seconds please tell me. Best wishes Troels bland <- function (x) #accepts two columns { mn <- 0.5*(x[,1]+x[,2]) diff <- x[,1]-x[,2]
2012 Jun 13
0
ZFS NFS service hanging on Sunday morning problem
> > Shot in the dark here: > > What are you using for the sharenfs value on the ZFS filesystem? Something like rw=.mydomain.lan ? They are IP blocks or hosts specified as FQDNs, eg., pptank/home/tcrane sharenfs rw=@192.168.101/24,rw=serverX.xx.rhul.ac.uk:serverY.xx.rhul.ac.uk > > I''ve had issues where a ZFS server loses connectivity to the primary DNS server and
2017 Jul 06
2
Option hide files
Hello! I used: samba -V Version 4.3.11-Ubuntu lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial I want hide directorio "lost+found" , but option hide files dont work. [BACKUP] path = /mnt/backup browseable = yes writeable = yes printable = no
2015 Jun 15
5
OpenSSH and CBC
Hello, I saw that OpenSSH release 6.7 removed all CBC ciphers by default. Is CBC therefore considered as broken and unsecure (in general or SSH implementation)? I also read a lot of references (see below) but still not clear to me what's the actual "security status" of CBC and why it has been removed in general. http://www.openssh.com/txt/release-6.7 sshd(8): The default set
2017 Feb 22
2
One username for multiple clients?
I've just got a question. I've searched extensively for an answer and can't seem to find anyone else who is even curious about this, much less an answer. Simply put: We don't care about security at the office. Our current configuration is to have just one SMB user logged in on ALL machines. We've had a little bit of weirdness but can't pin it down. In other words, we have