Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] LLVM teaching materials"
2011 May 24
1
[LLVMdev] LLVM teaching materials
On 28.02.2011, at 15:44, Tobias Grosser wrote:
> On 02/28/2011 05:27 AM, Christian Plessl wrote:
>> Hi everyone
>>
>> I am teaching a lecture on hardware/software codesign which, though not a dedicated compiler course, covers quite a bit of compiler related contents (general introduction, intermediate code, code generation).
>>
>> I'm currently considering
2011 Feb 28
0
[LLVMdev] LLVM teaching materials
On 02/28/2011 05:27 AM, Christian Plessl wrote:
> Hi everyone
>
> I am teaching a lecture on hardware/software codesign which, though not a dedicated compiler course, covers quite a bit of compiler related contents (general introduction, intermediate code, code generation).
>
> I'm currently considering replacing and/or extending this compiler related lecture parts with an
2011 Feb 28
3
[LLVMdev] LLVM teaching materials
Hi everyone
I am teaching a lecture on hardware/software codesign which, though not a dedicated compiler course, covers quite a bit of compiler related contents (general introduction, intermediate code, code generation).
I'm currently considering replacing and/or extending this compiler related lecture parts with an introduction to LLVM as an example for a modern compiler framework, which we
2011 Oct 08
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
On 10/07/2011 03:43 PM, Marcello Maggioni wrote:
> 2011/10/7 Marcello Maggioni<hayarms at gmail.com>:
>> Hi,
>>
>> for example this loop:
>>
>> #include<stdio.h>
>>
>> int main()
>> {
>> int A[1024];
>> int j, k=10;
>> for (j = 1; j< 1024; j++)
>> A[j] =
2003 Oct 11
0
Some teaching/training materials (ESS/ESS-Noweb-Sweave/SNOW)
http://www.analytics.washington.edu/~rossini/courses/cph-statcomp/
Lecture/Labs 1 and 2 are on For ESS, ESS-Noweb-Sweave.
Lecture/Lab 4 is on parallel computing with R
(each Lecture/Lab was just under 2 hours).
Comments/corrections welcome, they were used last week here in
Copenhagen, so "most" of the bugs are out.
best,
-tony
p.s. Lecture/Lab 3 on visualization needs to be
2011 Oct 22
5
[LLVMdev] How to make Polly ignore some non-affine memory accesses
I was trying the new feature you introduce about printing out the
graphs, so I updated my version of llvm/clang/polly synchronizing them
to the last version, but I get this error launching clang (also , I
recently switched to MacOS X for development):
$ clang not_so_simple_loop.c -O3 -Xclang -load -Xclang
${PATH_TO_POLLY_LIB}/LLVMPolly.dylib -mllvm -enable-polly-viewer
-mllvm -enable-iv-rewrite
2008 Sep 29
0
[LLVMdev] Architecture Dependency of LLVM bitcode (was Re: compile linux kernel)
On Mon, Sep 29, 2008 at 8:18 AM, Christian Plessl
<christian.plessl at uni-paderborn.de> wrote:
> - Is the architecture dependence of LLVM IR only an artifact of llvm-
> gcc producing architecture dependent results?
No.
It also is an artifact of code compiling architecture and OS dependent
features based on what they detect at configure time
It is an artifact of compiling non-type
2012 Feb 16
1
[LLVMdev] Your LLVM email
I believe it's "Dotty", I simply output "opt -view-regions-only".
On Thu, Feb 16, 2012 at 8:22 AM, Schuster, Vince J <vinces at lanl.gov> wrote:
> Hi Ryan,
>
> wrt your llvm email. What do you use to get a visual
> display of your .obj file?
>
> thanks,
> Vince Schuster
>
>
> ------------------------------
>
> Message: 2
>
2011 Oct 07
1
[LLVMdev] How to make Polly ignore some non-affine memory accesses
I add also the output of these commands:
[hades at artemis examples]$ ./compile_ex.sh super_simple_loop
Printing analysis 'Polly - Detect Scops in functions' for function 'main':
[hades at artemis examples]$
modifying it in :
#include <stdio.h>
int main()
{
int A[1024];
int j, k=10;
for (j = 0; j < 1024; j++)
A[j] = k;
2006 Aug 08
1
Fitting data with optim or nls--different time scales
Hi,
I have a system of ODE's I can solve with lsoda.
Model=function(t,x,parms)
{
#parameter definitions
lambda=parms[1]; beta=parms[2];
d = parms[3]; delta = parms[4];
p=parms[5]; c=parms[6]
xdot[1] = lambda - (d*x[1])- (beta*x[3]*x[1])
xdot[2] = (beta*x[3]*x[1]) - (delta*x[2])
xdot[3] = (p*x[2]) - (c*x[3])
return(list(xdot))
}
I want
2010 Jun 07
0
[LLVMdev] TTA-Based Codesign Environment (TCE) v1.2 released!
Announcing the Release of TTA-Based Codesign Environment (TCE) v1.2
TTA-Based Codesign Environment (TCE) is a toolset for designing
application-specific processors (ASP) based on the Transport Triggered
Architecture (TTA). The toolset provides a complete codesign flow from C
programs down to synthesizable VHDL and parallel program binaries. Processor
customization points include the register
2010 Nov 10
0
[LLVMdev] TTA-Based Codesign Environment (TCE) v1.3 released
TTA-Based Codesign Environment (TCE) v1.3 released
--------------------------------------------------
TTA-Based Codesign Environment (TCE) is a toolset for designing
application-specific processors (ASP) based on the Transport Triggered
Architecture (TTA). The toolset provides a complete retargetable
codesign flow from C programs down to synthesizable VHDL and parallel
program binaries. Processor
2012 May 24
1
[LLVMdev] vmkit: Getting Started
Hi,
I recently tried to follow the instructions on
http://vmkit.llvm.org/get_started.html
but all I get is
-- snip --
In file included from
/home/birdspider/vmkit-test/llvm/include/llvm/Support/SwapByteOrder.h:20:
/usr/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.0/../../../../include/c++/4.7.0/limits:1404:27:
error: use of undeclared identifier '__int128'; did you mean
2009 Mar 27
0
[LLVMdev] Announcing the Open Source Release of TTA-Based Codesign Environment (TCE) 1.0
TTA-Based Codesign Environment (TCE) is a toolset for designing
application-specific processors (ASP) based on the Transport Triggered
Architecture (TTA). TTA is a minimalistic processor architecture
template that allows high level of control for the designer to choose
the boundary between the hardware and the software.
The toolset provides a complete codesign flow from C programs down to
2009 Mar 27
1
[LLVMdev] Announcing the Open Source Release of TTA-Based Codesign Environment (TCE) 1.0
TTA-Based Codesign Environment (TCE) is a toolset for designing
application-specific processors (ASP) based on the Transport Triggered
Architecture (TTA). TTA is a minimalistic processor architecture
template that allows high level of control for the designer to choose
the boundary between the hardware and the software.
The toolset provides a complete codesign flow from C programs down to
2011 Oct 03
4
[LLVMdev] How to make Polly ignore some non-affine memory accesses
Hi Tobias,
thanks for the answer. I'll try to give a look to the code you pointed
me to , and I'll try to make the modification myself. I'm new to LLVM
and Polly, but the code of both seem clean and understandable, so I
hope to be able to do it myself. In case I'll ask here for support :)
Marcello
2011/10/1 Tobias Grosser <tobias at grosser.es>:
> On 10/01/2011 03:26
2007 Apr 11
1
[LLVMdev] Planning on attending the LLVM meeting in Cupertino
I've been following the progress of LLVM since doing a review of the
technology for Apple in 2003. Hope to be using it for one of my own projects
soon, so I will be attending the meeting in May to make sure I am current
and to be able to connect names and coding styles with people.
Efrem Lipkin Principal
CoDesign elipkin at
2016 Jan 22
2
Having more info, like the ip address of the vpn nodes in the xdot graph file of tinc
Hello,
I am using tinc's feature to dump a graph of the vpn extensively to view
the machines which are currently part of the vpn.
In my tinc.conf I have this:
GraphDumpFile = /tmp/tinc-graph
Then I have a desktop starter that executes
/usr/bin/xdot /tmp/tinc-graph
to open the graph.
I would love to have the ip addresses of the vpn ips of the tinc nodes
in that graph, e.g. if one tinc node
2007 Sep 03
2
Recommended way for initial backup before rsync calls
Hi rsync'ers.
What can you recommend to create the initial backup of a
partition before calling rsync
(under Linux, 100 GB, 10M files, only normal files and
some soft links)?
(Using rsync takes too long for this initial copy.)
Here are some candidates:
1. star -copy -no-fsync -p -xdot -C $1 . $2
2. tar -C $1 -cf - . | tar -C $2 -xf -
3. cp -a $1 $2
4. cpio ...
...
Any experiences?
2012 May 29
0
[LLVMdev] make error
Hi Kevin,
On Tue, May 29, 2012 at 10:22 PM, Kevin Burns <kevinpb at vt.edu> wrote:
>
> Hello,
>
> I am currently trying to install vmkit from source. I am running archlinux
> i686 with the 3.1.9-2 kernel. This output is from the directions given on
> the llvm site. Below is the configureation output along with the make
> output.
>
>
> I run ./configure with