Displaying 10 results from an estimated 10 matches for "reddington".
Did you mean:
teddington
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 ru...
2012 Aug 14
2
[LLVMdev] Moving on from Hello World
...All I'm looking to be able to at the moment is examine
the SelectionDAG, and maybe print out the operations in the notes - can
someone point me in the direction of a code fragment that I can drop into
the hello world example that might let me achieve such a thing?
Thanks,
Joe
--
Dr Joseph Reddington
Computer Science, Royal Holloway
For 2012 I have a resolution to write all my email responses within
24-hours - no exceptions. If you've not had a response, there's been a
misunderstanding somewhere, and it's worth reminding me.
-------------- next part --------------
An HTML attachment...
2012 Aug 14
1
[LLVMdev] Moving on from Hello World
...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, 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, t...
2012 Nov 11
2
[LLVMdev] Tracing nodes in selectionDAG to final code...
...-Operation MipsISD::Ret has number 21
What I'd like to know now is how I might tell which parts of MIPS each
operation in the selectionDAG produced? I'm pressuming there is a
specification in the filesystem somewhere and it would be great to get
a pointer...
Thanks
Joe
--
Dr Joseph Reddington
Computer Science, Royal Holloway
For 2012 I have a resolution to write all my email responses within
24-hours - no exceptions. If you've not had a response, there's been a
misunderstanding somewhere, and it's worth reminding me.
2012 Sep 03
1
[LLVMdev] Selection DAG output as bare DAG, code review
...;<"
"<<I->getNodeId()<<" )"<<std::endl;
}
}
myfile<<"}"<<std::endl;
myfile.close();
//END WRITING A FILE
//rest of the void SelectionDAGISel::CodeGenAndEmitDAG() method
continues as normal...
--
Dr Joseph Reddington
Computer Science, Royal Holloway
For 2012 I have a resolution to write all my email responses within
24-hours - no exceptions. If you've not had a response, there's been a
misunderstanding somewhere, and it's worth reminding me.
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 - wher...
2012 Aug 21
0
[LLVMdev] SelectionDAGISel::CodeGenAndEmitDAG() confusion.
...t;);
scanf("%d",&n);
printf("First %d terms of Fibonacci series are :-\n",n);
for ( c = 0 ; c < n ; c++ )
{
if ( c <= 1 )
next = c;
else
{
next = first + second;
first = second;
second = next;
}
printf("%d\n",next);
}
return 0;
}
Cobrakai$
--
Dr Joseph Reddington
Computer Science, Royal Holloway
For 2012 I have a resolution to write all my email responses within
24-hours - no exceptions. If you've not had a response, there's been a
misunderstanding somewhere, and it's worth reminding me.
2008 Sep 09
1
How to monitor network usage
So I was poking around through the virt-manager and I saw the option
for ''network usage''. I''ve been trying to figure out a way to make sure
I know how much bandwidth my VM''s are using in a quick and easy way.
Whether I can script out a report or just log on and look real quickly.
So the point of this is what do I need to do to view network usages on
my
2012 Sep 10
1
[LLVMdev] Profiling - execution count of basic blocks...
Hi gang, time for my weekly confusion... (I'm trying not to bombard the
board with questions)
The thing that's on my mind at the moment (there's some backend-stuff that
I'm just working my way though) is that I'm not getting very far when
trying to get LLVM to profile code - I'm looking for nothing more special
than list of how many times each basic block has been called
2008 Aug 29
6
virtual machine lvm issues during install
Hi everyone, I think I know what the issue is here but I''m looking for
some confirmation.
I setup a fresh system, and I made one large lvm for my system just
thinking it''d be easier overall, and since this is more of a test
system, it wouldn''t be a big deal.
I can get all the way to the point of the install, to where it starts
to format the system with the