search for: filescope

Displaying 3 results from an estimated 3 matches for "filescope".

Did you mean: difilescope
2010 Nov 16
1
[LLVMdev] Build Attributes Proposal
...to cross thumb boundaries - (given that16bit thumb has limits on register usage etc..) but I suppose its possible. For now, I agree with Renato that using the Module-Level Inline Assembly is probably not the right way to go - for example, some of the messyness of .cpu asm statement mapping to many FileScope attributes is the primary cause of the (likely) not-clean looking code that needs to go into the current .ARM.attributes emitter for ELF. What I would like to find out is the current set of supported ASM attributes by the current AEABI compiler. Once *that* info is available, we can go about sensi...
2010 Nov 13
0
[LLVMdev] Build Attributes Proposal
On 13 November 2010 21:15, Duncan Sands <baldrick at free.fr> wrote: > Since I don't know anything about these attributes, talk of indexes and > so forth goes straight over my head. Hi Duncan, I assumed you knew what build attributes were in the first place, my mistake. For a full explanation of what they are, see ARM ABI Addenda, section 2.1 (PDF). (Google's first hit for
2010 Nov 13
2
[LLVMdev] Build Attributes Proposal
Hi Renato, > On 13 November 2010 15:12, Duncan Sands<baldrick at free.fr> wrote: >> I agree that it's limited. As for MC, it will need to handle these strings >> anyway since this is an existing LLVM feature (coming from gcc originally) >> that needs to be supported. > > Do you mean that LLVM-GCC generates build attributes as asm strings in IR? no, I mean