summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...Wolfgang Pieb2019-02-011-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use llvm::copy. NFCFangrui Song2018-11-171-2/+2
* [DWARF] Use PRIx64 instead of 'x' to format 64-bit valuesSimon Atanasyan2018-11-161-2/+2
* llvm-dwarfdump: loclists: Don't expect an (albeit empty) expression for LLE_b...David Blaikie2018-10-251-6/+8
* [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_lengthGeorge Rimar2018-10-251-4/+10
* [llvm-dwarfdump] - Fix win10 build bot failture.George Rimar2018-10-221-3/+6
* [llvm-dwarfdump] - Add the support of parsing .debug_loclists.George Rimar2018-10-221-20/+58
* [DebugInfo] Use absolute addresses in location listsJonas Devlieghere2018-05-211-3/+5
* [DebugInfo] Use WithColor to print errors/warningsJonas Devlieghere2018-04-141-6/+7
* [debug_loc] Fix typo in DWARFExpression constructorPavel Labath2018-04-061-1/+1
* [DebugInfo] Unify dumping of address rangesJonas Devlieghere2018-01-161-2/+4
* [dwarfdump] Add support for -debug-loc=OFFSETJonas Devlieghere2017-09-271-4/+46
* [dwarfdump] Pretty print location expressions and location listsReid Kleckner2017-08-291-78/+137
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-4/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [DWARF] - Refactoring: localize handling of relocations in a single place.George Rimar2017-04-211-11/+4
* [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-03-011-5/+9
* Import/update constants from the DWARF 5 public review draft document.Adrian Prantl2016-10-281-2/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Replace std::copy with a back inserter with vector append where feasibleBenjamin Kramer2015-02-281-2/+1
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+128
OpenPOWER on IntegriCloud