Displaying 8 results from an estimated 8 matches for "mg11".
Did you mean:
g11
2014 Sep 05
2
[LLVMdev] HELP! Recent failure on llvm buildbot
...he enum and they seem not to be
> handled in ARMMCTargetDesc.cpp. If you don’t know how to add these
> to ParseARMTriple(), I’d suggest you revert your change until someone
> with ARM MC knowledge helps you out.
>
> Fred
>
>> On 05 Sep 2014, at 09:43, Matthew Gardiner <mg11 at csr.com
>> <mailto:mg11 at csr.com>> wrote:
>>
>> I'm working on lldb.
>>
>> I've just submitted a very small change (r217229) to Triple.h/.cpp.
>> Soon after I get a mail
>>
>> subject: buildbot failure in LLVM on lld-x86_64-dar...
2014 Sep 05
4
[LLVMdev] HELP! Recent failure on llvm buildbot
I'm working on lldb.
I've just submitted a very small change (r217229) to Triple.h/.cpp. Soon
after I get a mail
subject: buildbot failure in LLVM on lld-x86_64-darwin13
Details:
http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/2571
Blamelist: mg11
My small change certainly did not cause lldb's build to fail on my
machine. I looked into the build-log:
http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/2571/steps/build_Lld/logs/stdio
It wasn't obvious how my change resulted in failure.
When I tried to replicate the build...
2014 Sep 10
2
[LLVMdev] Machine Code for different architectures
...decided to leave it for another day.
> >
> > I am also unsure how hard byte=8bits is backed into Clang. You might
> > want to ask cfe-dev.
> >
> > I hope that helps.
> >
> > Johnny
> >
> > On Tue, Sep 9, 2014 at 7:41 AM, Matthew Gardiner <mg11 at csr.com> wrote:
> >
> > > Hi,
> > >
> > > We have some DSP architectures (kalimba) which have 24-bits as their
> > > "minimum addressable unit". So this means that the sizeof a char
> > > (and an int and a short for that matter) is...
2014 Sep 09
3
[LLVMdev] Machine Code for different architectures
...riefly looked
> into it at one point, and decided to leave it for another day.
>
> I am also unsure how hard byte=8bits is backed into Clang. You might
> want to ask cfe-dev.
>
> I hope that helps.
>
> Johnny
>
> On Tue, Sep 9, 2014 at 7:41 AM, Matthew Gardiner <mg11 at csr.com> wrote:
>
> > Hi,
> >
> > We have some DSP architectures (kalimba) which have 24-bits as their
> > "minimum addressable unit". So this means that the sizeof a char
> > (and an int and a short for that matter) is 24-bits.
> >
> >...
2014 Sep 09
2
[LLVMdev] Machine Code for different architectures
Hi,
We have some DSP architectures (kalimba) which have 24-bits as their
"minimum addressable unit". So this means that the sizeof a char (and
an int and a short for that matter) is 24-bits.
I quickly read the posted link WritingAnLLVMBackend.html but did not
see an obvious answer to the following question:
Is it possible to write a backend that faithfully represents these
2014 Jul 09
5
[LLVMdev] [PATCH][REQUEST] Could someone submit this CSR Kalimba definitions patch please?
Hello LLVMdev!!
Yesterday I posted a patch request to the llvm-commits list requesting
that someone could apply a patch to Triple.h and Triple.cpp for me. I
didn't get any response so I wondered whether I should have posted to
this list instead.
My story is as follows: we are trying to get lldb/llvm support for CSRs
range of Kalimba DSPs. Eventually we are planning to hire someone to
2014 Sep 05
2
[LLVMdev] HELP! Recent failure on llvm buildbot
> There are no dumb questions. My answer might seem a bit disappointing though
> :-) I just scrolled quickly though the log. The errors appear in red, they
> were easy to spot. Depending on the build system used, you can also search
> for specific patterns (like *** for make) in the log.
Specifically, it's the "stdio" link under the red failing step in this
case.
2014 Jul 10
2
[LLVMdev] [PATCH][REQUEST] Could someone submit this CSR Kalimba definitions patch please?
Eric Christopher wrote:
> On Wed, Jul 9, 2014 at 11:39 AM, Jonathan Roelofs
> <jonathan at codesourcery.com> wrote:
>>
>> On 7/9/14, 12:33 PM, Eric Christopher wrote:
>>> Any reason why you deleted code that isn't related?
>>>
>>> -eric
>>>
>>>> - enum SubArchType {
>>>> - NoSubArch,
>>>> -