summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/MachODebugMapParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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