search for: bedwell

Displaying 20 results from an estimated 100 matches for "bedwell".

2020 Feb 06
4
MLIR changes not sent to any mailing lists?
On 02/06/2020 02:48 PM, Greg Bedwell wrote: > Here's a non-MLIR commit that also wasn't sent to any list: > b3576f60ebc8f660afad8120a72473be47517573 > > > I don't think that this is the same issue as the mlir commits. This particular one is likely due to the issue of non-ascii characters the commi...
2014 Oct 08
2
[LLVMdev] [cfe-dev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
On Wed, Oct 8, 2014 at 12:17 PM, Greg Bedwell <gregbedwell at gmail.com> wrote: > Hi, > > To follow up from Paul last week: > >> I'm expecting to have our internal builds switched over later this >> week. Our investigations have shown no problems. > > We've now updated our internal builds from 2012....
2013 Feb 11
5
split dates array with take_while does not work ?
I wonder why ruby core method ''take_while'' does not work as expected in the below Rails console example: irb(main):003:0> arr = [] => [] irb(main):004:0> arr << Date.today - 15.days => [Sun, 27 Jan 2013] irb(main):005:0> arr << Date.today - 25.days => [Sun, 27 Jan 2013, Thu, 17 Jan 2013] irb(main):006:0> arr << Date.today => [Sun, 27
2013 Jan 07
4
JSON::ParserError in controller
Hi All I''m trying to build an application which requires to scrap information from a webpage. On trying to perform the action, I get an error while trying to convert the html data to JSON. Has anyone experienced this before and if so can you please tell me how to solve this problem ? Please see below for code snippet and error log. Thanks in advance Anush require
2015 Jan 28
2
[LLVMdev] [cfe-dev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
If we have no other major users who require VS 2012 support, I think it's reasonable to officially switch now. We might want to wait for 3.6 to go out the door, just to reduce possible issues with porting fixes, but that may be overly cautious. ~Aaron On Wed, Jan 28, 2015 at 7:16 AM, Greg Bedwell <gregbedwell at gmail.com> wrote: > This thread seems to have stalled again without resolution :). Is there > anything else left blocking this change? We've had our PS4 toolchain builds > switched over to VS2013 since I reported back in October without any issues. > > -Gr...
2014 Sep 28
2
[LLVMdev] [cfe-dev] Proposal to add Bitcode version field to bitcode file wrapper
...ma version, then the verifier (or some other pass, I forget how it's phrased) can check if the version matches the current LLVM's debug info metadata version, and if it doesn't match, it strips out all the debug info metadata. > > Alex > > On Sep 27, 2014, at 3:19 AM, Greg Bedwell <gregbedwell at gmail.com> wrote: > > As I understand it, the bitcode compatibility promise doesn't extend as > far as debug info metadata (happy to be wrong here!). I think we have a > usecase where need to guarantee that debug information from any two > arbitrary bitcode...
2014 Oct 06
3
[LLVMdev] [cfe-dev] Proposal to add Bitcode version field to bitcode file wrapper
...le tests, > there seemed to be no problems with existing tools when the version field > is non-zero. > > > > Douglas Yung > > > > *From:* David Blaikie [mailto:dblaikie at gmail.com] > *Sent:* Sunday, September 28, 2014 1:02 > *To:* Alex Rosenberg > *Cc:* Greg Bedwell; Yung, Douglas; cfe-dev at cs.uiuc.edu; > llvmdev at cs.uiuc.edu > *Subject:* Re: [cfe-dev] [LLVMdev] Proposal to add Bitcode version field > to bitcode file wrapper > > > > > > > > On Sat, Sep 27, 2014 at 11:35 PM, Alex Rosenberg <alexr at leftfield.org> >...
2020 Feb 10
3
MLIR changes not sent to any mailing lists?
On 02/10/2020 01:02 PM, Martin Storsjö wrote: > On Thu, 6 Feb 2020, Tom Stellard via llvm-dev wrote: > >> On 02/06/2020 02:48 PM, Greg Bedwell wrote: >>> Here's a non-MLIR commit that also wasn't sent to any list: >>> b3576f60ebc8f660afad8120a72473be47517573 >>> >>> >>> I don't think that this is the same issue as the mlir commits. This particular one is likely due to the i...
2014 Sep 27
5
[LLVMdev] [cfe-dev] Proposal to add Bitcode version field to bitcode file wrapper
...e expected/correct debug information going into the resulting ELF file; unless we can be sure that this will always work between bitcode files generated by different versions we'd need some way of flagging up an incompatibility and providing useful information on the reason to the user. --Greg Bedwell SN Systems - Sony Computer Entertainment Group On 27 September 2014 02:24, Sean Silva <chisophugis at gmail.com> wrote: > > > On Fri, Sep 26, 2014 at 5:18 PM, Yung, Douglas < > douglas_yung at playstation.sony.com> wrote: > >> Sorry if I was unclear. There are cu...
2013 Jul 25
1
[LLVMdev] Build Clang and LLVM on Win 8
...or that seems related to the fact that the grep command > is missing. > > Is it possible? If grep is needed, how can I found it in Windows? > See here: http://clang.llvm.org/hacking.html#testingWindows grep (and a few other required tools) are in the GnuWin32 tools. Thanks, Greg Bedwell SN Systems - Sony Computer Entertainment Group ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this...
2015 Feb 09
2
[LLVMdev] [cfe-dev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
On Mon, Feb 9, 2015 at 8:36 AM, Greg Bedwell <gregbedwell at gmail.com> wrote: > We've just encountered an issue with ninja and VS2013 when using versions of > CMake prior to 2.8.12.1. This isn't a combination that we typically use so > we've not run into it previously in our own builds. It isn't specifically...
2016 Aug 16
3
RFC: A cross platform way of using shell commands in lit tests
> > Anecdotally, most of the times I've seen people add "REQUIRES: shell" on > a test they really meant "disable on windows". I think/hope that's > usually temporary while they investigate problems, but it might explain > why so many tests say they require shell when they don't. > > In at least one case I can think of
2015 Jul 31
3
[LLVMdev] RFC: Drop support running LLVM on Windows XP
On Fri, Jul 31, 2015 at 9:09 AM, Greg Bedwell <gregbedwell at gmail.com> wrote: > It sounds like there are no objections to jumping to Windows 7 as the > baseline. Is it worth getting a note added to the next LLVM weekly to give > the potential change a bit of a wider viewership before going ahead with it > or are we in a po...
2016 Aug 16
4
RFC: A cross platform way of using shell commands in lit tests
...l functionality because of some quirk of an OS. If you had your own robust rm command, it can retry a few times, allowing the test to run everywhere. On Tue, Aug 16, 2016 at 11:07 AM Reid Kleckner via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Tue, Aug 16, 2016 at 10:09 AM, Greg Bedwell via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Anecdotally, most of the times I've seen people add "REQUIRES: shell" on >>> a test they really meant "disable on windows". I think/hope that's >>> usually temporary while they i...
2012 Aug 30
4
how to change theme in rails 3.2.7
I''m using rails 3.2.7. I have few themes in my public/themes folder. For example in my theme-1 folder there is one index.html + style.css + few images (if required) At the time of registration user will select one theme. Now when the user will login that theme will display. I will use handle bar(http://handlebarsjs.com/) for data insertion. My main problem is that how
2015 Jul 31
0
[LLVMdev] RFC: Drop support running LLVM on Windows XP
...th hosts and targets They are pre windows 7 and only support 32bit x86 targets mingw-w64 has been maintained to support newer api's and now supports x64 and arm. On Fri, Jul 31, 2015 at 2:34 PM, Aaron Ballman <aaron at aaronballman.com> wrote: > On Fri, Jul 31, 2015 at 9:09 AM, Greg Bedwell <gregbedwell at gmail.com> > wrote: > > It sounds like there are no objections to jumping to Windows 7 as the > > baseline. Is it worth getting a note added to the next LLVM weekly to > give > > the potential change a bit of a wider viewership before going ahead with...
2015 Jan 30
0
[LLVMdev] [cfe-dev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
...who require VS 2012 support, I think > it's reasonable to officially switch now. We might want to wait for > 3.6 to go out the door, just to reduce possible issues with porting > fixes, but that may be overly cautious. > > ~Aaron > > On Wed, Jan 28, 2015 at 7:16 AM, Greg Bedwell <gregbedwell at gmail.com> wrote: >> This thread seems to have stalled again without resolution :). Is there >> anything else left blocking this change? We've had our PS4 toolchain builds >> switched over to VS2013 since I reported back in October without any issues. &...
2018 Jun 04
2
[SROA][DebugInfo][GSoC] Testing SROA on amalgamated sqlite source
FWIW, I've raised the LICM issue here: https://bugs.llvm.org/show_bug.cgi?id=37682 On 31 May 2018 at 13:28, Anast Gramm <anastasis.gramm2 at gmail.com> wrote: > Thanks, > These are very helpful. > > As I understand it, SROA and LICM render some variables > "useless" by optimizing the code to not use them. Hence we can't debug > them. > >
2015 Jul 31
2
[LLVMdev] RFC: Drop support running LLVM on Windows XP
...ndows 7 and only support 32bit x86 targets > > mingw-w64 has been maintained to support newer api's and now supports x64 > and arm. > > On Fri, Jul 31, 2015 at 2:34 PM, Aaron Ballman <aaron at aaronballman.com> > wrote: > >> On Fri, Jul 31, 2015 at 9:09 AM, Greg Bedwell <gregbedwell at gmail.com> >> wrote: >> > It sounds like there are no objections to jumping to Windows 7 as the >> > baseline. Is it worth getting a note added to the next LLVM weekly to >> give >> > the potential change a bit of a wider viewership befo...
2015 Jul 14
2
[LLVMdev] RFC: Drop support running LLVM on Windows XP
...at that time. > > I think it's reasonable to switch to Windows 7 at this point. Vista's > mainstream support ended in 2012 and only has extended support until > 2017, so it's sunsetting already. > > ~Aaron > > > > > On Mon, Jul 13, 2015 at 2:28 PM, Greg Bedwell <gregbedwell at gmail.com> > wrote: > >> > >> Hi all, > >> > >> It looks like this conversation stalled. I have a local patch that I'd > >> like to send upstream (automatically generating Windows crash dumps on > >> clang/LLVM cras...