Displaying 20 results from an estimated 5000 matches similar to: "[LLVMdev] RFC: Criteria for backing out patches"
2008 Apr 04
2
[LLVMdev] PATCH: Use size reduction -- wave1
heisenbug wrote:
> On Apr 3, 10:53 pm, Gabor Greif <ga... at mac.com> wrote:
> ...
>
>
>>> 3) Make sure that make check and some reasonable subset of llvm-test
>>> passes with this patch :)
>>>
>> I have never run llvm-test in the past. Is it just checking it out and
>> following a readme?
>>
>
>
> After
2008 Apr 04
0
[LLVMdev] PATCH: Use size reduction -- wave1
On Apr 4, 7:51 pm, Török Edwin <edwinto... at gmail.com> wrote:
> heisenbug wrote:
> > On Apr 3, 10:53 pm, Gabor Greif <ga... at mac.com> wrote:
> > ...
>
> >>> 3) Make sure that make check and some reasonable subset of llvm-test
> >>> passes with this patch :)
>
> >> I have never run llvm-test in the past. Is it just checking it
2009 Jun 04
3
WWDC Puppeteer lunch
Reminder for Mac Puppeteers going to WWDC
How about we meet for lunch at noon on Tuesday. Let''s try to get the
table closet to the Odwalla refrigerator, just for reference. We can
get more specific on this list on the 8th after we verify the set up.
I might even get there a little earlier and put down "reserved" tags.
---
Thank you,
Allan Marcus
Solutions Architect
Central
2006 Aug 07
9
[OT] Rails is built into OS X 10.5
This coming out of WWDC. Pretty cool to see this kind of thing happen.
--
J "Brien" | HybridIndie Productions | http://hybridindie.com |
hybridindie@gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/380ae29c/attachment.html
2006 Aug 08
6
[Very OT] Steve Jobs, is he sick?
For us "Railers" on Mac systems we all probably watched Steve Job''s
keynote at the WWDC yesterday. Was it just me, or did Steve look
"sick"? I mean he has lost a lot of weight and his skin was very drawn.
--
Posted via http://www.ruby-forum.com/.
2015 Oct 09
1
[PATCH] inspect: Don't free uninitialized string.
libguestfs: trace: v2v: read_lines "/etc/os-release"
[...]
libguestfs: trace: v2v: read_lines = ["NAME=Fedora", "VERSION="20 (Heisenbug)"", "ID=fedora", "VERSION_ID=20", "PRETTY_NAME="Fedora 20 (Heisenbug)"", "ANSI_COLOR="0;34"", "CPE_NAME="cpe:/o:fedoraproject:fedora:20"",
2009 Jul 30
0
[LLVMdev] LLVM Logo
Chris Lattner wrote:
> I'm happy to announce that Apple has agreed to let llvm.org (and
> anyone else) use the great LLVM logo they designed for WWDC. If
> you're interested, you can see the full version of the logo on this
> page:
> http://llvm.org/Logo.html
Looks cool!
I'm awful at this kind of stuff, but maybe someone could do a small
version of this with
2009 Jul 30
10
[LLVMdev] LLVM Logo
Hi All,
I'm happy to announce that Apple has agreed to let llvm.org (and
anyone else) use the great LLVM logo they designed for WWDC. If
you're interested, you can see the full version of the logo on this
page:
http://llvm.org/Logo.html
I personally think that this is a pretty great logo/mascot for LLVM,
because it is very abstract, can be adapted in a variety of ways, is
2009 May 22
2
Scope problem?
I've just spent today trying to fix a Heisenbug...
this function returns a linear interpolator function:
interpOne <- function(xl,yl){
f = function(data){
t = (data-min(xl))/(max(xl)-min(xl))
return(min(yl)+t*(max(yl)-min(yl)))
}
return(f)
}
> k=interpOne(c(0,1),c(4,5))
> k(0.5)
[1] 4.5
and this function uses the above to return a function that returns a
piece-wise
2008 May 21
4
[LLVMdev] 2.3 Pre-release available for testing
>I just sent a reply to Razvan with 3 patches that I think should be merged
>into the release branch. I want to keep it somewhat in sync with mainline.
>Can you try applying those 3 patches and let me know if it builds for you
>and what version of MSVC you have?
It doesn't build.
first problem is patch 51098 that adds lib\VMCore\Use.cpp and lib\Transforms\Utils\UnrollLoop.cpp
2008 May 21
1
[LLVMdev] 2.3 Pre-release available for testing
Errrrr, please make that
void operator delete(void*, size_t) {}
The mainline changed it in the meantime (size_t --> unsigned).
Sorry for the confusion :-/
Cheers,
Gabor
On May 22, 12:39 am, heisenbug <ggr... at gmail.com> wrote:
> On May 21, 11:21 pm, mor... at hue.no wrote:
>
> [snip]
>
>
>
> > FYI I'm using Visual Studio 2005 Professional Edition
2008 Apr 19
0
[LLVMdev] PATCH: Use size reduction -- wave2
On Apr 18, 5:51 pm, heisenbug <ggr... at gmail.com> wrote:
> On Apr 17, 7:01 pm, Owen Anderson <resis... at mac.com> wrote:
>
> > Gabor,
>
> > Have you updated llvm2cpp to generate calls to the appropriate new
>
> Yes. These are caught by my conversion scripts.
>
> > constructors? Also, could you check the code in the tutorials to make
> >
2008 May 21
0
[LLVMdev] 2.3 Pre-release available for testing
On May 21, 11:21 pm, mor... at hue.no wrote:
[snip]
>
> FYI I'm using Visual Studio 2005 Professional Edition (not Express).
>
> m.
>
> PS. The proposed fix (by heisenbug) to the warnings from the operator new in User.h doesn't work at all.
Hmmm, this is really unfortunate. http://www.glenmccl.com/tip_025.htm
confirms the given recipe.
By "doesn't work at
2007 Mar 24
0
[LLVMdev] May 2007 LLVM Developer's Meeting
All,
Due to a number of scheduling conflicts we've settled on a date quite
different from the original target: May 25th. This is a month earlier
than previously estimated, but this date is now firm.
May 25th was chosen because some of the organizers are traveling
internationally in June, the Apple WWDC is in early June, we couldn't
get a room, etc. June just turned out to be a bad
2009 Jul 30
1
[LLVMdev] LLVM Logo
Albert Graef wrote:
> Chris Lattner wrote:
>> I'm happy to announce that Apple has agreed to let llvm.org (and
>> anyone else) use the great LLVM logo they designed for WWDC. If
>> you're interested, you can see the full version of the logo on this
>> page:
>> http://llvm.org/Logo.html
>
> Looks cool!
>
> I'm awful at this kind of
2008 Apr 04
3
[LLVMdev] PATCH: Use size reduction -- wave1
On Apr 4, 8:06 pm, heisenbug <ggr... at gmail.com> wrote:
> On Apr 4, 7:51 pm, Török Edwin <edwinto... at gmail.com> wrote:
>
>
>
> > heisenbug wrote:
> > > On Apr 3, 10:53 pm, Gabor Greif <ga... at mac.com> wrote:
> > > ...
>
> > >>> 3) Make sure that make check and some reasonable subset of llvm-test
> > >>>
2008 Nov 06
0
[LLVMdev] Available code-generation parallelism
On Nov 6, 4:22 am, Jonathan Brandmeyer <jbrandme... at earthlink.net>
wrote:
> On Mon, 2008-11-03 at 23:59 -0800, Chris Lattner wrote:
> > On Nov 3, 2008, at 3:55 PM, heisenbug wrote:
> > > What about "inventing" pseudo-constants (which point to the right
> > > thing) and build the piece of IR with them. When done, grab mutex and
> > > RAUW it
2008 Apr 16
0
[LLVMdev] PATCH: Use size reduction -- wave2
On Apr 16, 2008, at 2:50 AM, heisenbug wrote:
>
> And now here is my educated speculation:
> There are 2 things that became slower
> 1) Use::getUser()
> 2) Use::get/set due to tagging.
>
> The former is seldom called:
>
> $ find lib -name "*.cpp" | xargs grep "getUser(" | wc -l
> 41
The majority of those aren't actually Use::getUser, but
2008 Apr 08
0
[LLVMdev] LLVM Server Back Up
FYI, the mailing lists are handled by separate UIUC servers and are
not hosted by the llvm server. All web, svn, etc are on the llvm server.
John - Can you find out why the mailing list archives have incorrect
time stamps?
-Tanya
On Apr 8, 2008, at 2:59 PM, heisenbug wrote:
> Looks like some clocks are wrong, as shown by the timestamp
> on
2007 Apr 06
1
pap2 - dtmf works when 'sip debug' is enabled
I am having an odd problem with a linksys pap2 ata and asterisk...
Asterisk won't detect digits from it until I issue a 'sip debug'. As
soon as I turn on sip debugging, everything works perfectly (classic
heisenbug)!
Asterisk is latest Debian 'etch' packaged 1.2.13. sip.conf looks like:
[mc_ext01]
type=friend
secret=ext01
context=mc_ata_in
host=dynamic
dtmfmode=rfc2833