Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-09-03 | unique_ptrify IRObjectFile::createIRObjectFile | David Blaikie | 1 | -2/+1 |
2014-09-03 | Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type. | David Blaikie | 1 | -1/+2 |
2014-08-19 | Don't own the buffer in object::Binary. | Rafael Espindola | 1 | -9/+7 |
2014-07-31 | Use std::unique_ptr to make the ownership explicit. | Rafael Espindola | 1 | -1/+1 |
2014-06-24 | Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. | Rafael Espindola | 1 | -3/+4 |
2014-06-23 | Pass a std::unique_ptr& to the create??? methods is lib/Object. | Rafael Espindola | 1 | -2/+3 |
2014-06-23 | Make ObjectFile and BitcodeReader always own the MemoryBuffer. | Rafael Espindola | 1 | -9/+5 |
2014-02-21 | Add a SymbolicFile interface between Binary and ObjectFile. | Rafael Espindola | 1 | -0/+67 |