summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DataExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add error handling to the DataExtractor classPavel Labath2019-08-271-41/+86
* Remove support for 32-bit offsets in utility classes (5/5)Igor Kudrin2019-08-071-85/+0
* Support 64-bit offsets in utility classes (1/5)Igor Kudrin2019-08-061-23/+107
* DataExtractor: use decodeSLEB128 to implement getSLEB128David Blaikie2019-06-241-21/+10
* NFC: DataExtractor: use decodeULEB128 to implement getULEB128David Blaikie2019-06-241-17/+11
* [Support] Fix error handling in DataExtractor::get[US]LEB128Pavel Labath2019-06-241-14/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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