Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4} | Wolfgang Pieb | 2017-06-21 | 1 | -0/+7 |
* | Make DWARFDebugLine use StringRef for directory/file tables. NFC | Paul Robinson | 2017-05-02 | 1 | -0/+10 |
* | Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value... | Artyom Skrobov | 2014-06-14 | 1 | -1/+1 |
* | Renaming SwapByteOrder() to getSwappedBytes() | Artyom Skrobov | 2014-06-14 | 1 | -1/+1 |
* | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -2/+2 |
* | Make the host endianness check an integer constant expression. | Rafael Espindola | 2013-04-15 | 1 | -1/+1 |
* | DataExtractor: Fix integer truncation issues in LEB128 extraction. | Benjamin Kramer | 2012-08-20 | 1 | -3/+3 |
* | Remove extra semi-colons. | Chad Rosier | 2012-02-22 | 1 | -1/+1 |
* | Add the DataExtractor utility class. | Benjamin Kramer | 2011-09-13 | 1 | -0/+175 |