search for: machoasmparser

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

2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
Hi Daniel, attached is a patch that pushes most of the object file specific parsing out of AsmParser and down into MachOAsmParser. This was done as a cleanup for the ELF work. I know that you're not happy with this approach, particularly the fact that as we add more object file formats and assembler dialects, it's going to cause a class explosion. But I was hoping that we could use this as a foundation for further dis...
2010 Jun 28
0
[LLVMdev] MC: Object file specific parsing
On Tue, Jun 22, 2010 at 12:26:00AM +0100, Matt Fleming wrote: > Hi Daniel, > > attached is a patch that pushes most of the object file specific parsing > out of AsmParser and down into MachOAsmParser. This was done as a > cleanup for the ELF work. I know that you're not happy with this > approach, particularly the fact that as we add more object file formats > and assembler dialects, it's going to cause a class explosion. But I was > hoping that we could use this as a founda...
2010 Jul 01
3
[LLVMdev] MC: Object file specific parsing
..., Jun 28, 2010 at 12:52 AM, Matt Fleming <matt at console-pimps.org> wrote: > On Tue, Jun 22, 2010 at 12:26:00AM +0100, Matt Fleming wrote: >> Hi Daniel, >> >> attached is a patch that pushes most of the object file specific parsing >> out of AsmParser and down into MachOAsmParser. This was done as a >> cleanup for the ELF work. I know that you're not happy with this >> approach, particularly the fact that as we add more object file formats >> and assembler dialects, it's going to cause a class explosion. But I was >> hoping that we could use...