OSDN Git Service

[llvm-symbolizer] Improve compatibility of --functions with GNU addr2line
[android-x86/external-llvm.git] / tools / dsymutil /
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-08 Jonas Devlieghere[dsymutil] Fix assertion triggered by empty address...
2019-01-07 Jonas Devlieghere[dsymutil] Upstream unobfuscation logic.
2018-12-04 Jonas Devlieghere[dsymutil] Ensure we're comparing time stamps with...
2018-11-30 Jonas Devlieghere[dsymutil] Gather global and local symbol addresses...
2018-11-13 Adrian PrantlMake dsymutil more robust when parsing load commands.
2018-11-08 Adrian Prantl[dsymutil] Copy the LC_BUILD_VERSION load command into...
2018-10-31 Wolfgang Pieb[DWARF] Revert r345546: Refactor range list extraction...
2018-10-29 Wolfgang Pieb[DWARF][NFC] Refactor range list extraction and dumping
2018-10-23 Jonas Devlieghere[dsymutil] Improve error reporting when we cannot creat...
2018-09-30 Fangrui SongUse the container form llvm::sort(C, ...)
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
2018-09-17 Alexander KornienkoRevert "[DWARF] reposting r342048, which was reverted...
2018-09-14 Wolfgang Pieb[DWARF] reposting r342048, which was reverted in r34205...
2018-09-12 Wolfgang PiebReverting r342048, which caused UBSan failures in dsymutil.
2018-09-12 Wolfgang Pieb[DWARF] Refactoring range list dumping to fold DWARF...
2018-09-07 Jonas Devlieghere[dsymutil] Prevent non-determinism due to threading.
2018-09-06 Jonas Devlieghere[dsymutil] Reduce peak memory usage for the single...
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-08-30 Adrian Prantldsymutil: Avoid pruning non-type forward declarations...
2018-08-24 Adrian PrantlReduce the memory footprint of dsymutil. (NFC)
2018-08-23 Victor Leschuk[DWARF] Unify warning callbacks. NFC.
2018-08-07 Pavel Labath[DebugInfo] Reduce debug_str_offsets section size
2018-08-01 Jonas Devlieghere[dsymutil] Convert recursion in lookForDIEsToKeep into...
2018-07-29 Jonas Devlieghere[dsymutil] Simplify temporary file handling.
2018-07-25 Jonas Devlieghere[dsymutil] Add support for generating DWARF5 accelerato...
2018-07-10 Jonas Devlieghere[MC] Add interface to finish pending labels.
2018-07-09 Jonas Devlieghere[dsymutil] Add support for outputting assembly
2018-07-06 Jonas Devlieghere[dsymutil] Emit label at the begin of a CU
2018-06-29 Jonas Devlieghere[dsymutil] Rename conflicting declaration
2018-06-29 Jonas Devlieghere[dsymutil] Make the CachedBinaryHolder the default
2018-06-29 Jonas Devlieghere[dsymutil] Introduce a new CachedBinaryHolder
2018-06-28 Jonas Devlieghere[dsymutil] Use UnitListTy consistently (NFC)
2018-06-27 Jonas Devlieghere[dsymutil] Move abstractions into separate files (NFC)
2018-06-21 Jonas Devlieghere[dsymutil] Force mmap'ing of binaries
2018-06-20 Wolfgang Pieb[DWARF] Improved error reporting for range lists.
2018-06-12 Zachary TurnerRefactor ExecuteAndWait to take StringRefs.
2018-05-31 Jonas Devlieghere[ADT] Make escaping fn conform to coding guidelines
2018-05-30 Jonas Devlieghere[dsymutil] Escape HTML special characters in plist.
2018-05-24 Jonas Devlieghere[Support] Add color cl category.
2018-05-21 Peter CollingbourneMC: Change object writers to use endian::Writer. NFCI.
2018-05-21 Peter CollingbourneMC: Change MCAssembler::writeSectionData and writeFragm...
2018-05-21 James Henderson[DWARF] Refactor callback usage for .debug_line error...
2018-05-18 Peter CollingbourneMC: Change the streamer ctors to take an object writer...
2018-05-10 James Henderson[DWARF] Rework debug line parsing to use llvm::Error...
2018-04-24 Nico WeberRemove LLVM_INSTALL_CCTOOLS_SYMLINKS
2018-04-14 Jonas Devlieghere[Support] Add convenience functions to WithColor. NFC.
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-04-09 Jonas Devlieghere[dsymutil] Remove trailing colon. NFC
2018-04-09 Jonas Devlieghere[dsymutil] Don't try to load Swift ASTs as objects.
2018-04-08 Jonas Devlieghere[dsymutil] Don't crash on empty CU
2018-04-03 Jonas Devlieghere[dsymutil] Apply recursion workaround for threading
2018-04-02 Jonas Devlieghere[dsymutil] Upstream emitting of papertrail warnings.
2018-04-01 Mandeep Singh Grang[tools] Change std::sort to llvm::sort in response...
2018-03-29 Rafael EspindolaStyle update. NFC.
2018-03-21 Adrian Prantltypo
2018-03-18 Jonas Devlieghere[dsymutil] Fix add_llvm_tool_symlink
2018-03-18 Jonas Devlieghere[dsymutil] Rename llvm-dsymutil -> dsymutil
2018-03-14 Jonas Devlieghere[dsymutil] Print architecture in warning
2018-03-13 Jonas Devlieghere[dsymutil] Unify error handling outside DwarfLinker.
2018-03-13 Jonas Devlieghere[dsymutil] Remove old error/warn functions. NFC.
2018-03-13 Jonas Devlieghere[dsymutil] Perform analyzeContextInfo and CloneDIEs...
2018-03-13 Jonas Devlieghere[dsymutil] Unbreak non-Darwin bots.
2018-03-13 Jonas Devlieghere[dsymutil] Introduce LinkContext. NFC.
2018-03-09 Jonas Devlieghere[dsymutil] Unify error handling and add color
2018-03-08 Jonas Devlieghere[dsymutil] Embed toolchain in dSYM bundle
2018-03-01 Jonas Devlieghere[dsymutil] Move string pool into its own implementatino...
2018-02-28 Saleem Abdulrasoolbuild: add the ability to create a symlink for dsymutil
2018-02-27 Jonas Devlieghere[dsymutil] Skip DW_AT_sibling attributes.
2018-02-22 Jonas Devlieghere[dsymutil] Remove \brief from comments. NFC
2018-02-22 Jonas Devlieghere[dsymutil] Fix typos and formatting. NFC.
2018-02-22 Jonas Devlieghere[dsymutil] Replace PATH_MAX in SmallString with fixed...
2018-02-22 Jonas Devlieghere[dsymutil] Be smarter in caching calls to realpath
2018-02-20 Jonas Devlieghere[dsymutil] Correctly handle DW_TAG_label
2018-02-19 Pavel Labath[CodeGen] Refactor AppleAccelTable
2018-02-08 Jonas Devlieghere[dsymutil] Use llvm::sys::path to join bundle path.
2018-02-08 Jonas DevlieghereRe-land [dsymutil] Upstream update feature
2018-02-07 Jonas DevlieghereRevert dsymutil -update commits
2018-02-07 Jonas Devlieghere[dsymutil] Upstream update feature.
2018-02-01 Jonas Devlieghere[NFC] 'DWARFv5' -> 'DWARF v5'
2018-01-30 Jonas Devlieghere[dsymutil] Enable -minimize feature.
2018-01-29 Paul Robinson[DWARFv5] Re-enable dumping a line table with no CU.
2018-01-29 Jonas Devlieghere[dsymutil] Generate Apple accelerator tables
2018-01-24 Jonas Devlieghere[dsymutil] Make NonRelocatableStringPool a wrapper...
2018-01-03 Alex BradburyThread MCSubtargetInfo through Target::createMCAsmBackend
2017-12-28 Jonas Devlieghere[dsymutil][NFC] Replace calls to CoreFoundation with...
2017-12-18 Francis Visoiu Mistrih[YAML] Add support for non-printable characters
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-12-13 Jonas Devlieghere[dsymutil] Re-enable threading
2017-12-12 Jonas Devlieghere[dsymutil] Accept line tables up to DWARFv5.
2017-12-07 Jonas Devlieghere[dsymutil] Add -verify option to run DWARF verifier...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-11-30 Jonas Devlieghere[dsymutil] Exclude namespace from ifdef in CFBundle
2017-11-30 Jonas Devlieghere[dsymutil] Upstream getBundleInfo implementation
2017-11-27 David BlaikieRename MCTargetOptionsCommandFlags.h to .def as it...
2017-11-17 Rafael EspindolaTry to fix the windows build.
2017-11-17 Rafael EspindolaUse TempFile in dsymutil.
2017-11-16 Rafael Espindolamake exitDsymutil static.
2017-11-15 Rafael EspindolaSimplify file handling in dsymutil.
next