search for: 2d55197a

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

2010 Jun 23
0
[LLVMdev] Win32 COFF Support
...nst svn HEAD is also attached. - Michael Spencer -------------- next part -------------- A non-text attachment was scrubbed... Name: ms-coff-patch-0.svn.patch Type: application/octet-stream Size: 22348 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100623/2d55197a/attachment.obj>
2010 Jun 23
3
[LLVMdev] Win32 COFF Support
I just finished the initial split up of WinCOFF.h into llvm/Support/COFF.h and lib/MC/WinCOFFObjectWriter.cpp. This includes almost the minimum changes required to split them up. WinCOFFObjectWriter now needs some refactoring to make things more consistent and less verbose. There also seem to be quite a few memory leaks that need to be resolved.