Displaying 20 results from an estimated 2000 matches similar to: "LLVM Performance Workshop at CGO 2017"
2017 Jan 03
3
LLVM Performance Workshop at CGO 2017 (early registration ends January 6th)
FYI,
The LLVM Performance Workshop will be held at CGO 2017. The workshop
is co-located with CC, HPCA, and PPoPP.
If you are interested in attending the workshop, please register at
the CGO website: http://cgo.org/cgo2017/workshops.html
When: Saturday February 4th, 2017
Where: Austin, Texas, USA
----
Hi, CGO workshop and tutorial organizers,
This is a friendly reminder that early
2015 Dec 13
4
CFP for the 6th European LLVM conference on March 17-18, 2016 in Barcelona, Spain
We are pleased to announce the 6th European LLVM conference on March 17-18,
2016 in Barcelona, Spain.
This will be a full two-day conference which aims to present the latest
developments around LLVM and help strengthen the network of LLVM developers
and users. The format will be similar to that of the previous meetings,
with ample time for presentations, discussion, and networking between
2013 Feb 27
3
[LLVMdev] CGO Tutorial on MCLinker and LLVM 2013 - Slides are now available
Hi all,
The slides we used on "CGO MCLinker and LLVM Tutorial" are now
available on the MCLinker website:
http://code.google.com/p/mclinker/wiki/2013CGOTutorial
Enjoy!
- The CGO Tutorial on MCLinker and LLVM 2013 committee
2012 Dec 14
1
[LLVMdev] CGO Tutorial on MCLinker and LLVM 2013 - Call for Participation
Dear LLVM user and developer,
We get a chance to give a tutorial on LLVM and MCLinker. The tutorial will
be co-located with CGO 2013 on Feb. 24 (Sunday morning) in Shenzhen, China.
If you are also interesting in these topics, welcome to join the tutorial!
Here is a website of the tutorial: http://code.google.com/p/mclinker/
We're also looking for additional presenters to share a
2010 Dec 31
1
[LLVMdev] CFP related to compilers: SMART 2011 (co-located with CGO 2011)
Apologies if you receive multiple copies of this call.
********************************************************************************
CALL FOR PAPERS
5th Workshop on
Statistical and Machine learning approaches
to ARchitecture and compilaTion
2016 May 25
2
LLVM-HPC2016 Workshop at SC16 - Call for papers
CALL FOR PAPERS
=================================================================
LLVM-HPC2016:
The Third Workshop on the LLVM Compiler Infrastructure in HPC
http://llvm-hpc3-workshop.github.io/
November 14th, 2016, Salt Lake City, UT
In conjunction with the
2016 ACM/IEEE Supercomputing Conference (SC16)
2015 May 30
2
[LLVMdev] LLVM-HPC2 Workshop at SC'15 - Call for papers
CALL FOR PAPERS
=================================================================
LLVM-HPC2:
The Second Workshop on the LLVM Compiler Infrastructure in HPC
http://llvm-hpc2-workshop.github.io/
November 15th, 2015, Austin, TX
In conjunction with the
2015 ACM/IEEE Supercomputing Conference (SC'15)
2010 Jul 01
0
[LLVMdev] CFP (related to compilers): CGO 2011
(Apologies if you receive multiple copies of this announcement)
CGO 2011 - CALL FOR PAPERS
Ninth Annual IEEE/ACM International Symposium on Code Generation
and Optimization (CGO 2011)
April 2-6, 2011, Chamonix, France
http://www.cgo.org
The International Symposium on Code Generation and Optimization (CGO)
brings together researchers and practitioners working on bridging the
gap between
2013 May 13
1
[LLVMdev] Publication at CGO 2013: Profile-Guided Automated Software Diversity
Hi everyone,
I would like to share a paper my co-authors and I published at CGO 2013, where we used profiling support in LLVM for efficient code layout randomization:
Andrei Homescu, Steven Neisius, Per Larsen, Stefan Brunthaler, Michael Franz. Profile-guided Automated Software Diversity.
In Proceedings of the 2013 International Symposium on Code Generation and Optimization, CGO '13,
2018 Aug 07
3
Regarding basic block layout/code placement optimizations of profile guided optimization (PGO)
Hi,
I would like to learn the details regarding what exactly PGO does for basic
block layout/code placement optimizations in llvm. Could you please point
me to some descriptions? Is it close to this paper (Karl Pettis and Robert
C. Hansen. 1990. Profile guided code positioning. PLDI'90)
http://perso.ensta-paristech.fr/~bmonsuez/Cours/B6-4/Articles/papers15.pdf?
Whether it is purely
2017 Jul 12
2
Call for Talks, Tutorials, BoFs, Panels, Student Research Competition, and More!
Call for Talks, Tutorials, BoFs, Panels, Student Research Competition, and More!
All developers and users of LLVM and related sub-projects are invited to present at the 2017 LLVM Developers’ Meeting.
We are looking for the following proposals:
Technical Talks (~30 minutes):
- On LLVM Infrastructure,Clang and all related sub-projects
- On uses of LLVM in academia or industry
- On new projects
2017 May 31
2
restrict pointer support in LLVM 4.0
Hi Hal, others
IIRC, Hal has done some work to support block-local restrict-qualified
pointers in LLVM, which was presented in CGO LLVM workshop.
I was wondering if all patches for this work are now committed? Is there a
way to find the list of patches for this work?
Thanks
Ehsan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Apr 29
0
golang: panic: runtime error: cgo argument has Go pointer to Go pointer
Hello,
when i use libguestfs to ceph rbd by golang, but there has panic:
panic: runtime error: cgo argument has Go pointer to Go pointer
goroutine 1 [running]:
guestfs.(*Guestfs).Add_drive.func11(0xc000010028, 0xcda6a0, 0xc0000d6000, 0xc000090280)
/opt/gopath/src/guestfs/guestfs.go:1440 +0xc2
guestfs.(*Guestfs).Add_drive(0xc000010028, 0x7ffd4b5d67ff, 0xd, 0xc00008d9d8, 0x0)
2013 Apr 15
0
[LLVMdev] Citing LLVM
On 4/14/13 3:35 PM, Justin Holewinski wrote:
> In the past, I've just referenced Chris's CGO 2004 paper when
> referring to LLVM:
I second that. We at Illinois typically cite Chris's CGO paper. The
bibtex is:
@InProceedings{LLVM:CGO04,
Author = {Chris Lattner and Vikram Adve},
Title = {{LLVM}: A Compilation Framework for Lifelong Program
Analysis and
2014 May 30
2
[LLVMdev] LLVM-HPC Workshop at SC'14 - Call for papers
CALL FOR PAPERS
=================================================================
LLVM-HPC: The LLVM Compiler Infrastructure in HPC
http://llvm-hpc-workshop.github.io/
November 17th, 2014, New Orleans
In conjunction with the
2014 ACM/IEEE Supercomputing Conference (SC'14)
2016 Jul 02
3
2016 LLVM Developers' Meeting - Bay Area: Call for Papers!
Call for Talks, Tutorials, BoFs, Panels, and More!
All developers and users of LLVM and related sub-projects are invited to present at the 2016 LLVM Developers’ Meeting.
We are looking for the following proposals:
- Technical Talks on LLVM Infrastructure (~30 minutes)
- Technicals Talks on related sub-projects (Clang, etc)
- Talks of uses of LLVM in academia or industry
- Talks on new projects
2020 Apr 15
2
Re: [PATCH nbdkit UNFINISHED] Add the ability to write plugins in golang.
On Fri, Apr 10, 2020 at 02:51:52PM +0100, Richard W.M. Jones wrote:
> Similar to C, OCaml and Rust, this is not a plugin per se. Instead
> it's more of a method and set of tests around writing plugins in
> golang. They are standalone programs that compile into shared objects
> that nbdkit can then load (so there is no "go plugin" between nbdkit
> and the user plugin,
2020 Apr 23
2
Re: [PATCH nbdkit] golang: Compile against the local nbdkit build, not installed.
On Thu, Apr 23, 2020 at 05:58:25PM +0100, Daniel P. Berrangé wrote:
> On Thu, Apr 23, 2020 at 05:55:14PM +0100, Richard W.M. Jones wrote:
> > When compiling when an older nbdkit is installed, the build would fail
> > because certain symbols such as .get_ready were not defined:
> >
> > ../../src/libguestfs.org/nbdkit/nbdkit.go:541:8: plugin.get_ready undefined (type
2017 Jun 01
2
restrict pointer support in LLVM 4.0
Thanks. This is probably one of the patches. So let me rephrase my questions:
1- What is the status of work to support block-local restrict-qualified pointers.
2- Does the set of patches with “llvm.noalias” label, more or less cover this work?
Thanks
Ehsan
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of 陳韋任 via llvm-dev
Sent: Thursday, June 01, 2017 7:57 AM
2008 Oct 29
0
[LLVMdev] A new project proposal for LLVM and calling help from a chinese student
Hello,
> On Oct 28, 2008, at 10:10 AM, 谭明星 wrote:
>>
>> PS: The following are links about this paper:
>> http://portal.acm.org/citation.cfm?id=1356064
>> http://www.if.insa-lyon.fr/chercheurs/jpbabau/emsoc/presentations/EmSoC07_Boissinot.pdf
>>
I've put the slides from CGO online: