| Commit message (Expand) | Author | Age | Files | Lines |
* | Path: Recognize Windows compiled resource file. | Rui Ueyama | 2013-10-15 | 1 | -0/+1 |
* | Delete the buffer in createObjectFile if it fails. | Rafael Espindola | 2013-07-24 | 1 | -1/+4 |
* | Basic support for parsing Mach-O universal binaries in LLVMObject library | Alexey Samsonov | 2013-06-18 | 1 | -0/+1 |
* | Fix variable name style. Don't cast to and from int. | Rafael Espindola | 2013-06-11 | 1 | -0/+2 |
* | Convert another use of sys::identifyFileType. | Rafael Espindola | 2013-06-11 | 1 | -25/+26 |
* | Pass a StringRef to sys::identifyFileType. | Rafael Espindola | 2013-06-10 | 1 | -2/+1 |
* | Change how we iterate over relocations on ELF. | Rafael Espindola | 2013-05-30 | 1 | -0/+4 |
* | Add getSymbolAlignment to the ObjectFile interface. | Rafael Espindola | 2013-04-29 | 1 | -0/+6 |
* | Remove unused argument. | Rafael Espindola | 2013-04-07 | 1 | -1/+1 |
* | When encountering an unknown file format, ObjectFile::createObjectFile should | Eli Bendersky | 2013-01-25 | 1 | -1/+3 |
* | Remove unused variables. | Rafael Espindola | 2011-12-25 | 1 | -1/+1 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
* | ObjectFile: Add support for mach-o-style dSYM companion files. | Benjamin Kramer | 2011-09-14 | 1 | -0/+1 |
* | Make Binary the parent of ObjectFile and update children to new interface. | Michael J. Spencer | 2011-06-25 | 1 | -12/+2 |
* | Revert the last two commits in the series. r132911, r132912. | Michael J. Spencer | 2011-06-13 | 1 | -2/+12 |
* | Make Binary the parent of ObjectFile and update children to new interface. | Michael J. Spencer | 2011-06-13 | 1 | -12/+2 |
* | Hook in mach-o object files into Object interface. | Eric Christopher | 2011-04-22 | 1 | -1/+1 |
* | Object: Add ELF support. | Michael J. Spencer | 2011-01-20 | 1 | -1/+1 |
* | Object: Add COFF Support. | Michael J. Spencer | 2011-01-20 | 1 | -1/+1 |
* | MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v... | Michael J. Spencer | 2010-12-16 | 1 | -2/+5 |
* | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer | 2010-12-09 | 1 | -1/+3 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Fix typo: Exectuable -> Executable | Peter Collingbourne | 2010-11-17 | 1 | -1/+1 |
* | Object: Get rid of sys::Path, Triple, and cleanup namespace. | Michael J. Spencer | 2010-11-16 | 1 | -7/+5 |
* | Add LLVMObject Library. | Michael J. Spencer | 2010-11-15 | 1 | -0/+68 |