similar to: [LLVMdev] Mini status update

Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] Mini status update"

2023 Apr 06
2
[Bug 3559] New: Mini memory leak and needless(?) const/static qualifier.
https://bugzilla.mindrot.org/show_bug.cgi?id=3559 Bug ID: 3559 Summary: Mini memory leak and needless(?) const/static qualifier. Product: Portable OpenSSH Version: 8.5p1 Hardware: Other OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh
2004 Oct 11
0
LLVM October Status Update
Hi everyone, This Fall has been busy, busy, busy. In addition to the usual LLVM hacking, our developers have been moving all over the country, starting classes, ending internships, getting married, and traveling the world. Despite all of the non-LLVM fun we've been having, we've managed to get some work done, too. :) Here is my traditional distillation of llvm-commits: New High-Level
2003 Jan 13
0
[LLVMdev] X86 JIT status
Hey all, In case anyone is interested in using the X86 JIT for stuff, here's a rundown on where it stands. The X86 JIT can currently be used like this: lli -force-interpreter=false foo.bc <args> Until the remaining issues, described below, are fixed, the -force-interpreter switch will default to true. Once things are finished, it will default to false, so lli will automatically
2003 Oct 07
0
[LLVMdev] LLVM Status Update
Hi LLVMers, We're actively working on finishing up the release, which has been delayed. Last week was dominated by several paper submissions which were all due at about the same time, so the release fell behind (if you're interested, the papers are available on the main page). We are currently shooting for getting the release out the door early next week. That said, we have made a lot
2004 Feb 23
0
[LLVMdev] LLVM
On Tue, 24 Feb 2004, Jingling Xue wrote: > I understand that LLVM is now available in the public domain. Yes it is. It can be downloaded from the LLVM releases page here: http://llvm.cs.uiuc.edu/releases/ > I need to decide which compiler system I will use for my advanced > compiler course this year. The current release is 1.1. We are tentatively planning to release 1.2 sometime in
2007 Jun 30
2
[LLVMdev] svn convert "issue"
Apparently Tanya and I got dropped from svn commit privs. That is now fixed. The next issue is that John left his cvs convert script in his crontab (which I just removed). As such, *all svn commits that happened since the switchover have been lost*. Needless to say, this irritates me. John, will you please reapply all lost commits? You can find the diffs here:
2007 Jun 30
0
[LLVMdev] svn convert "issue"
On Fri, 29 Jun 2007, Chris Lattner wrote: > The next issue is that John left his cvs convert script in his crontab > (which I just removed). As such, *all svn commits that happened since > the switchover have been lost*. Needless to say, this irritates me. This has all been fixed now. The tree should be fine, with no contents lost and with the same rev #'s as before. If you
2007 Apr 23
0
[LLVMdev] Register based vector insert/extract
On Mon, 23 Apr 2007, Christopher Lamb wrote: >>> The issue I'm having is that there is no extract/insert >>> instruction in the ISA, it's simply based on using subregister >>> operands in subsequent/preliminary instructions. At the pointer of >>> custom lowering register allocation has not yet been done, so I >>> don't have a way to
2003 Oct 08
1
Mini-PC box to run server
On the cheap side, the ITX or even MicroATX machines work great. These are commodity items, so they tend to be far less expensive than custom solutions. Various manufacturers, but we've had very good success with any of the AOpen MicroATX boards and their slimline MicroATX case: Aluminum: http://usa.aopen.com/products/housing/A340-series.htm Steel:
2004 Feb 24
0
[LLVMdev] LLVM
Jingling, I faced the same issue in using LLVM for an introductory compiler course this semester. The way I am (optimistically) addressing it is that I have given the students a tarball of LLVM containing most of LLVM but very few optimizations. In particular, we've only given them a few essential transformations that the front-end or lli need, and any transformations used by those
2016 Mar 21
0
Re: [PATCH supermin 0/5] Make supermin mini-initrd quieter and faster.
On Thu, Mar 17, 2016 at 10:07:34AM +0000, Richard W.M. Jones wrote: > Various patches to make supermin quieter. By outputting fewer > messages on the fast path, we use the slow emulated UART less, and > this improves boot times. > > Also remove some kernel modules that we cannot or should not be using, > which also improves boot times. Trying to apply this series on current
2004 Jun 17
0
[LLVMdev] Assignment instruction.
On Thu, 17 Jun 2004, Tobias Nurmiranta wrote: > > Thanks for the fast reply. I'll do as you suggested, and create my own > identity instructions with "add" for int's and "getelementptr" for > pointers. Another thing to point out is that this might only be happening because your front-end is attempting to generate SSA. In general, we don't recommend
2003 Nov 10
2
Rio Karma mini review
Hello everyone, Stopped by Best Buy last night and picked up a Rio Karma. Since from-the-trenches reviews seem scarce, I thought I might post some thoughts. The short story: I'm probably returning it, will be buying a different portable player. The software doesn't work, and I don't think I wanna screw with it. The long story: It looks cool, is tiny,
2016 Mar 21
1
Re: [PATCH supermin 0/5] Make supermin mini-initrd quieter and faster.
On Mon, Mar 21, 2016 at 07:02:32AM +0100, Kashyap Chamarthy wrote: > On Thu, Mar 17, 2016 at 10:07:34AM +0000, Richard W.M. Jones wrote: > > Various patches to make supermin quieter. By outputting fewer > > messages on the fast path, we use the slow emulated UART less, and > > this improves boot times. > > > > Also remove some kernel modules that we cannot or
2010 Sep 28
0
Status of samba packages in Debian
It's been some time since I didn't send an update about samba packages in Debian. Here it is. Fairly long, sorry for this. As preliminary facts: Debian entered a full freeze in Mid-August, in preparation of the next release, codename "squeeze". It means that packages uploaded to Debian unstable no longer migrate to testing (which is "the next release", so squeeze right
1999 Aug 15
1
Vorbis transform description
OK, into the nitty-gritty, albeit a high-level version. If it sounds like I'm glossing important details, you're right. This discusses only the basic DSP; precise coding, framing, sync, etc, will be in another mail. Vorbis is a hybrid transform domain general purpose audio encoder, like MPEG in some respects (it is rooted in much of the same basic theory). For the most part, the
2004 Jan 02
1
mini-ITX suggestions
Does anyone have recommendations for (or against) mini-ITX platforms to be used with Wildcard X100P and TDM400P cards? I am considering the use of systems using VIA EPIA CL and Epia M as small, quiet platforms on which to host Asterisk.
2004 Feb 23
3
[LLVMdev] LLVM
Hi Chris, Thanks for the quick input. The harder the LLVM is, the harder it is for me to teach the course:-) Too many optimisations have been added, meaning I have to design many new projects. --- Jingling On Mon, Feb 23, 2004 at 09:41:13PM -0600, Chris Lattner wrote: > On Tue, 24 Feb 2004, Jingling Xue wrote: > > > I understand that LLVM is now available in the public domain. >
2005 Jun 23
7
mini itx
I've seen the embedded posts. Is anyone running Asterisk on the MINI ITX? James Taylor MetroTel 3505 Summerhill Road Suite 11 Texarkana, Tx 75503 903-793-1956
2006 Jun 02
1
[LLVMdev] Status on llvm-g++ -> llc -> C backend
Thanks Anton and Chris, it works. On a side note is there a way to have llc preserve function names upon output to C so that external CPP files that link this file in will be able to find the correct functions. And how about name mangling? I assume this is something not taken care of by llc or at least from llvm-g++ to bytecode. Ashwin On 6/2/06, Chris Lattner <sabre at nondot.org> wrote: