similar to: 2015 LLVM Developers' Meeting videos are up!

Displaying 20 results from an estimated 700 matches similar to: "2015 LLVM Developers' Meeting videos are up!"

2017 Jun 28
2
Videos from past Dev meetings gone?
Are the videos another casualty of the server move? Following the links down to a video to here: http://llvm.org/devmtg/2014-10/Videos/Adding%20and%20Optimizing%20a%20Subtarget%20for%20MIScheduler-720.mov Sends me to a dead link. Do we know when this is expected to work again? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Jun 08
4
[RFC] Coding Standards: "prefer `int` for regular arithmetic, use `unsigned` only for bitmask and when you intend to rely on wrapping behavior."
Hi, The LLVM coding style does not specify anything about the use of signed/unsigned integer, and the codebase is inconsistent (there is a majority of code that is using unsigned index in loops today though). I'd like to suggest that we specify to prefer `int` when possible and use `unsigned` only for bitmask and when you intend to rely on wrapping behavior, see:
2012 Oct 10
1
PuppetConf Videos Are Available Now
I wanted to let everyone know that the videos from PuppetConf are available at http://puppetlabs.com/community/videos/puppetconf/ Here are a few of my personal favorites: CERN: http://youtu.be/-Ykb2j2ojYU Discovering and creating great Puppet Modules: http://youtu.be/aWqktlD62ks (talk actually starts at 4:45 min into video) State of the Community http://youtu.be/0_u_5RkVymE (I''m
2015 Sep 08
8
Euro LLVM videos finally online - proposal to use torrents for sharing
It's no magic, to get good download speed with torrents you need many seeders or few seeders with high bandwidth. I'm not sure LLVM videos will attract enough interest for many seeders to be online... The easy solution would be to have a LLVM channel with all videos on Youtube which has high qualty CDN. 2015-09-08 11:20 GMT+03:00 Adam Husár <llvm-dev at lists.llvm.org>: >
2004 Jun 23
4
Future WinCE IP Phone
Hi, Found a nice little video about a prototype phone from broadcom currently sitting in Microsoft WinCE lab. The video is at: http://channel9.msdn.com The video in question is an interview with Mike Hall titled "Windows CE and Windows Embedded Lab Tour". The clip dealing with the VOIP phone is right at the start so you don't need to watch the whole thing (although there is some
2004 Aug 06
2
icecast/ices
Marco, I have some preliminary HowTos and software available at http://quasi.ksl.com/icecast/ It's not as nice as http://www.6809.org.uk/kja3/ices2-howto.shtml, but I'm working to make it better as I become more familiar. Hope it helps. The ices2 program is designed for .ogg streaming while icecast-1.3.12 and related streamers, MuSE, liveice and DarkIce will still stream .mp3 quite nicely.
2018 Oct 02
3
UTF-8 conversion speed
At CPPcon last week, I saw a talk by Bob Steagall called "Fast Conversion From UTF-8 with C++, DFAs, and SSE Intrinsics." Part of this talk included data from a half-dozen or so conversion libraries... one of which was labeled "LLVM". The LLVM converters were invariably the slowest. On Windows, the mbtowc (or something like that) syscall was pretty good. Steagall's
2019 Sep 12
2
Side-channel resistant values
Hello all, Many of us are dealing with data that should remain secret on a daily basis. In my case, that's key material in cryptographic implementations. To protect against side-channel attacks. We write our code in such a way that the execution of the program is not dependent on the key and other secret values. However compiler optimizations often makes this very hard for us, and often our
2020 Jul 12
3
Stir Shaken is upon us
Asterisk 18 will have support based on this asterisk update Matt F did for CommCon's sponsor slots https://youtu.be/eas1csaX-wc On Sun, 12 Jul 2020, 22:44 Steve Edwards, <asterisk.org at sedwards.com> wrote: > On Sun, 12 Jul 2020, Saint Michael wrote: > > > WORLDWIDE EMERGENCY > > Again? > > > The code below needs to be executed before any SIP or PJSIP call
2019 Dec 11
2
Samba Persistent Handles
Hello, I'm trying to configure a Samba server for SMB sharing with Persistent Handles. I have viewed the youtube? video https://youtu.be/fA78hdeYi6k However, it's not clear to me how to enable it in Samba, and if any setting is needed in smb.conf (I have already set up Samba, gluster and ctdb) I'm running Samba 4.11.. Could you please advice? -- Regards Andrea Cucciarre'
2018 Oct 03
2
UTF-8 conversion speed
On 02/10/18 22:58, Friedman, Eli via llvm-dev wrote: > On 10/2/2018 2:27 PM, via llvm-dev wrote: >> At CPPcon last week, I saw a talk by Bob Steagall called >> "Fast Conversion From UTF-8 with C++, DFAs, and SSE Intrinsics." >> Part of this talk included data from a half-dozen or so conversion >> libraries... one of which was labeled "LLVM". >>
2012 Sep 15
1
Live session on Puppet + AWS through Google Hangout on Air
Hi all, just wanted to let you know that there''s a community event going on in Kuala Lumpur right now, currently there''s a talk on OpenShift, and at noon (GMT+8) one of our guys will do a session on Puppet+AWS. It''s being recorded by Google Hangout on Air, so even if you''re late you can watch it for free.
2011 Aug 22
2
Wiki/revision control to management of CRAN package repository
I propose the following humbly, with little know how as to how to implement, and realize it may have been proposed many times. It is just something I had on my mind. Would it be possible/desirable to have the whole CRAN package repository accessible through a public wiki, forge or version control interface (ideally a fusion of the wiki and forge approach)? It appears it would be a first for a
2016 Jul 14
1
High noise after encoding/decoding procedure
Thanks a lot for your tips. What I have to done to debug: got the raw wav-file, compressed/decompressed it on my PC and saved OPUS packets as an array. Moved this array to the embedded platform and made sure that the frames decoded from the OPUS packets are the same. However, the high noise level was the same, but it wasn`t caused by OPUS. The problem was with my sound bus between an embedded
2019 Sep 12
2
Side-channel resistant values
On 9/12/19 5:06 AM, David Zarzycki via llvm-dev wrote: I think adding a builtin to force CMOV or similar instructions on other architectures is long overdue. It’s generally useful, even if one isn’t mitigating speculative execution. I believe that you can currently get this effect using __builtin_unpredictable in Clang. __builtin_unpredictable wasn't added for this purpose, and it's a
2015 Oct 01
2
[cfe-dev] Orc Windows C++
Moving to the LLVM Dev list & cc'ing Lang. On Thu, Oct 1, 2015 at 4:23 AM, Joshua Gerrard via cfe-dev < cfe-dev at lists.llvm.org> wrote: > Hello folks, > > I’m developing an application that uses Orc JIT for C++, which works > swimmingly on Mac OS X. However, the Windows version has been a battle and > a half, and it’s now at the point where I need some assistance
2017 Apr 18
2
http://llvm.org/OpenProjects.html#thinlto_global
Good evening. I got interested in helping with ThinLTO, I did watch this video, https://youtu.be/9OIEZAj243g and i found it very interesting. I got C++ knowledge, but not a lot of llvm/clang source knowledge... Also, there is no mentors related in the website for this project. Would the community be so kind in giving me information on how to help? I have started reading the documentation on the
2012 Oct 15
4
Benchmark puppetDB
Dear All, I know puppetDB its more faster than storeconfigs, but to replace storeconfigs with puppetDB into production server Its need more explanation than some link from puppetlabs, need prove to my bos and team. For testing i just have 1 puppetmaster and 1 and 2 puppet agent, how i can look different performance? Its that any idea / or complex puppet stanza to benchmark / compare this with
2019 May 13
2
VM display is blank when open (but Gnome Boxes thumbnails ok)
Hi, I also posted this question on the IRC #virt channel but have not received any reaction at the moment of posting this message to the mailing list. Since I last turned off my laptop (Dell XPS-15-9570 running Ubuntu 19.04) on Friday 10 May (I had to do it by long power press by the way), I am no longer able to get the display of my VMs: I am getting a black screen, even though I can see it
2016 Jul 21
1
extracting SILK only FIXED POINT code
I need to extract SILK only FIXED POINT code. I have a couple of questions in this regard. 1. Is it enough to enable compile time flag (FIXED_POINT) in the config.h, include silk_fixed library and exclude silk_float in the opus_demo project. I am working in the MSVC framework. Anyone has tried this before? 2. It seems there is no compile time flag to enable SILK only code, the core