Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-20 | DataExtractor: Fix integer truncation issues in LEB128 extraction. | Benjamin Kramer | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162201 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-02-22 | Remove extra semi-colons. | Chad Rosier | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151169 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2011-09-13 | Add the DataExtractor utility class. | Benjamin Kramer | |
It is an endian-aware helper that can read data from a StringRef. It will come in handy for DWARF parsing. This class is inspired by LLDB's DataExtractor, but is stripped down to the bare minimum needed for DWARF. Comes with unit tests! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139626 91177308-0d34-0410-b5e6-96231b3b80d8 |