search for: fitzgerald

Displaying 20 results from an estimated 241 matches for "fitzgerald".

2014 Mar 05
2
[LLVMdev] github's llvm mirror down
...hem when they go down. :) -Greg On Tue, Mar 4, 2014 at 5:35 PM, Steven Noonan <steven at uplinklabs.net> wrote: > Someone should enable the smart HTTP protocol: > > https://www.kernel.org/pub/software/scm/git/docs/git-http-backend.html > > On Tue, Mar 4, 2014 at 4:16 PM, Greg Fitzgerald <garious at gmail.com> wrote: >>> LLVM has its own mirror at http://llvm.org/git/llvm.git, if that suits your needs. >> >> The llvm.org mirror seems to be quite a bit slower (~3.5x). I think >> it's because github lets me use the git protocol whereas llvm.org &...
2015 Jan 20
4
[LLVMdev] How to contact LLVM admins?
You can email the list, what url says that? -Chris > On Jan 20, 2015, at 9:31 AM, Greg Fitzgerald <garious at gmail.com> wrote: > > Ping > >> On Mon, Jan 19, 2015 at 9:52 AM, Greg Fitzgerald <garious at gmail.com> wrote: >> I am not a member of the llvm-admin email list and on the description >> of that page it says, "DO NOT MAIL THIS LIST!" S...
2014 Mar 05
3
[LLVMdev] github's llvm mirror down
...m.git", I'm asked for a password for user 'git'. -Greg On Tue, Mar 4, 2014 at 3:54 PM, Reid Kleckner <rnk at google.com> wrote: > LLVM has its own mirror at http://llvm.org/git/llvm.git, if that suits your > needs. > > > On Tue, Mar 4, 2014 at 3:40 PM, Greg Fitzgerald <garious at gmail.com> wrote: >> >> It's been 4 days since Github's llvm mirror has been updated. Anybody >> know who maintains this? >> >> https://github.com/llvm-mirror >> >> Thanks, >> Greg >> __________________________________...
2013 May 31
2
[LLVMdev] compiler-rt tests in cmake?
...riptorSize = FIRST_32_SECOND_64(1216, 2304); with const uptr kThreadDescriptorSize = FIRST_32_SECOND_64(1168, 2304); The tests should pass after that. I need to figure out which ifdefs to put this under, so I might not be able to land the fix until Monday. On Fri, May 31, 2013 at 8:48 PM, Greg Fitzgerald <garious at gmail.com> wrote: > > What version of glibc are you building with on x86? > > 2.11.1 for 64-bit x86 linux > > $ ldd --version > ldd (Ubuntu EGLIBC 2.11.1-0ubuntu7.8) 2.11.1 > > On Fri, May 31, 2013 at 8:24 AM, Sergey Matveev <earthdok at google.com&g...
2009 May 25
3
Interpolating variables within (RODBC library) SQL statements for MySQL
...I can't use any $xpos oder $ypos (like in Perl) within R, I'm stuck. I've tried some "xpos" and some 'ypos', some $xpos and some "$xpos" but those would not work either. So how can I set and retrieve variables in an SQL String in R? Kind regards, John Fitzgerald
2013 May 31
3
[LLVMdev] compiler-rt tests in cmake?
Those changes shouldn't affect ARM at all, since everything is under #if defined(__i386__) || defined(__x86_64__). What version of glibc are you building with on x86? On Fri, May 31, 2013 at 7:16 PM, Greg Fitzgerald <garious at gmail.com> wrote: > The failures happen on x86 Linux, Ubuntu Lucid. On ARM Android, my > example code segfaults, whereas before it worked. I wasn't planning to > debug that though since there are unit test failures on x86 Linux. > > Greg > > On May 31,...
2014 May 29
2
[LLVMdev] setrlimit vs ulimt
...nary > %run %ulimit -s 8192 %t? I like that idea. How do you feel about this short-term solution: %run sh -c "ulimit -s 8192 && %t" -Greg On Thu, May 29, 2014 at 12:05 PM, Evgeniy Stepanov <eugenis at google.com> wrote: > On Thu, May 29, 2014 at 10:44 PM, Greg Fitzgerald <garious at gmail.com> wrote: >>> execv(argv[0]) is a canonical way to restart the >>> process, it's sad that the emulator interferes with that. >> >> We have the option to emulate the instruction set or emulate the OS. >> The former is lighter weight a...
2013 May 31
0
[LLVMdev] compiler-rt tests in cmake?
...> > with > > const uptr kThreadDescriptorSize = FIRST_32_SECOND_64(1168, 2304); > > The tests should pass after that. I need to figure out which ifdefs to put > this under, so I might not be able to land the fix until Monday. > > > On Fri, May 31, 2013 at 8:48 PM, Greg Fitzgerald <garious at gmail.com> wrote: >> >> > What version of glibc are you building with on x86? >> >> 2.11.1 for 64-bit x86 linux >> >> $ ldd --version >> ldd (Ubuntu EGLIBC 2.11.1-0ubuntu7.8) 2.11.1 >> >> On Fri, May 31, 2013 at 8:24 AM, Ser...
2013 May 29
4
[LLVMdev] compiler-rt tests in cmake?
...olize.py to find my binaries and arm-linux-androideabi-addr2line? Thanks, Greg P.S. Thanks for the colorful output. You make address sanitizing feel like Christmas. On Wed, May 29, 2013 at 7:28 AM, Alexey Samsonov <samsonov at google.com>wrote: > On Wed, May 29, 2013 at 5:40 PM, Greg Fitzgerald <garious at gmail.com>wrote: > >> For me, UBsan fails with clang 3.2 and passes with clang 3.3. >> > > Cool, can you use clang 3.3 then? :) I think that the reason selected > UBSan tests fail under clang 3.2 is a bug in Clang, which was fixed > (Richard may correct...
2013 May 31
0
[LLVMdev] compiler-rt tests in cmake?
...M, Sergey Matveev <earthdok at google.com> wrote: > Those changes shouldn't affect ARM at all, since everything is under #if > defined(__i386__) || defined(__x86_64__). > > What version of glibc are you building with on x86? > > > On Fri, May 31, 2013 at 7:16 PM, Greg Fitzgerald <garious at gmail.com> wrote: >> >> The failures happen on x86 Linux, Ubuntu Lucid. On ARM Android, my >> example code segfaults, whereas before it worked. I wasn't planning to >> debug that though since there are unit test failures on x86 Linux. >> >&gt...
2013 Nov 19
3
[LLVMdev] switching ARM modes and integrated-as
...sue is only present when directly generating the object file. You can see that the first ARM instruction, push {r7}, is encoded as 7004e52d and not e52d7004. Thanks, Greg On Mon, Nov 18, 2013 at 6:33 PM, Jim Grosbach <grosbach at apple.com> wrote: > > On Nov 18, 2013, at 6:18 PM, Greg Fitzgerald <garious at gmail.com> wrote: > >> Does the integrated assembler in the ARM backend support switching >> between ARM and Thumb modes in the same file? > > Yes. > >> I'm having trouble with >> the following assembly: >> >> .thumb_func >&...
2012 Nov 19
3
[LLVMdev] Poll Results: Do you prefer Git or SVN for LLVM development?
...te forks with a vested interested in switching to a DVCS. What I find most interesting is that Git support is so high despite the GettingStarted page encouraging the use of SVN and referring to Git as just a mirror. -Greg On Mon, Nov 19, 2012 at 9:52 AM, <dag at cray.com> wrote: > Greg Fitzgerald <garious at gmail.com> writes: > >> I'm curious to know if the LLVM community is deeply split when it >> comes to version control. If you have a second, could you please >> vote? >> >> http://poll.pollcode.com/i597kq > > Thanks Greg. > > The l...
2012 Oct 17
2
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
On 17 October 2012 22:23, Greg Fitzgerald <garious at gmail.com> wrote: > I had to move MCELF.h to "include/llvm/MC" and added a > MCELFStreamer.h to the same directory. That okay to do? This is not a trivial question, and I'll let others chip in. Superficially, you'd think so and it might make sense in the...
2013 May 28
4
[LLVMdev] compiler-rt tests in cmake?
...without __int128 support". Thanks, Greg On Mon, May 27, 2013 at 12:36 AM, Alexey Samsonov <samsonov at google.com>wrote: > > On Sun, May 26, 2013 at 12:17 AM, Evgeniy Stepanov < > eugeni.stepanov at gmail.com> wrote: > >> On Sat, May 25, 2013 at 4:12 AM, Greg Fitzgerald <garious at gmail.com> >> wrote: >> > When I build compiler-rt with clang 3.2, all lsan tests pass. The only >> > failing tests I see are in ubsan: >> > >> > Failing Tests (6): >> > UndefinedBehaviorSanitizer :: Float/cast-overflow.cpp &...
2005 Oct 25
6
ipf stopped working on 5.3
I've had ipf working on a few 5.3 servers for quite awhile. Not too long ago some developers had to do some coding work and were coming from dynamic IP's. I (reluctantly) opened up SSH to the world. Immediately I started seeing the attacks where bots of some sort would try to break in with a variety of different users. So, I (thought) I closed it up again and told the developers to use a
2015 Jan 08
7
[LLVMdev] LLD Standalone CMake build
I'm hoping to revive the LLD standalone CMake build. I'm new to this build but it looks like it borrowed code from an old version of compiler-rt, which I did some work on last year. Like compiler-rt, I'd like to get the LLD build up running with only CMAKE_PREFIX_PATH instead of defining custom variables like LLD_PATH_TO_LLVM_BUILD and LLD_PATH_TO_LLVM_SOURCE. Any objection to that?
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
On Thu, May 30, 2013 at 3:40 AM, Greg Fitzgerald <garious at gmail.com> wrote: > > Cool, can you use clang 3.3 then? :) > > I can, but digging deeper I see that the compiler-rt sanitizer tests > depend on just-built-clang for its object instrumentation. The next time > the instrumentation changes, I'd expect those te...
2013 May 29
2
[LLVMdev] compiler-rt tests in cmake?
...tem always builds compiler-rt with just-built Clang. > There are other benefits, like keeping sanitizers code "-Werror"-clean under the fresh Clang, ability to catch regressions in compiler etc. Why would you need a fixed version? > > > On Tue, May 28, 2013 at 10:26 PM, Greg Fitzgerald <garious at gmail.com> wrote: >> Okay, dropping gcc 4.4.3 makes sense. How do you feel about using clang 3.2 (and the upcoming 3.3) instead of tip-of-the-trunk clang? It looks like everything works great, but that you just need to make those UB tests 'unsupported' since they f...
2013 Dec 17
4
[LLVMdev] compiler-rt for ARM-Linux with CMake?
...hat'll only build the X86 versions of the compiler-rt libraries. > Would be great if you could write one, though. ;) if only I knew what content to add :) -Greg On Tue, Dec 17, 2013 at 2:22 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 17 December 2013 22:09, Greg Fitzgerald <garious at gmail.com> wrote: >> >> http://llvm.org/docs/HowToCrossCompileLLVM.html >> >> Are there compiler-rt-specific instructions somewhere? > > > Not that I know of, and I always build compiler-rt natively, together with > Clang and LLVM. :( > >...
2014 May 29
2
[LLVMdev] setrlimit vs ulimt
...cess, it's sad > that the emulator interferes with that. > > ulimit does not work for me because it needs to run on the device, in > the same shell as the test binary. > Propagating ulimit setting in %run wrapper sounds wrong. > > > On Wed, May 28, 2014 at 11:43 PM, Greg Fitzgerald <garious at gmail.com> wrote: >> Hi Evgeniy, >> >> This fix causes me trouble in the emulator because of the execv(argv[0]): >> >> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140217/205359.html >> >> Instead using setrlimit from with...