Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update declarations for all functions/methods that accept printf-style | Jason Molenda | 2011-09-20 | 1 | -1/+1 | |
| | | | | | | | | stdarg formats to use __attribute__ format so the compiler can flag incorrect uses. Fix all incorrect uses. Most of these are innocuous, a few were resulting in crashes. llvm-svn: 140185 | |||||
* | Quick fixes to the PE COFF file loader. | Greg Clayton | 2011-09-10 | 2 | -44/+160 | |
| | | | | llvm-svn: 139448 | |||||
* | Added first pass at PE COFF file reading support. It parses the sections | Greg Clayton | 2011-09-09 | 2 | -0/+1040 | |
correctly, symbols are coming soon. It also needs to be 32/64 bit hardened with more testing. llvm-svn: 139401 |