search for: roelofs

Displaying 20 results from an estimated 355 matches for "roelofs".

2012 Oct 01
12
Can I have Ruby on Rails without json
Hello, On my Chakra linux machine the json gem would not get compiled, I already made a issue for that. But for continuing my project can I have ruby on rails without the json gem ? And if so, how can I do this ? Roelof -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2017 Mar 04
2
[llvm-lit] Is it possible to write a test for Linux only?
It is $target dependent. I’m curious what makes you think it is $host dependent. Thanks, Taewook On 3/3/17, 5:10 PM, "Jonathan Roelofs" <jonathan at codesourcery.com> wrote: On 3/3/17 12:23 PM, Taewook Oh wrote: > Thanks Jon. Actually I tried “x86_64-linux”, but it makes the test “Unsupported” from my linux machine, and it was because my test is under clang, not llvm. It seems that clang doesn’t su...
2014 Jun 17
4
[LLVMdev] triples for baremetal
[+llvmdev, -llvm-dev] (Oopsies, llvmdev doesn't have a hyphen in it like all the others do) On 6/17/14, 10:45 AM, Jonathan Roelofs wrote: > [+llvm-dev, cfe-dev] > > Was "Re: [PATCH] ARM: allow inline atomics on Cortex M" > > On 6/17/14, 10:42 AM, Jonathan Roelofs wrote: >> >> >> On 6/17/14, 9:35 AM, Renato Golin wrote: >>> On 17 June 2014 16:29, Jonathan Roelofs <jonathan...
2014 Jun 19
2
[LLVMdev] [PATCH] triples for baremetal
...not sure if they'd prefer to use 'none' or rather just omit that part of the triple. So on those, I've left them to use Triple::UnknownOS. Cheers, Jon On 6/17/14, 11:11 AM, Eric Christopher wrote: > Agreed. > > -eric > > On Tue, Jun 17, 2014 at 9:54 AM, Jonathan Roelofs > <jonathan at codesourcery.com> wrote: >> [+llvmdev, -llvm-dev] >> >> (Oopsies, llvmdev doesn't have a hyphen in it like all the others do) >> >> >> On 6/17/14, 10:45 AM, Jonathan Roelofs wrote: >>> >>> [+llvm-dev, cfe-dev] >&gt...
2017 Mar 03
2
[llvm-lit] Is it possible to write a test for Linux only?
Thanks Jon. Actually I tried “x86_64-linux”, but it makes the test “Unsupported” from my linux machine, and it was because my test is under clang, not llvm. It seems that clang doesn’t support “x86_64-linux” yet. Thanks again! Best, Taewook On 3/3/17, 10:57 AM, "Jonathan Roelofs" <jonathan at codesourcery.com> wrote: On 3/3/17 11:46 AM, Taewook Oh via llvm-dev wrote: > Hello, > > > > I wonder if I can write a test that runs only on Linux. I was thinking > of adding “REQUIRES” to the test, but couldn’t find...
2015 Jan 15
2
[LLVMdev] Bug in InsertElement constant propagation?
I don't see a way to create a ConstantDataVector from Constant or form APFloat though. Did I oversee that? Is the solution to had a new get function in ConstantDataVector to allow that? Any hint on what would be the right fix otherwise? Thomas -----Original Message----- From: Jonathan Roelofs [mailto:jonathan at codesourcery.com] Sent: Wednesday, January 14, 2015 10:30 AM To: Raoux, Thomas F; LLVM Developers Mailing List Subject: Re: [LLVMdev] Bug in InsertElement constant propagation? On 1/14/15 11:12 AM, Raoux, Thomas F wrote: > Ha here is what I was missing. Thanks Jon. It sti...
2012 Nov 02
6
cannot load such file -- 1.9/http11
Hello, I have installed the mongrel 1.2.0-pre2 gem into my project. But when I do rake db:test:prepare I see this output : cannot load such file -- 1.9/http11 Anyone a idea how to solve this ? Roelof -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mongrel-users/attachments/20121102/2c908445/attachment.html>
2015 Nov 10
3
[RFC] Deprecating autoconf: Let's do it!
...tical user needs, which is solved by the autotools build, but isn't handled by CMake... we need to hear about that *now*. Jon > > -----Original Message----- From: mehdi.amini at apple.com > [mailto:mehdi.amini at apple.com] Sent: Monday, November 09, 2015 6:30 > PM To: Jonathan Roelofs Cc: John Reagan; Chris Bieneman; llvm-dev; > llvm-dev-request at lists.llvm.org Subject: Re: [llvm-dev] [RFC] > Deprecating autoconf: Let's do it! > > >> On Nov 9, 2015, at 3:21 PM, Jonathan Roelofs via llvm-dev >> <llvm-dev at lists.llvm.org> wrote: >> >&...
2015 Apr 09
2
[LLVMdev] BasicBlock.h in the binary and in the source differ
The source is cloned from https://github.com/llvm-mirror/llvm Thanks. Zhoulai On Thu, Apr 9, 2015 at 9:15 AM, Jonathan Roelofs <jonathan at codesourcery.com> wrote: > > > On 4/9/15 9:58 AM, Zhoulai wrote: > >> Hi, I am using LLVM to develop a tool, using Mac OS 10.9. I have >> download llvm source and binary from >> >> http://llvm.org/releases/download.html >> >> I jus...
2012 Sep 14
5
ruby server chrashes
Hello, When I do rails server it chrashed with this ouput : http://pastebin.com/DJ21qC5h Anyone a idea what is the cause of this problem and how to solve this ? Roelof -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2014 Jun 23
4
[LLVMdev] [cfe-dev] [PATCH] triples for baremetal
...e community (Darwin, x86-Linux and FreeBSD). On ARM+Linux, "unknown" is basically the same as "none", aka "bare-metal". But I can't tell you on anything else. So, while I don't mind the change, people might do. cheers, --renato On 19 June 2014 14:52, Jonathan Roelofs <jonathan at codesourcery.com> wrote: > [+llvm-commits, +cfe-commits] (forgot to add them too) > > > > -------- Original Message -------- > Subject: [cfe-dev] [PATCH] triples for baremetal > Date: Thu, 19 Jun 2014 07:43:44 -0600 > From: Jonathan Roelofs <jonathan at...
2015 Jan 20
2
[LLVMdev] Bug in InsertElement constant propagation?
...specified constant in each /// element. The specified constant has to be a of a compatible type (i8/i16/ /// i32/i64/float/double) and must be a ConstantFP or ConstantInt. static Constant *getSplat(unsigned NumElts, Constant *Elt); Cheers, Thomas -----Original Message----- From: Jonathan Roelofs [mailto:jonathan at codesourcery.com] Sent: Thursday, January 15, 2015 6:36 AM To: Raoux, Thomas F; LLVM Developers Mailing List Subject: Re: [LLVMdev] Bug in InsertElement constant propagation? I'm not sure what the right fix is. I don't see a way to get the float out of APFloat without...
2014 Apr 17
2
[LLVMdev] multithreaded performance disaster with -fprofile-instr-generate (contention on profile counters)
On Thu, Apr 17, 2014 at 8:37 PM, Jonathan Roelofs <jonathan at codesourcery.com > wrote: > How about per-thread if the counter is hot enough? > Err. How do you know if the counter is hot w/o first profiling the app? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llv...
2014 Dec 18
2
[LLVMdev] LIT Verbose
On 18 December 2014 at 21:32, Jonathan Roelofs <jonathan at codesourcery.com> wrote: > I think this will help one facet of your problem: > http://reviews.llvm.org/D6584 I don't think so, because the tests don't time out, it's a buffering issue... --renato
2016 Aug 25
2
InstList insert depreciated?
Jon, > You want: > TaintVar->insertAfter(FirstI); This worked! Thank you. On Thu, Aug 25, 2016 at 9:38 AM, Jonathan Roelofs <jonathan at codesourcery.com> wrote: > > > On 8/25/16 7:01 AM, Shehbaz Jaffer via llvm-dev wrote: >> >> I tried an alternative way of adding instruction by first getting the >> first instruction of the basic block, and then calling insertAfter() >> on it as f...
2014 Oct 27
2
[LLVMdev] Libcxx buildbot
I'm not sure that test have ever been run through LIT. It was tested on Android, but I don't have LIT tweaked for libc++abi the same way I do for libc++, so it was built outside of LIT and run manually. On Oct 27, 2014 11:41 AM, "Jonathan Roelofs" <jonathan at codesourcery.com> wrote: > > > On 10/27/14 11:39 AM, Renato Golin wrote: > > Right now, there's only one failure remaining, which I'm investigating. > > > > backtrace_test.cpp:59: int main(): Assertion `nothrow_ntraced > 1' > fa...
2015 Nov 09
2
[RFC] Deprecating autoconf: Let's do it!
> On Nov 9, 2015, at 3:21 PM, Jonathan Roelofs via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On 11/9/15 4:02 PM, John Reagan via llvm-dev wrote: >> Keeping the documentation with large warnings is sufficient. It >> would at least let somebody then grab an older version's makefiles if >> the...
2006 Jun 16
7
How to pass params to long running system call
Hello, Can someone tell me the best way to make a system call (from within my model) that runs for a while and requires params form my model, specifically attributes of my model. So, I need the correct syntax and also general guidelines for launching the process. Thanks so much. Regards, Doug -- Posted via http://www.ruby-forum.com/.
2015 Mar 17
3
[LLVMdev] Target-specific defaults for LLVM tools?
...he default on ARM used to be -no-integrated-as because IAS just wasn't mature enough at the time. The "proper solution" here w.r.t. assemblers is to implement full support for the integrated assembler for the target arch in llvm, and then flip the default for that target. -- Jon Roelofs jonathan at codesourcery.com CodeSourcery / Mentor Embedded
2020 Jan 28
2
svn => git commit access
I'm having trouble pushing commits since the transition from svn => git. I talked to Chris Lattner and got my github user (github.com/jroelofs) added to the group, but that doesn't seem to be enough. Here are some logs from trying a test commit. Can anyone spot what's wrong? https://gist.github.com/jroelofs/ca89232420e3ecb9b466b9ba7047185c Cheers, Jon Roelofs -------------- next part -------------- An HTML attachment was scrub...