summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/MachODebugMapParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [dsymutil] Move CommonSymbols.clear() in resetParserState.Jonas Devlieghere2019-10-101-1/+1
* Re-land "[dsymutil] Fix handling of common symbols in multiple object files."Jonas Devlieghere2019-10-091-2/+33
* Revert r374139, "[dsymutil] Fix handling of common symbols in multiple object...Jeremy Morse2019-10-091-33/+2
* [dsymutil] Fix handling of common symbols in multiple object files.Jonas Devlieghere2019-10-091-2/+33
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [dsymutil] Upstream unobfuscation logic.Jonas Devlieghere2019-01-071-1/+2
* [dsymutil] Gather global and local symbol addresses in the main executable.Jonas Devlieghere2018-11-301-7/+13
* [dsymutil] Make the CachedBinaryHolder the defaultJonas Devlieghere2018-06-291-29/+42
* [dsymutil] Move abstractions into separate files (NFC)Jonas Devlieghere2018-06-271-1/+1
* [Support] Add convenience functions to WithColor. NFC.Jonas Devlieghere2018-04-141-4/+5
* [dsymutil] Upstream emitting of papertrail warnings.Jonas Devlieghere2018-04-021-9/+20
* [dsymutil] Print architecture in warningJonas Devlieghere2018-03-141-11/+17
* [dsymutil] Unify error handling outside DwarfLinker.Jonas Devlieghere2018-03-131-6/+8
* [dsymutil] Remove \brief from comments. NFCJonas Devlieghere2018-02-221-3/+2
* [dsymutil] Fix typos and formatting. NFC.Jonas Devlieghere2018-02-221-13/+16
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-1/+0
* [dsymutil] Emit valid debug locations when no symbol flags are setFrancis Ricci2017-10-091-1/+3
* Revert "[dsymutil] Emit valid debug locations when no symbol flags are set"Francis Ricci2017-10-061-3/+1
* [dsymutil] Emit valid debug locations when no symbol flags are setFrancis Ricci2017-10-061-1/+3
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-061-1/+9
* Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci2017-10-051-9/+1
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-051-1/+9
* Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci2017-10-051-9/+1
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-051-1/+9
* [dsymutil] Better support for symbol aliasesJonas Devlieghere2017-09-261-0/+24
* [dsymutil] Replace TimeValue with TimePointPavel Labath2016-11-091-8/+7
* SymbolRef::Type is not a bitfield and must be compared directlyDavid Majnemer2016-10-311-1/+1
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-6/+3
* [dsymutil] Fix -arch option for thumb variants.Frederic Riss2016-05-091-1/+5
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-4/+10
* MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover2016-04-221-8/+4
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-4/+10
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-1/+4
* [dsymutil] Fix handling of common symbols.Frederic Riss2016-01-311-8/+9
* [dsymutil] Allow debug map mappings with no object file address. NFCFrederic Riss2016-01-311-1/+1
* [dsymutil] Ignore absolute symbols in the debug mapFrederic Riss2015-12-111-3/+14
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-6/+5
* [dsymutil] Do not construct a StringRef from a std::string temporaryFrederic Riss2015-08-311-2/+1
* [dsymutil] Implement -symtab/-s option.Frederic Riss2015-08-311-0/+175
* [dsymutil] Store an optional BinaryPath in the debug map.Frederic Riss2015-08-261-1/+2
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-2/+7
* [dsymutil] Add support for the -arch option.Frederic Riss2015-08-051-9/+25
* [dsymutil] Implement support for handling mach-o universal binaries as main i...Frederic Riss2015-08-051-19/+29
* [dsymutil] Implement support for universal mach-o object files.Frederic Riss2015-07-241-11/+24
* [dsymutil] Make the triple detection more strict.Frederic Riss2015-07-241-8/+1
* [dsymutil] Check archive members timestamps.Frederic Riss2015-07-221-6/+11
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-14/+5
* Common symbols don't have a value.Rafael Espindola2015-07-071-4/+8
* Replace a few more MachO only uses of getSymbolAddress.Rafael Espindola2015-07-031-6/+5
OpenPOWER on IntegriCloud