summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/MachODebugMapParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-6/+13
* Simplify getSymbolType.Rafael Espindola2015-06-261-3/+2
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-5/+4
* [dsymutil] Apply clang-format. NFCFrederic Riss2015-06-051-1/+0
* [dsymutil] Out-line the YAML serialization code. NFCFrederic Riss2015-06-051-19/+6
* [dsymutil] Handle the -oso-prepend-path option when the input is a YAML debug...Frederic Riss2015-06-051-3/+3
* Reapply r238941 - [dsymutil] Accept a YAML debug map as input instead of a bi...Frederic Riss2015-06-031-3/+23
* Revert "[dsymutil] Accept a YAML debug map as input instead of a binary."Frederic Riss2015-06-031-23/+3
* [dsymutil] Accept a YAML debug map as input instead of a binary.Frederic Riss2015-06-031-3/+23
* [dsymutil] Add function size to the debug map.Frederic Riss2015-03-151-5/+18
* [dsymutil] clang-format a fileFrederic Riss2015-02-281-3/+2
* [dsymutil] Add the detected target triple to the debug map.Frederic Riss2015-01-191-1/+8
* Fix uninitialized memory read in llvm-dsymutil for the second time.Alexey Samsonov2015-01-071-1/+2
* [dsymutil] Implement the BinaryHolder object and gain archive support.Frederic Riss2015-01-051-34/+17
* [dsymutil] Fix missing member initializer.Alexey Samsonov2014-12-181-1/+2
* [dsymutil] Pass the verbosity flag down to the processing. NFC for now.Frederic Riss2014-12-161-1/+2
* [dsymutil] Avoid calling getStringTableData() for each symbol. NFC.Frederic Riss2014-12-161-2/+3
* Initial dsymutil tool commit.Frederic Riss2014-12-121-0/+247
* Revert "Initial dsymutil tool commit."Frederic Riss2014-12-091-194/+0
* Initial dsymutil tool commit.Frederic Riss2014-12-091-0/+194
OpenPOWER on IntegriCloud