Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-09-01 | 1 | -29/+29 |
| | | | | llvm-svn: 189728 | ||||
* | Revert "Fix the build broken by r189315." and "Move everything depending on ↵ | Charles Davis | 2013-08-27 | 1 | -29/+29 |
| | | | | | | | | | Object/MachOFormat.h over to Support/MachO.h." This reverts commits r189319 and r189315. r189315 broke some tests on what I believe are big-endian platforms. llvm-svn: 189321 | ||||
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-08-27 | 1 | -29/+29 |
| | | | | llvm-svn: 189315 | ||||
* | MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use ↵ | NAKAMURA Takumi | 2013-06-19 | 1 | -3/+3 |
| | | | | | | std::string instead. llvm-svn: 184291 | ||||
* | Basic support for parsing Mach-O universal binaries in LLVMObject library | Alexey Samsonov | 2013-06-18 | 1 | -0/+139 |
llvm-svn: 184191 |