search for: glider

Displaying 20 results from an estimated 175 matches for "glider".

Did you mean: slider
2013 Nov 20
2
[LLVMdev] Can't compile compiler-rt, asan error
I'm running Mavericks. I'll attach the make log once it's done. ________________________________ > Date: Wed, 20 Nov 2013 08:40:12 +0400 > Subject: RE: [LLVMdev] Can't compile compiler-rt, asan error > From: glider at google.com > To: yuchenericwu at hotmail.com > CC: llvmdev at cs.uiuc.edu > > > Also, which version of OSX you're running? > > On Nov 20, 2013 8:32 AM, "Alexander Potapenko" > <glider at google.com<mailto:glider at google.com>> wrote: &g...
2013 Nov 20
2
[LLVMdev] Can't compile compiler-rt, asan error
...; /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk > > ________________________________ > > Date: Wed, 20 Nov 2013 08:03:21 +0400 > > Subject: Re: [LLVMdev] Can't compile compiler-rt, asan error > > From: glider at google.com > > To: yuchenericwu at hotmail.com > > CC: llvmdev at cs.uiuc.edu > > > > > > "If the answer is no", of course. > > > > On Nov 20, 2013 8:02 AM, "Alexander Potapenko" > > <glider at google.com<mailto:glider at...
2013 Nov 20
0
[LLVMdev] Can't compile compiler-rt, asan error
Also, which version of OSX you're running? On Nov 20, 2013 8:32 AM, "Alexander Potapenko" <glider at google.com> wrote: > Can you please reconfigure and attach the full log of 'make VERBOSE=1' ? > On Nov 20, 2013 8:25 AM, "Yuchen Wu" <yuchenericwu at hotmail.com> wrote: > >> It looks like it: >> >> [/Volumes/Files/yuchen_wu/dev/llvm/build]$...
2013 Nov 20
0
[LLVMdev] Can't compile compiler-rt, asan error
...henericwu at hotmail.com> wrote: > I'm running Mavericks. I'll attach the make log once it's done. > > ________________________________ >> Date: Wed, 20 Nov 2013 08:40:12 +0400 >> Subject: RE: [LLVMdev] Can't compile compiler-rt, asan error >> From: glider at google.com >> To: yuchenericwu at hotmail.com >> CC: llvmdev at cs.uiuc.edu >> >> >> Also, which version of OSX you're running? >> >> On Nov 20, 2013 8:32 AM, "Alexander Potapenko" >> <glider at google.com<mailto:glider...
2013 Nov 20
1
[LLVMdev] Can't compile compiler-rt, asan error
...wrote: > >> I'm running Mavericks. I'll attach the make log once it's done. >> >> ________________________________ >>> Date: Wed, 20 Nov 2013 08:40:12 +0400 >>> Subject: RE: [LLVMdev] Can't compile compiler-rt, asan error >>> From: glider at google.com >>> To: yuchenericwu at hotmail.com >>> CC: llvmdev at cs.uiuc.edu >>> >>> >>> Also, which version of OSX you're running? >>> >>> On Nov 20, 2013 8:32 AM, "Alexander Potapenko" >>> <glider...
2013 Nov 19
1
[LLVMdev] Broken build: r194813
Hi, can you please check the problem is fixed by r195125? On Tue, Nov 19, 2013 at 2:35 PM, Alexander Potapenko <glider at google.com> wrote: > Hi Cameron, > > I'm planning to address this issue today. > > HTH, > Alex > > On Mon, Nov 18, 2013 at 9:45 PM, Cameron McInally > <cameron.mcinally at nyu.edu> wrote: >> Hey guys, >> >> My local build is broken after:...
2013 Nov 20
2
[LLVMdev] Can't compile compiler-rt, asan error
"If the answer is no", of course. On Nov 20, 2013 8:02 AM, "Alexander Potapenko" <glider at google.com> wrote: > Do you have the iossim sdk installed on your machine (check by 'xcrun > --show-sdk-path --sdk iphonesimulator')? > If the answer is yes and you're testing on ToT, that's a bug. I'll take a > look. > On Nov 20, 2013 5:05 AM, "Yuchen...
2013 Nov 20
0
[LLVMdev] Can't compile compiler-rt, asan error
...h --sdk iphonesimulator /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk ________________________________ > Date: Wed, 20 Nov 2013 08:03:21 +0400 > Subject: Re: [LLVMdev] Can't compile compiler-rt, asan error > From: glider at google.com > To: yuchenericwu at hotmail.com > CC: llvmdev at cs.uiuc.edu > > > "If the answer is no", of course. > > On Nov 20, 2013 8:02 AM, "Alexander Potapenko" > <glider at google.com<mailto:glider at google.com>> wrote: >...
2013 Nov 18
2
[LLVMdev] Broken build: r194813
Hey guys, My local build is broken after: >r194813 | glider | 2013-11-15 08:13:01 -0500 (Fri, 15 Nov 2013) | 2 lines > >[ASan] Add the configure+make rules for building the ASan runtime for iOS > simulator. Tim Northover was kind enough to track this down to a dependency on the “iphonesimulator” SDK. How should this issue be resolved? I'm curr...
2019 Aug 01
2
Dead store elimination in the backend for -ftrivial-auto-var-init
On Thu, Aug 1, 2019 at 6:38 PM JF Bastien <jfbastien at apple.com> wrote: > > > > > On Aug 1, 2019, at 9:20 AM, Alexander Potapenko <glider at google.com> wrote: > > > > On Thu, Aug 1, 2019 at 6:09 PM JF Bastien <jfbastien at apple.com> wrote: > >> > >> Hi Alexander, > >> > >> The code doesn’t compile. Could you send a godbolt.org link that shows the issue? > > Sorry about...
2019 Aug 07
2
Dead store elimination in the backend for -ftrivial-auto-var-init
...t; wrote: > On a first look case like this should nor be a problem. The tail of the > memset here is unused because it's replaced immediately without reads . So > it can be trimmed. I will try the patch and let you know. > > On Thu, Aug 1, 2019 at 9:51 AM Alexander Potapenko <glider at google.com> > wrote: > >> On Thu, Aug 1, 2019 at 6:38 PM JF Bastien <jfbastien at apple.com> wrote: >> > >> > >> > >> > > On Aug 1, 2019, at 9:20 AM, Alexander Potapenko <glider at google.com> >> wrote: >> > > &g...
2013 May 16
1
3d interactive video using the rgl package
Hi all, I've been using the 'rgl' package to visualise in 3d the water temperature recorded by a glider deployed off the coast of Australia (see snapshot attached). Using the writeWebGL function, I'm able to produce an html file of the scene with which I can then interact (e.g. zoom in/out, rotate) in my web browser. In R, I have created another scene that includes a loop plotting the movements...
2013 Mar 21
2
[LLVMdev] (Not) instrumenting global string literals that end up in .cstrings on Mac
(forgot to CC llvmdev) On Thu, Mar 21, 2013 at 5:54 PM, Alexander Potapenko <glider at google.com> wrote: > Hey Anna, Nick, Ted, > > We've the following problem with string literals under ASan on Mac. > Some global string constants end up being put into the .cstring > section, for which the following rules apply: > - the strings can't contain zeroes i...
2015 Jul 08
2
[LLVMdev] DataFlowSanitizer only for Linux
...http://lists.cs.uiuc.edu/pipermail/cfe-dev/2015-June/043301.html As far as I understand DFSan functionality isn't required for libFuzzer to work, so it should be safe to disable DFSan support on Mac. On Wed, Jul 8, 2015 at 7:45 AM, Kostya Serebryany <kcc at google.com> wrote: > +pcc , glider > > On Mon, Jul 6, 2015 at 12:59 PM, Juan Ceasar <juan.d.ceasar at gmail.com> > wrote: >> >> Afternoon, >> >> I had an issue with trying to link a program with the DataFlowSanitizer >> functionality, this is from the libFuzzer project, and I was seeing:...
2013 Nov 19
0
[LLVMdev] Broken build: r194813
Hi Cameron, I'm planning to address this issue today. HTH, Alex On Mon, Nov 18, 2013 at 9:45 PM, Cameron McInally <cameron.mcinally at nyu.edu> wrote: > Hey guys, > > My local build is broken after: > >>r194813 | glider | 2013-11-15 08:13:01 -0500 (Fri, 15 Nov 2013) | 2 lines >> >>[ASan] Add the configure+make rules for building the ASan runtime for iOS >> simulator. > > Tim Northover was kind enough to track this down to a dependency on > the “iphonesimulator” SDK. How should this issue...
2015 Jul 10
2
[LLVMdev] DataFlowSanitizer only for Linux
...tch, just trying to get something working on OS X. On Wed, Jul 8, 2015 at 11:42 AM, Juan Ceasar <juan.d.ceasar at gmail.com> wrote: > Thanks! I'll give it a shot and see what I can do to give some patches > back. > > On Wed, Jul 8, 2015 at 9:42 AM, Alexander Potapenko <glider at google.com> > wrote: > >> FWIW see also >> http://lists.cs.uiuc.edu/pipermail/cfe-dev/2015-June/043301.html >> As far as I understand DFSan functionality isn't required for >> libFuzzer to work, so it should be safe to disable DFSan support on >> Mac. &...
2013 Mar 21
0
[LLVMdev] (Not) instrumenting global string literals that end up in .cstrings on Mac
...re the string literal they point to. And in that check is an assertion that the string is in a __cstring or __ustring (utf16) section. So, putting the backing string for a CF/NSString into another section will cause a linker assertion. -Nick On Mar 21, 2013, at 7:05 AM, Alexander Potapenko <glider at google.com> wrote: > (forgot to CC llvmdev) > > On Thu, Mar 21, 2013 at 5:54 PM, Alexander Potapenko <glider at google.com> wrote: >> Hey Anna, Nick, Ted, >> >> We've the following problem with string literals under ASan on Mac. >> Some global stri...
2019 Jul 03
2
buildbot failure in LLVM on sanitizer-x86_64-linux-gn
...ble at: > http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-gn/builds/1820 > > Buildbot URL: http://lab.llvm.org:8011/ > > Buildslave for this Build: sanitizer-buildbot1 > > Build Reason: scheduler > Build Source Stamp: [branch trunk] 365011 > Blamelist: evgeny777,glider,lebedevri > > BUILD FAILED: failed annotate failed ninja failed ninja check-clangd > > sincerely, > -The Buildbot > > >
2020 Jan 08
2
[RFT 00/13] iomap: Constify ioreadX() iomem argument
...missing from all but the implementations in > include/asm-generic/io.h. As my "volatile" comment applies to iowrite*(), too, probably that should be done in a separate patch. Hence with patches 1-5 squashed, and for patches 11-13: Reviewed-by: Geert Uytterhoeven <geert+renesas at glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" o...
2019 Aug 01
2
Dead store elimination in the backend for -ftrivial-auto-var-init
...alizing |acpar|. If I'm understanding correctly, the store to 8(%rsp) at line 7 can be removed because of the store at line 35. Same for store to 24(%rsp), which is later overwritten at lines 11 and 16. > Thanks, > > JF > > > On Aug 1, 2019, at 7:21 AM, Alexander Potapenko <glider at google.com> wrote: > > > > Hi folks, > > > > When compiling the attached example with -ftrivial-auto-var-init=zero: > > > > $ clang -no-integrated-as -mno-sse -m64 -mstack-alignment=8 -O2 > > -ftrivial-auto-var-init=zero > > -enable-trivia...