summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DataExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}Wolfgang Pieb2017-06-211-0/+7
* Make DWARFDebugLine use StringRef for directory/file tables. NFCPaul Robinson2017-05-021-0/+10
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-141-1/+1
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-141-1/+1
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-2/+2
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-151-1/+1
* DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer2012-08-201-3/+3
* Remove extra semi-colons.Chad Rosier2012-02-221-1/+1
* Add the DataExtractor utility class.Benjamin Kramer2011-09-131-0/+175
OpenPOWER on IntegriCloud