search for: xx_h

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

Did you mean: xx_2
2005 Jul 01
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
...idea to make the isScale/isMem methods inline in the header file, even if that means more #includes are needed in the .h file. These are pretty performance sensitive for the printers, so it would be good for them to be inlined. 5. Please add #include guards around the headers (#ifndef XX_H/#define XX_H), like the other llvm headers. Once you've made these high level changes, please send the code out again and I'll check it once more. Again, the high-level refactoring looks great, and I'm glad you seperated the refactoring from the addition of new functionality! &...
2005 Jun 30
4
[LLVMdev] X86AsmPrinter + MASM and NASM backends
I have "refactored" the X86AsmPrinter into a number of files ready for the MASM and NASM backends to be added. There is a new namespace llvm::X86 to replace the anomonous namespace as this does not work accross mutiple .h and .cpp files. Other than that everything is pritty straight forward, t may possibly need tweeking though. It has been built under MS VS2003, but I am not sure how