[dsymutil] Ignore absolute symbols in the debug map
[oota-llvm.git] / tools / dsymutil / MachODebugMapParser.cpp
2015-12-11 Frederic Riss[dsymutil] Ignore absolute symbols in the debug map
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-08-31 Frederic Riss[dsymutil] Do not construct a StringRef from a std...
2015-08-31 Frederic Riss[dsymutil] Implement -symtab/-s option.
2015-08-26 Frederic Riss[dsymutil] Store an optional BinaryPath in the debug...
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-05 Frederic Riss[dsymutil] Add support for the -arch option.
2015-08-05 Frederic Riss[dsymutil] Implement support for handling mach-o univer...
2015-07-24 Frederic Riss[dsymutil] Implement support for universal mach-o objec...
2015-07-24 Frederic Riss[dsymutil] Make the triple detection more strict.
2015-07-22 Frederic Riss[dsymutil] Check archive members timestamps.
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-07 Rafael EspindolaCommon symbols don't have a value.
2015-07-03 Rafael EspindolaReplace a few more MachO only uses of getSymbolAddress.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-05 Frederic Riss[dsymutil] Apply clang-format. NFC
2015-06-05 Frederic Riss[dsymutil] Out-line the YAML serialization code. NFC
2015-06-05 Frederic Riss[dsymutil] Handle the -oso-prepend-path option when...
2015-06-03 Frederic RissReapply r238941 - [dsymutil] Accept a YAML debug map...
2015-06-03 Frederic RissRevert "[dsymutil] Accept a YAML debug map as input...
2015-06-03 Frederic Riss[dsymutil] Accept a YAML debug map as input instead...
2015-03-15 Frederic Riss[dsymutil] Add function size to the debug map.
2015-02-28 Frederic Riss[dsymutil] clang-format a file
2015-01-19 Frederic Riss[dsymutil] Add the detected target triple to the debug...
2015-01-07 Alexey SamsonovFix uninitialized memory read in llvm-dsymutil for...
2015-01-05 Frederic Riss[dsymutil] Implement the BinaryHolder object and gain...
2014-12-18 Alexey Samsonov[dsymutil] Fix missing member initializer.
2014-12-16 Frederic Riss[dsymutil] Pass the verbosity flag down to the processi...
2014-12-16 Frederic Riss[dsymutil] Avoid calling getStringTableData() for each...
2014-12-12 Frederic RissInitial dsymutil tool commit.
2014-12-09 Frederic RissRevert "Initial dsymutil tool commit."
2014-12-09 Frederic RissInitial dsymutil tool commit.