similar to: [LLVMdev] LLVM micro Conference at Linux Plumbers Conference

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] LLVM micro Conference at Linux Plumbers Conference"

2012 Sep 07
0
[LLVMdev] The LLVMLinux Project
On Fri, Sep 7, 2012 at 10:03 AM, <llvmdev-request at cs.uiuc.edu> wrote: > > Message: 1 > Date: Thu, 06 Sep 2012 21:58:52 -0400 > From: Behan Webster <behanw at converseincode.com> > To: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> > Subject: [LLVMdev] The LLVMLinux Project > Message-ID: <504954DC.3010708 at converseincode.com> >
2013 Oct 10
3
[LLVMdev] A new builtin: __builtin_stack_pointer()
One of the issues the LLVMLinux project is having is with the use of named registers in the Linux kernel code. The kernel uses something like this in order to assign a C variable name to a register (one for each kernel arch). register unsigned long current_stack_pointer asm("esp"); clang doesn't allow this kind of thing which required a patch which less efficient: #define
2013 Nov 06
0
[LLVMdev] A new builtin: __builtin_stack_pointer()
On 11/05/13 11:30, Jean-Daniel Dupas wrote: > > Le 5 nov. 2013 à 19:00, Behan Webster <behanw at converseincode.com > <mailto:behanw at converseincode.com>> a écrit : > >> On 11/05/13 09:26, Konstantin Tokarev wrote: >>> >>> 11.10.2013, 01:39, "Jakob Stoklund Olesen" <stoklund at 2pi.dk >>> <mailto:stoklund at 2pi.dk>>:
2013 Jul 14
0
Call for Proposals: 2013 Linux Plumbers Virtualization Microconference
On Fri, 2013-07-12 at 14:38 -0600, Alex Williamson wrote: > The Call for Proposals for the 2013 Linux Plumbers Virtualization > Microconference is now open. This uconf is being held as part of Linux > Plumbers Conference in New Orleans, Louisiana, USA September 18-20th and > is co-located with LinuxCon North America. For more information see: > >
2013 Jul 31
1
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
On Wednesday, July 31, 2013 10:35:05 AM Shuah Khan wrote: > On Wed, Jul 31, 2013 at 5:40 AM, Rafael J. Wysocki <rjw at sisk.pl> wrote: > > Hi All, > > > > The original announcement didn't go to linux-pm, so again: > > > > On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote: > >> Linux Plumbers has approved an ACPI/PM, PCI microconference. The
2013 Jul 31
1
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
On Wednesday, July 31, 2013 10:35:05 AM Shuah Khan wrote: > On Wed, Jul 31, 2013 at 5:40 AM, Rafael J. Wysocki <rjw at sisk.pl> wrote: > > Hi All, > > > > The original announcement didn't go to linux-pm, so again: > > > > On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote: > >> Linux Plumbers has approved an ACPI/PM, PCI microconference. The
2013 Jul 31
0
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
On Wed, Jul 31, 2013 at 5:40 AM, Rafael J. Wysocki <rjw at sisk.pl> wrote: > Hi All, > > The original announcement didn't go to linux-pm, so again: > > On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote: >> Linux Plumbers has approved an ACPI/PM, PCI microconference. The >> overview page is here: >> >>
2013 Jul 31
2
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
Hi All, The original announcement didn't go to linux-pm, so again: On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote: > Linux Plumbers has approved an ACPI/PM, PCI microconference. The > overview page is here: > > http://wiki.linuxplumbersconf.org/2013:pci_subsystem > > We would like to start receiving volunteers for presenting topics of > interest. There is a
2013 Jul 31
2
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
Hi All, The original announcement didn't go to linux-pm, so again: On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote: > Linux Plumbers has approved an ACPI/PM, PCI microconference. The > overview page is here: > > http://wiki.linuxplumbersconf.org/2013:pci_subsystem > > We would like to start receiving volunteers for presenting topics of > interest. There is a
2013 Jul 12
4
Call for Proposals: 2013 Linux Plumbers Virtualization Microconference
The Call for Proposals for the 2013 Linux Plumbers Virtualization Microconference is now open. This uconf is being held as part of Linux Plumbers Conference in New Orleans, Louisiana, USA September 18-20th and is co-located with LinuxCon North America. For more information see: http://www.linuxplumbersconf.org/2013/ The tentative deadline for proposals is August 1st. To submit a topic please
2013 Jul 12
4
Call for Proposals: 2013 Linux Plumbers Virtualization Microconference
The Call for Proposals for the 2013 Linux Plumbers Virtualization Microconference is now open. This uconf is being held as part of Linux Plumbers Conference in New Orleans, Louisiana, USA September 18-20th and is co-located with LinuxCon North America. For more information see: http://www.linuxplumbersconf.org/2013/ The tentative deadline for proposals is August 1st. To submit a topic please
2013 Nov 05
2
[LLVMdev] A new builtin: __builtin_stack_pointer()
Le 5 nov. 2013 à 19:00, Behan Webster <behanw at converseincode.com> a écrit : > On 11/05/13 09:26, Konstantin Tokarev wrote: >> >> 11.10.2013, 01:39, "Jakob Stoklund Olesen" <stoklund at 2pi.dk>: >>> On Oct 10, 2013, at 12:32 PM, Behan Webster <behanw at converseincode.com> wrote: >>> >>>> One of the issues the LLVMLinux
2013 Nov 05
0
[LLVMdev] A new builtin: __builtin_stack_pointer()
On 11/05/13 09:26, Konstantin Tokarev wrote: > > 11.10.2013, 01:39, "Jakob Stoklund Olesen" <stoklund at 2pi.dk>: >> On Oct 10, 2013, at 12:32 PM, Behan Webster <behanw at converseincode.com> wrote: >> >>> One of the issues the LLVMLinux project is having is with the use of >>> named registers in the Linux kernel code. The kernel uses
2013 Oct 20
2
[LLVMdev] A new builtin: __builtin_stack_pointer()
On 10/10/13 22:01, Jakob Stoklund Olesen wrote: > On Oct 10, 2013, at 12:32 PM, Behan Webster <behanw at converseincode.com> wrote: > >> One of the issues the LLVMLinux project is having is with the use of >> named registers in the Linux kernel code. The kernel uses something like >> this in order to assign a C variable name to a register (one for each >> kernel
2012 Sep 07
2
[LLVMdev] The LLVMLinux Project
I'd like to announce the LLVMLinux project. This project aims to fully build the Linux kernel using Clang/LLVM on the various architectures supported by the Linux kernel. The project consolidates the work of the lll-project, the PAX team, and Mark Charlebois' work on the ARM kernel. http://llvm.linuxfoundation.org <http://llvm.linuxfoundation.org/> The hope is that this project
2013 Apr 18
1
2013 Linux Plumbers ACPI/PM, PCI Microconference proposal call for participaton
All: We would like to hold a combined ACPI/PM, PCI focused microconference as part of this year's Linux Plumbers conference but first we need to show that there is enough interest and material that needs covered. There is a lot of activity in these subsystems so please respond by submitting presentation or discussion proposals that you would be willing to cover for consideration (respond to
2013 Apr 18
1
2013 Linux Plumbers ACPI/PM, PCI Microconference proposal call for participaton
All: We would like to hold a combined ACPI/PM, PCI focused microconference as part of this year's Linux Plumbers conference but first we need to show that there is enough interest and material that needs covered. There is a lot of activity in these subsystems so please respond by submitting presentation or discussion proposals that you would be willing to cover for consideration (respond to
2013 May 16
2
2013 Linux Plumbers Virtualization Microconference proposal call for participation
Hey folks, We''d like to hold another virtualization microconference as part of this year''s Linux Plumbers Conference. To do so, we need to show that there''s enough interest, materials, and people willing to attend. Anthony and Amit have already started a wiki page for the microconference: http://wiki.linuxplumbersconf.org/2013:virtualization Please help to fill it
2013 May 16
2
2013 Linux Plumbers Virtualization Microconference proposal call for participation
Hey folks, We''d like to hold another virtualization microconference as part of this year''s Linux Plumbers Conference. To do so, we need to show that there''s enough interest, materials, and people willing to attend. Anthony and Amit have already started a wiki page for the microconference: http://wiki.linuxplumbersconf.org/2013:virtualization Please help to fill it
2013 May 16
2
2013 Linux Plumbers Virtualization Microconference proposal call for participation
Hey folks, We''d like to hold another virtualization microconference as part of this year''s Linux Plumbers Conference. To do so, we need to show that there''s enough interest, materials, and people willing to attend. Anthony and Amit have already started a wiki page for the microconference: http://wiki.linuxplumbersconf.org/2013:virtualization Please help to fill it