aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-vtabledump/llvm-vtabledump.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-03llvm-vtabledump: Handle Itanium VTablesDavid Majnemer1-47/+166
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola1-3/+2
2014-09-26llvm-vtabledump: Further simplificationDavid Majnemer1-43/+15
2014-09-26llvm-vtabledump: Small cleanupDavid Majnemer1-24/+24
2014-09-26llvm-vtabledump: strip trailing NUL bytesDavid Majnemer1-1/+3
2014-09-26llvm-vtabledump: Dump RTTI structures for the MS ABIDavid Majnemer1-15/+186
2014-09-25Object: Add range iterators for Archive childrenDavid Majnemer1-4/+2
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-2/+2
2014-08-01Remove some calls to std::move.Rafael Espindola1-3/+3
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-2/+2
2014-07-25llvm-vtabledump: use a std::map instead of a StringMap for VBTablesDavid Majnemer1-6/+6
2014-07-24llvm-vtabledump: A vtable dumperDavid Majnemer1-0/+203