Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a couple unused methods. PR11201. | Eli Friedman | 2011-11-01 | 1 | -10/+0 |
| | | | | llvm-svn: 143452 | ||||
* | ObjectFile: Add support for mach-o-style dSYM companion files. | Benjamin Kramer | 2011-09-14 | 1 | -1/+1 |
| | | | | llvm-svn: 139676 | ||||
* | Add support for 64-bit object files to Path. | Eric Christopher | 2011-04-22 | 1 | -4/+10 |
| | | | | llvm-svn: 129975 | ||||
* | Assorted bugfixes in object file handling: | Eric Christopher | 2011-04-03 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | - Adds support for sniffing PE/COFF files on win32 (.exe and .dll) which are COFF files that have an MS-DOS compatibility stub on the front of them. - Fixes a bug in the COFFObjectFile's support for the Microsoft COFF extension for long symbol names, wherein it was attempting to parse the leading '/' in an extended symbol name reference as part of the integer offset. - Fixes bugs in COFFObjectFile and ELFObjectFile wherein section and symbol iterators were being returned with uninitialized bytes; the type DataRefImpl is a union between 2 32-bit words (d.a and d.b) and a single intptr_t word (p). Only p was being initialized, so in 32-bit builds the result would be iterators with random upper 32-bit words in their DataRefImpls. This caused random failures when seeking around in object files. Patch by Graydon Hoare! llvm-svn: 128799 | ||||
* | Support/PathV2: Add identify_magic. | Michael J. Spencer | 2011-01-15 | 1 | -34/+23 |
| | | | | llvm-svn: 123548 | ||||
* | Support/Path: Deprecate PathV1::exists and replace all uses with ↵ | Michael J. Spencer | 2011-01-10 | 1 | -0/+1 |
| | | | | | | PathV2::fs::exists. llvm-svn: 123151 | ||||
* | Support/Path: Deprecate Path::hasMagicNumber and replace all uses with ↵ | Michael J. Spencer | 2010-12-28 | 1 | -1/+5 |
| | | | | | | fs::has_magic. llvm-svn: 122589 | ||||
* | Delete Path::appendSuffix's return value; it wasn't used anywhere, which | Dan Gohman | 2010-12-01 | 1 | -8/+1 |
| | | | | | | is fine since isn't really necessary to check isValid there anyway. llvm-svn: 120538 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+296 |
llvm-svn: 120298 |