search for: x86coffwrit

Displaying 5 results from an estimated 5 matches for "x86coffwrit".

Did you mean: x86coffwriter
2005 Jul 01
3
[LLVMdev] X86AsmPrinter + MASM and NASM backends
...ten the X86MASMPrinter and will test it tommorow. It had to override behaviour right back to the AsmPrinter class as it had to override the basic 'gas' behaviour of the AsmPrinter class. I am not really sure whether to do a X86NASMPrinter or whether to bypass that for now and work on an X86COFFWriter which would be more useful to me ? Also looking at your ELF code I do not know how to fit it in exactly with the command line switches etc. Thanks, Aaron
2005 Jul 11
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
...d will test it tommorow. It had to > override behaviour right back to the AsmPrinter class as it had to override > the basic 'gas' behaviour of the AsmPrinter class. Ok. > I am not really sure whether to do a X86NASMPrinter or whether to bypass that > for now and work on an X86COFFWriter which would be more useful to me ? I wouldn't suggest writing an X86NASMPrinter: just change the current Intel printer to do what you want. Noone is currently using the intel printer, so you can do what you wish to it. > Also looking at your ELF code I do not know how to fit it in exa...
2005 Jul 01
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
On Fri, 1 Jul 2005, Aaron Gray wrote: > Okay, I have done as you have requested. Patch committed here: I made a couple of changes to the code you submitted. The most important is that I converted this (in the .h files): using namespace llvm; namespace x86 { ... into: namespace llvm { namespace x86 { ... The former defines the "..." stuff in the x86 namespace, the later defines
2005 Jul 11
3
[LLVMdev] X86AsmPrinter + MASM and NASM backends
>> I am not really sure whether to do a X86NASMPrinter or whether to bypass >> that for now and work on an X86COFFWriter which would be more useful to >> me ? > > I wouldn't suggest writing an X86NASMPrinter: just change the current > Intel printer to do what you want. Noone is currently using the intel > printer, so you can do what you wish to it. Once I have finished rewriting the MASM...
2005 Jul 01
4
[LLVMdev] X86AsmPrinter + MASM and NASM backends
Chris, Okay, I have done as you have requested. The only thing I did not like was a clsh between the enum X86 and the new namespace X86, which I had to rename as x86 :( Anyway, I suppose the lower case 'x' in 'x86' fits in with the lowercase 'llvm' namespace. Build tested on MS VC2003 and Linux. Aaron -------------- next part -------------- A non-text attachment was