summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix comments and formatting.Jonas Devlieghere2019-08-231-33/+34
* DWARF: Make DIERefs always validPavel Labath2019-06-191-12/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath2019-05-161-9/+8
* DWARF/NFC: Centralize DIERef conversionsPavel Labath2019-05-141-12/+6
* Delete dead code.Zachary Turner2019-03-191-43/+0
* [lldb] Fix DW_OP_addrx uses.Ali Tamur2019-03-071-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DWARF: Fix a bug in array size computationPavel Labath2018-12-271-1/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-52/+43
* Replace HashStringUsingDJB with llvm::djbHashPavel Labath2018-02-231-10/+11
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-680/+569
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-1/+2
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-3/+3
* Fixed a crasher when dealing with table entries that have blank names.Sean Callanan2016-01-141-0/+6
* Add basic fission support to SymbolFileDWARFTamas Berghammer2015-09-091-8/+14
* Code cleanup in preparation of adding split dwarf supportTamas Berghammer2015-09-091-0/+741
* Fixed some issues where we might not have one of the new apple acceleratorGreg Clayton2011-10-201-298/+0
* Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton2011-10-041-0/+8
* Found a great optimization after speaking with Sean Callanan which cleansGreg Clayton2011-09-291-58/+40
* Convert over to the latest and greatest on disc acceleratorGreg Clayton2011-09-281-81/+242
* Added alpha .debug_names and .debug_types support in the DWARF parser.Greg Clayton2011-09-021-17/+28
* Added files I forget to checkin with my last checkin.Greg Clayton2011-09-011-0/+136
OpenPOWER on IntegriCloud