search for: elfwriterpass

Displaying 2 results from an estimated 2 matches for "elfwriterpass".

2009 Mar 16
0
[LLVMdev] MachO and ELFWriters/MachineCodeEmittersarehard-codedinto LLVMTargetMachine
...generic 'read more code' suggestions. I really want to learn, and am more than willing to make the effort. One more thing: the naming of the various classes is a little confusing: - ELFWriter - a MachineFunctionPass - ELFCodeEmitter - a MachineCodeEmitter (Those I can deal with, although ELFWriterPass makes me much happier) - X86CodeEmitter - a MachineFunctionPass (This is just confusing! Its an emitter, but not a MachineCodeEmitter. Perhaps X86CodeGenerator is more appropriate? Or even X86CodeGeneratorPass?) Also, am I right in saying that only the X86CodeEmitter is used for JIT, and that a s...
2009 Mar 16
2
[LLVMdev] MachO and ELFWriters/MachineCodeEmittersarehard-codedinto LLVMTargetMachine
> Aaron, I mailed in the same mail twice (by mistake), you answered both > copies. Differently! > > In any case, I've re-read what exists. I'm dumping what I understand > here, so that we can discuss in detail. I'm using MachO as the example > object format, as the ELF code is totally broken and outdated. Lets > use the following as the basis for our discussion?