Displaying 20 results from an estimated 3000 matches similar to: "LLVM Social - Paris: March 27th, 2018"
2018 Jan 08
1
LLVM Social - Paris: January 30th, 2018
The next LLVM social in Paris will happen on January 30th, 2018.
Everyone interested in LLVM, Clang, lldb, Polly, lld, ... is invited to
join.
Event details, including registration (free but mandatory) at
http://www.meetup.com/LLVM-Clang-social
For this meetup, Adrien Guinet, Serge Guelton and Juan Manuel Martinez will
talk about the "Challenges when building an LLVM bitcode
2017 May 30
1
LLVM Social - Paris: June 14th, 2017
The next LLVM social in Paris will happen on June 14th, 2017.
Everyone interested in LLVM, Clang, lldb, Polly, lld, ... is invited to
join.
Event details, including registration (free but mandatory) at
http://www.meetup.com/LLVM-Clang-social
This edition will be particularly busy (and interesting !) as we are
delighted to welcome 3 guest speakers:
- Hal Finkel (Argonne National Laboratory)
2012 Jul 19
0
[LLVMdev] Paris - July 24 : LLVM / Clang social
On July 24th, an LLVM / Clang social will take place in Paris. Everyone
interested in LLVM / Clang is invited to join.
This is a casual meetup to get to know people working on LLVM / Clang or
interested to learn about LLVM / Clang. There is no fixed schedule. We
just meet to get to know each other and to discuss. No previous
knowledge about LLVM is required. We will meet at IRILL, where we will
2012 Jul 24
0
[LLVMdev] Paris LLVM / Clang social tonight
Tonight (July 24th) an LLVM / Clang social will take place in Paris.
Everyone interested in LLVM / Clang is invited to join.
This is a casual meetup to get to know people working on LLVM / Clang or
interested to learn about LLVM / Clang. There is no fixed schedule. We
just meet to get to know each other and to discuss. No previous
knowledge about LLVM is required. We will meet at IRILL, where we
2012 Jun 08
1
[LLVMdev] Paris LLVM Meetup 26. June at IRILL (with clang bug squashing)
On Tuesday, 26. June, an LLVM Meetup will take place in Paris. We invite
everybody interested in LLVM to join.
o What is LLVM?
LLVM is a collection of modular and reusable compiler and toolchain
technologies. It is used as the base of many modern compilers such as
clang (C/C++/Objective-C), GHC (Haskell), dragonegg (Ada, Fortran, ...),
several commercial OpenCL compilers or RenderScript.
2010 Feb 06
1
[LLVMdev] Integrated instruction scheduling/register allocation
On Feb 5, 2010, at 2:01 AM, Gergö Barany wrote:
> On Thu, Feb 04, 2010 at 13:59:08 -0800, Evan Cheng wrote:
>> A more pressing need is a pre-regalloc scheduler that can switch modes to
>> balance reducing latency vs. reducing register pressure.
>
> Right. I'm actually working on implementing a variant of IPS (Goodman and
> Hsu, Code scheduling and register allocation
2012 Oct 11
0
[LLVMdev] RegisterClass constraints in TableGen
Excellent, I've implemented my own PBQP register allocator and solved the
issue very painlessly.
Now onto those more interesting problems!
Thanks for your suggestion,
Fraser
On Fri, Oct 5, 2012 at 9:26 AM, Gergö Barany <gergo at complang.tuwien.ac.at>wrote:
> On Thu, Oct 04, 2012 at 16:20:53 +0100, Fraser Cormack wrote:
> > This architecture has two single-ported register
2010 Aug 29
1
[LLVMdev] [Query] Programming Register Allocation
Thanks for the information.
I still don't know how do I partition registers into different classes from
the virtual registers? For instance, I have the function who which iterates
over the instructions, but I don't know how to write the function which
returns the different register class.
void RAOptimal::Gather(MachineFunction &Fn) {
// Gather just iterates over the blocks,
2012 Jun 18
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
On Sat, Jun 16, 2012 at 20:20:23 +0900, Journeyer J. Joh wrote:
> I wonder if llvm/Clang can compile C or C++ for ARM from on x86.
Yes. I use
clang -emit-llvm -ccc-host-triple arm-unknown-linux-gnu -I /..arm../include/
to generate LLVM bitcode files for ARM. llc then automagically knows to
generate ARM assembly, and ARM binutils take it from there.
> If the cross compiling is supported,
2010 Feb 05
0
[LLVMdev] Integrated instruction scheduling/register allocation
On Thu, Feb 04, 2010 at 13:59:08 -0800, Evan Cheng wrote:
> A more pressing need is a pre-regalloc scheduler that can switch modes to
> balance reducing latency vs. reducing register pressure.
Right. I'm actually working on implementing a variant of IPS (Goodman and
Hsu, Code scheduling and register allocation in large basic blocks,
http://doi.acm.org/10.1145/55364.55407) based on the
2010 Feb 04
2
[LLVMdev] Integrated instruction scheduling/register allocation
A more pressing need is a pre-regalloc scheduler that can switch modes to balance reducing latency vs. reducing register pressure.
The problem is the current approach is the scheduler is locked into one mode or the other. For x86, it generally makes sense to schedule for low register pressure. That is, until you are dealing with a block that are explicitly SSE code in 64-bit mode. In that case,
2012 Nov 27
0
[LLVMdev] Paris LLVM Social - December 4
On Tuesday next week (December 4) the next LLVM social will take place in Paris.
Everyone interested in LLVM, clang, Polly, ... is invited to join in.
Those not interested can come along and heckle the rest of us if they like!
This is a casual meeting to get to know people working on LLVM or to learn
something about LLVM. There is no fixed schedule. We just meet to get to know
each other and
2012 Dec 04
0
[LLVMdev] Paris LLVM Social tonight
Tonight (December 4) the next LLVM social will take place in Paris. Everyone
interested in LLVM, clang, Polly, ... is invited to join in.
Those not interested can come along and heckle the rest of us if they like!
This is a casual meeting to get to know people working on LLVM or to learn
something about LLVM. There is no fixed schedule. We just meet to get to know
each other and to discuss.
2013 Jan 14
0
[LLVMdev] Paris LLVM Social - Thursday (17.01) this week
Thursday this week the next LLVM social will take place in Paris.
Everyone interested in LLVM, clang, Polly, ... is invited to join in.
Those not interested can come along and heckle the rest of us if they like!
This is a casual meeting to get to know people working on LLVM or to
learn something about LLVM. There is no fixed schedule. We just meet
to get to know each other and to discuss.
2013 Jan 17
0
[LLVMdev] Reminder : Paris LLVM Social - Today
Today, January 17 an LLVM social will take place in Paris.
Everyone interested in LLVM, clang, Polly, ... is invited to join in.
Those not interested can come along and heckle the rest of us if they like !
This is a casual meeting to get to know people working on LLVM or to
learn something about LLVM. There is no fixed schedule. We just meet
to get to know each other and to discuss. No
2013 Sep 19
0
[LLVMdev] Paris LLVM Social - October 2nd
After the success of Euro LLVM in Paris, LLVM Social in Paris are back!
On the October 2nd, the next LLVM social will take place in Paris.
Everyone interested in LLVM, clang, Polly, ... is invited to join.
This is a casual meeting to get to know people working on LLVM or
interested to learn about LLVM. There is no fixed schedule. We just meet
to get to know each other and to discuss. No previous
2013 Sep 19
1
[LLVMdev] Paris LLVM Social - October 2nd
After the success of Euro LLVM in Paris, LLVM Social in Paris is back!
On the October 2nd, the next LLVM social will take place in Paris.
Everyone interested in LLVM, clang, Polly, ... is invited to join.
This is a casual meeting to get to know people working on LLVM or
interested to learn about LLVM. There is no fixed schedule. We just meet
to get to know each other and to discuss. No previous
2013 Oct 02
0
[LLVMdev] Reminder : Paris LLVM Social is today !
This is a casual meeting to get to know people working on LLVM or
interested to learn about LLVM. There is no fixed schedule. We just meet
to get to know each other and to discuss. No previous knowledge about
LLVM is required. We will meet at IRILL, where we will have plenty of
tables, whiteboards and internet. You are invited to bring your laptop
to join us --- and we are happy to help with any
2013 Apr 22
1
[LLVMdev] Paris LLVM Social - 25. April
On the 25. April, the next LLVM social will take place in Paris.
Everyone interested in LLVM, clang, Polly, lldb, ... is invited to join.
This is a casual meeting to get to know people working on LLVM or
interested to learn about LLVM. There is no fixed schedule. We just
meet to get to know each other and to discuss. No previous knowledge
about LLVM is required. We will meet at IRILL, where we
2010 Feb 03
2
[LLVMdev] Integrated instruction scheduling/register allocation
Hi everyone,
I'm in the formative stage of my PhD studies. My current focus is on
integrated approaches to instruction scheduling and register allocation. A
colleague pointed me to Evan Cheng's talk at the August 2008 developer
meeting [1], where he very briefly mentioned allowing the register allocator
to reschedule instructions as a "crazy idea" for the future.
I