OSDN Git Service

Merging r340691:
[android-x86/external-llvm.git] / tools / dsymutil /
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.
2017-11-07 Paul Robinson[DWARFv5] Support DW_FORM_strp in the .debug_line header.
2017-11-02 Hans WennborgFix llvm-dsymutil test in -DLLVM_ENABLE_THREADS=OFF...
2017-11-02 Jonas Devlieghere[dsymutil][doc] Improve wording in manpage and rename...
2017-11-01 Eugene Zelenko[dsymutil, llvm-objcopy] Fix some Clang-tidy modernize...
2017-11-01 Jonas Devlieghere[dsymutil][NFC} Rename thread related command line...
2017-10-31 Jonas Devlieghere[dsymutil] Implement the --threads option
2017-10-26 Keno Fischer[dsymutil] Check AttrInfo.Name validity before using it
2017-10-13 Jonas DevlieghereRe-land "[dsymutil] Timestmap verification for __swift_ast"
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-10-11 Jonas DevlieghereRevert "[dsymutil] Timestmap verification for __swift_ast"
2017-10-11 Jonas Devlieghere[dsymutil] Timestmap verification for __swift_ast
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-10-09 Francis Ricci[dsymutil] Emit valid debug locations when no symbol...
2017-10-06 Francis RicciRevert "[dsymutil] Emit valid debug locations when...
2017-10-06 Francis Ricci[dsymutil] Emit valid debug locations when no symbol...
2017-10-06 Francis Ricci[llvm-dsymutil] Add support for __swift_ast MachO DWARF...
2017-10-05 Francis RicciRevert "[llvm-dsymutil] Add support for __swift_ast...
2017-10-05 Francis Ricci[llvm-dsymutil] Add support for __swift_ast MachO DWARF...
2017-10-05 Francis RicciRevert "[llvm-dsymutil] Add support for __swift_ast...
2017-10-05 Francis Ricci[dsymutil] Fix unused variable warning
2017-10-05 Francis Ricci[llvm-dsymutil] Add support for __swift_ast MachO DWARF...
2017-09-30 Adrian PrantlFix 80 column violations
2017-09-26 Jonas Devlieghere[dsymutil] Better support for symbol aliases
next