summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Fix DWARFDebugAranges to support 64-bit CU offsets.Igor Kudrin2020-01-151-2/+2
* DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section namesDavid Blaikie2019-08-071-1/+1
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-5/+5
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-1/+1
* Change some llvm::{lower,upper}_bound to llvm::bsearch. NFCFangrui Song2019-04-171-3/+1
* [DWARF] Simplify DWARFDebugAranges::findAddressFangrui Song2019-04-061-15/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* libDebugInfo: Refactor error handling in range list parsingDavid Blaikie2018-12-221-4/+7
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-1/+1
* [DebugInfo] Use shrink_to_fit to simplify code. NFCI.Benjamin Kramer2017-08-011-2/+2
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-1/+2
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-161-3/+2
* Revert r303159 "[DWARF] - Use DWARFAddressRange struct instead of uint64_t pa...George Rimar2017-05-161-2/+4
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-161-4/+2
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-271-4/+6
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+129
OpenPOWER on IntegriCloud