similar to: [LLVMdev] Building structures & their initializers

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
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?
2006 Aug 02
4
1.0rc3 problem w/ Thunderbird 1.5.0.5 on Mac OS X
Howdy, I'm very excited about the new dovecot release because I've been having problems with a hang on saving messages to my sent-mail box over imap+ssl. I installed 1.0rc3 over my 1.0rc2 install on FreeBSD 5.3 in the same manner as all the other upgrades I've done. After checking my email, tbird became nonresponsive and I saw this repeating in my logs ad infinitum: Aug 2 10:17:10
2014 Apr 02
0
virtio: virtio_break_device() to mark all virtqueues broken.
Hello Rusty, the subject patch was part of your original patch series on January 15th. When is that planned to go upstream? Heinz On 01/04/14 04:58, Rusty Russell wrote: > 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
2003 May 29
0
[LLVMdev] Re: recursive structs (linked list)
On 28 May 2003, Joel Stanley wrote: > I'm trying to make a struct type that is recursive. How can I do this? It's very non-obvious, but an important lesson in how types in LLVM are represented. In particular, in LLVM, each type shape can only exist once in memory, which allows users to do pointer comparisons to check structural equality of types. Naturally, this makes things
2005 Sep 21
2
bug? Maildir ... sync: UID inserted in the middle of mailbox
Version: 1.00alpha2 Error: imap(grin): Maildir /home/grin/Maildir sync: UID < next_uid (94 < 95, file = 1127311363.H977932P25148.gollum:2,) imap(grin): Maildir /home/grin/Maildir sync: UID inserted in the middle of mailbox (95 > 94, file = 1127311363.H977932P25148.gollum:2,) This error reappears frequently. Doesn't go away by restarting dovecot, but does go away when I