Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Building structures & their initializers"
2003 Apr 16
1
[LLVMdev] Mutability of constant initializers
It seems that the contents of Constant{Array,Struct,etc} are immutable
after construction. The only available accessor function is
getValues(), which returns a constant reference to a vector of uses.
I have the following situation. I am building global (static) array of
structs. Hence, I build a vector of ConstantStruct pointers to give to
the ConstantArray constructor, etc. However, I have
2003 Jan 28
1
[LLVMdev] Building a new struct type, etc
Hi folks,
I was just wondering if someone would be willing to tell me the best way
to make a new structure type in LLVM and get it inserted as a valid type
into a particular Module instance?
I've done the following:
vector<const Type*> types;
types.push_back(Type::UIntTy);
types.push_back(Type::UIntTy);
structType = StructType::get(types);
But
2012 Oct 14
3
Multimedia Workstation using Centos 6.3
Greetings,
[sheepish query]
Are there repositories which will help a centos die-hard nerd to run
64 studio like workstation (of course bomus will be to pointers to HPC
with desktops for rendering and the such)?
[/sheepish query]
--
Regards,
Rajagopal
A hardcore centos addict. who does not contribute but just tries to consume....
2017 Nov 17
0
[PATCH] virto_net: remove empty file 'virtio_net.'
On 2017?11?17? 10:46, Joel Stanley wrote:
> Looks like this was mistakenly added to the tree as part of
> commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT").
>
> Signed-off-by: Joel Stanley <joel at jms.id.au>
> ---
> drivers/net/virtio_net. | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> delete mode 100644 drivers/net/virtio_net.
>
2017 Nov 17
0
[PATCH] virto_net: remove empty file 'virtio_net.'
On Fri, Nov 17, 2017 at 01:16:36PM +1030, Joel Stanley wrote:
> Looks like this was mistakenly added to the tree as part of
> commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT").
>
> Signed-off-by: Joel Stanley <joel at jms.id.au>
Acked-by: Michael S. Tsirkin <mst at redhat.com>
> ---
> drivers/net/virtio_net. | 0
> 1 file changed, 0
2017 Nov 17
3
[PATCH] virto_net: remove empty file 'virtio_net.'
Looks like this was mistakenly added to the tree as part of
commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT").
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
drivers/net/virtio_net. | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 drivers/net/virtio_net.
diff --git a/drivers/net/virtio_net. b/drivers/net/virtio_net.
deleted file mode 100644
2017 Nov 17
3
[PATCH] virto_net: remove empty file 'virtio_net.'
Looks like this was mistakenly added to the tree as part of
commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT").
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
drivers/net/virtio_net. | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 drivers/net/virtio_net.
diff --git a/drivers/net/virtio_net. b/drivers/net/virtio_net.
deleted file mode 100644
2014 Feb 11
0
[PATCH 0/3] tools/virtio: build fixes for virtio_test
On Tue, Feb 11, 2014 at 04:58:17PM +1030, Joel Stanley wrote:
> Recent changes to drivers/virtio broke compilation for the tests in
> tools/virtio. The following patches are build fixes for those changes, as well
> as a fix for a typo that would have never built.
>
> The changes were tested on my amd64 system against 3.14-rc2.
Ah, thanks a lot for posting this.
I had this fixed in
2004 Aug 06
6
need help/ideas please, oh and answers
> Um, why wouldn't you just use apache for this?
Exactaly, I would recommend the mod_mp3 project for something like that.
http://media.tangent.org/
They are doing almost exactaly what sound like you are looking for. There
is also the project 'ampache' that takes this one step further and adds a
MySQL database backend to a PHP front.
JStanley
--- >8 ----
List archives:
2014 Feb 13
1
[PATCH 0/3] tools/virtio: build fixes for virtio_test
"Michael S. Tsirkin" <mst at redhat.com> writes:
> On Tue, Feb 11, 2014 at 04:58:17PM +1030, Joel Stanley wrote:
>> Recent changes to drivers/virtio broke compilation for the tests in
>> tools/virtio. The following patches are build fixes for those changes, as well
>> as a fix for a typo that would have never built.
>>
>> The changes were tested
2014 Feb 13
1
[PATCH 0/3] tools/virtio: build fixes for virtio_test
"Michael S. Tsirkin" <mst at redhat.com> writes:
> On Tue, Feb 11, 2014 at 04:58:17PM +1030, Joel Stanley wrote:
>> Recent changes to drivers/virtio broke compilation for the tests in
>> tools/virtio. The following patches are build fixes for those changes, as well
>> as a fix for a typo that would have never built.
>>
>> The changes were tested
2014 Feb 11
6
[PATCH 0/3] tools/virtio: build fixes for virtio_test
Recent changes to drivers/virtio broke compilation for the tests in
tools/virtio. The following patches are build fixes for those changes, as well
as a fix for a typo that would have never built.
The changes were tested on my amd64 system against 3.14-rc2.
Joel Stanley (3):
tools/virtio: update internal copies of headers
tools/virtio: fix missing kmemleak_ignore symbol
tools/virtio: add a
2014 Feb 11
6
[PATCH 0/3] tools/virtio: build fixes for virtio_test
Recent changes to drivers/virtio broke compilation for the tests in
tools/virtio. The following patches are build fixes for those changes, as well
as a fix for a typo that would have never built.
The changes were tested on my amd64 system against 3.14-rc2.
Joel Stanley (3):
tools/virtio: update internal copies of headers
tools/virtio: fix missing kmemleak_ignore symbol
tools/virtio: add a
2024 Sep 02
0
[merged mm-nonmm-stable] locking-ww_mutex-test-add-module_description.patch removed from -mm tree
The quilt patch titled
Subject: locking/ww_mutex/test: add MODULE_DESCRIPTION()
has been removed from the -mm tree. Its filename was
locking-ww_mutex-test-add-module_description.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Jeff
2024 Sep 02
0
[merged mm-nonmm-stable] x86-mm-add-testmmiotrace-module_description.patch removed from -mm tree
The quilt patch titled
Subject: x86/mm: add testmmiotrace MODULE_DESCRIPTION()
has been removed from the -mm tree. Its filename was
x86-mm-add-testmmiotrace-module_description.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Jeff
2014 Apr 01
2
[PULL] virtio-next
The following changes since commit 33807f4f0daec3b00565c2932d95f614f5833adf:
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 (2014-03-11 11:53:42 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/virtio-next-for-linus
for you to fetch changes up to fc4324b4597c4eb8907207e82f9a6acec84dd335:
2014 Apr 01
2
[PULL] virtio-next
The following changes since commit 33807f4f0daec3b00565c2932d95f614f5833adf:
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 (2014-03-11 11:53:42 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/virtio-next-for-linus
for you to fetch changes up to fc4324b4597c4eb8907207e82f9a6acec84dd335:
2004 Aug 06
2
need help/ideas please, oh and answers
> happily use it. My system works pretty well except for a number of
> small issues I am still working on.
It is my understanding that you have the highest bitrate stored and you
just want to re-encode the files on the fly over a stream. You do this
rather than just store all the different enc rates.
Correct my assumption, but can't ices create playlists from perl scripts?
2024 Sep 02
0
[merged mm-nonmm-stable] crypto-arm-xor-add-missing-module_description-macro.patch removed from -mm tree
The quilt patch titled
Subject: crypto: arm/xor - add missing MODULE_DESCRIPTION() macro
has been removed from the -mm tree. Its filename was
crypto-arm-xor-add-missing-module_description-macro.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
2024 Jul 30
0
+ locking-ww_mutex-test-add-module_description.patch added to mm-nonmm-unstable branch
The patch titled
Subject: locking/ww_mutex/test: add MODULE_DESCRIPTION()
has been added to the -mm mm-nonmm-unstable branch. Its filename is
locking-ww_mutex-test-add-module_description.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/locking-ww_mutex-test-add-module_description.patch
This patch will later