summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/DataExtractorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo][Support] Replace DWARFDataExtractor size functionJames Henderson2020-01-131-0/+9
* Add error handling to the DataExtractor classPavel Labath2019-08-271-0/+143
* Remove support for 32-bit offsets in utility classes (5/5)Igor Kudrin2019-08-071-19/+11
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-1/+1
* Support 64-bit offsets in utility classes (1/5)Igor Kudrin2019-08-061-11/+19
* [Support] Fix error handling in DataExtractor::get[US]LEB128Pavel Labath2019-06-241-0/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+1
* DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer2012-08-201-0/+9
* unittests/Support/DataExtractorTest.cpp: Specify ULL explicitly to a few cons...NAKAMURA Takumi2011-09-131-3/+3
* Add the DataExtractor utility class.Benjamin Kramer2011-09-131-0/+111
OpenPOWER on IntegriCloud