summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-2/+2
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-2/+2
* Change some llvm::{lower,upper}_bound to llvm::bsearch. NFCFangrui Song2019-04-171-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix unused variable warning. NFCI.Simon Pilgrim2018-09-131-1/+1
* dwarfdump: Improve performance on large DWP filesDavid Blaikie2018-09-121-8/+21
* dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWPDavid Blaikie2017-09-191-2/+5
* DebugInfo: Use DWP cu_index to speed up symbolizing (as intended)David Blaikie2017-07-301-1/+15
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-03-011-5/+9
* dwarfdump: Correctly indentify the indicies for DWP recordsDavid Blaikie2015-12-031-1/+1
* [llvm-dwp] Don't rely on implicit move assignment operator (MSVC won't synthe...David Blaikie2015-12-021-2/+7
* [llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie2015-12-021-1/+11
* dwarfdump: Use the index to find the right abbrev offset in DWP filesDavid Blaikie2015-11-171-15/+45
* dwarfdump: Add support for dumping the table contents of DWP indexesDavid Blaikie2015-11-131-5/+59
* Mostly revert 252842 due to failures on some buildbots.David Blaikie2015-11-121-59/+5
* dwarfdump: Add some error handling for DWP index sections of the wrong sizeDavid Blaikie2015-11-121-0/+7
* dwarfdump: Dump the contents of DWP indexesDavid Blaikie2015-11-121-5/+82
* Format my previous commitDavid Blaikie2015-11-111-5/+3
* dwarfdump: First piece of support for DWP dumpingDavid Blaikie2015-11-111-0/+41
OpenPOWER on IntegriCloud