Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-06-14 | Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value... | Artyom Skrobov | 1 | -1/+1 |
2014-06-14 | Renaming SwapByteOrder() to getSwappedBytes() | Artyom Skrobov | 1 | -1/+1 |
2014-04-07 | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 1 | -2/+2 |
2013-04-15 | Make the host endianness check an integer constant expression. | Rafael Espindola | 1 | -1/+1 |
2012-08-20 | DataExtractor: Fix integer truncation issues in LEB128 extraction. | Benjamin Kramer | 1 | -3/+3 |
2012-02-22 | Remove extra semi-colons. | Chad Rosier | 1 | -1/+1 |
2011-09-13 | Add the DataExtractor utility class. | Benjamin Kramer | 1 | -0/+175 |