Displaying 6 results from an estimated 6 matches for "mekala87".
Did you mean:
mekala
2018 Mar 02
0
generating multiple instructions for a single pattern
On 2 Mar 2018, at 11:45, Nagaraju Mekala <nagaraju.mekala87 at gmail.com> wrote:
>
> yes they are dependent if the branch immediate value is > 0xffff then
> the imm instruction should generate other wise only "br" instruction
> is enough.
This sounds as if you have two br instructions, one that takes an immediate and one that t...
2018 Mar 02
2
generating multiple instructions for a single pattern
On Fri, Mar 2, 2018 at 4:59 PM, David Chisnall
<David.Chisnall at cl.cam.ac.uk> wrote:
> On 2 Mar 2018, at 11:09, Nagaraju Mekala via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> I am working on a target which requires to generated two
>> instructions for a single branch instruction.
>> ex:
>> imm 1
>> br r4,0xabcd
>> branch
2020 Apr 20
2
Debug symbols are missing in elf
...ges and continued
to generate disassembly without .debug sections init.
> But yeah, don't really know what's happening there. Might be you need to debug the linker & see what it's reading/being confused by.
>
> On Sat, Apr 18, 2020 at 10:05 AM Nagaraju Mekala <nagaraju.mekala87 at gmail.com> wrote:
>>
>>
>>
>> On Saturday, April 18, 2020, David Blaikie <dblaikie at gmail.com> wrote:
>>>
>>>
>>>
>>> On Sat, Apr 18, 2020 at 3:02 AM Nagaraju Mekala via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>...
2020 Apr 23
2
Debug symbols are missing in elf
On Wed, Apr 22, 2020 at 10:34 PM David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Wed, Apr 22, 2020 at 9:28 AM Nagaraju Mekala via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> On Tue, Apr 21, 2020 at 6:16 PM Robinson, Paul <paul.robinson at sony.com> wrote:
>> >
>> >
>> >
>> > > -----Original Message-----
2020 Apr 18
2
Debug symbols are missing in elf
On Saturday, April 18, 2020, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Sat, Apr 18, 2020 at 3:02 AM Nagaraju Mekala via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hello All,
>>
>> I was trying to add Microblaze target to LLVM backend. I was able to
>> generate object file with relocations. and debug symbols.
>>
2020 Apr 21
2
Debug symbols are missing in elf
...sembly without .debug sections init.
>>
>> > But yeah, don't really know what's happening there. Might be you need to debug the linker & see what it's reading/being confused by.
>> >
>> > On Sat, Apr 18, 2020 at 10:05 AM Nagaraju Mekala <nagaraju.mekala87 at gmail.com> wrote:
>> >>
>> >>
>> >>
>> >> On Saturday, April 18, 2020, David Blaikie <dblaikie at gmail.com> wrote:
>> >>>
>> >>>
>> >>>
>> >>> On Sat, Apr 18, 2020 at 3:02 AM Nag...