OSDN Git Service

[dsymutil] Generate Apple accelerator tables
[android-x86/external-llvm.git] / tools / dsymutil /
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
2017-09-21 Jonas Devlieghere[dsymutil] Don't resolve DIE reference to NULL DIE.
2017-09-20 Adrian Prantlllvm-dwarfdump: implement --recurse-depth=<N>
2017-09-13 Alexander KornienkoConvenience/safety fix for llvm::sys::Execute(And|No...
2017-09-13 Jonas Devlieghere[dwarfdump] Rename Brief to Verbose in DIDumpOptions
2017-09-07 Rafael EspindolaDon't call exit from cl::PrintHelpMessage.
2017-08-31 Jonas Devlieghere[dsymutil] Don't mark forward declarations as canonical.
2017-08-31 Jonas DevlieghereRevert "[dsymutil] Don't mark forward declarations...
2017-08-31 Jonas Devlieghere[dsymutil] Don't mark forward declarations as canonical.
2017-08-22 Adrian Prantldsymutil: don't copy compile units without children...
2017-08-08 Adrian Prantldsymutil: support dwarf version mismatches between...
2017-08-02 Rafael EspindolaDon't pass the code model to MC
2017-07-21 Adrian PrantlDe-brief doxygen comments
2017-07-21 Adrian PrantlUse default initializers (NFC)
2017-07-21 Adrian PrantlCanonicalize the spelling of RefDie (NFC)
2017-07-21 Adrian Prantldsymutil: strip unused types from imported DW_TAG_modules
2017-07-19 Rafael EspindolaUse delegation instead of inheritance.
2017-06-29 Paul Robinson[DWARF] NFC: DWARFDataExtractor combines relocs with...
2017-06-26 Paul Robinson[DWARF] NFC: Collect info used by DWARFFormValue into...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-04-24 George Rimar[DWARF] - Take relocations in account when extracting...
2017-04-22 David BlaikieRemove the unnecessary virtual dtor from the DIEUnit...
2017-04-20 Paul Robinson[DWARF] Versioning for DWARF constants; verify FORMs
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-02-09 Frederic Riss[dsymutil] Fix handling of empty CUs in LTO links.
2017-02-02 Steven Wu[dsymutil] Fix __LINKEDIT vmsize in dsymutil upgrade...
2017-01-15 Daniel JasperFix un-initialized error introduced by r291959.
2017-01-13 Greg ClaytonAdd a variant of DWARFDie::find() and DWARFDie::findRec...
2017-01-13 Greg ClaytonCleanup how DWARFDie attributes are accessed and decoded.
2017-01-11 Greg ClaytonRemove all variants of DWARFDie::getAttributeValueAs...
2017-01-05 Greg ClaytonAdd iterator support to DWARFDie to allow child DIE...
2016-12-19 Greg ClaytonMake a function to correctly extract the DW_AT_high_pc...
2016-12-14 Greg ClaytonAdd the ability to get attribute values as Optional<T>
2016-12-13 Greg ClaytonSwitch functions that returned bool and filled in a...
2016-12-13 Greg ClaytonMake a DWARFDIE class that can help avoid using the...
2016-12-01 David Blaikie[dsymutil] Simplify a lazy-init condition/expression
2016-12-01 Greg ClaytonThis change removes the dependency on DwarfDebug that...
2016-11-19 Chris Bieneman[CMake] llvm-dsymutil depends on intrinsics_gen
2016-11-15 Greg ClaytonImprove DWARF parsing speed by improving DWARFAbbreviat...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-11-09 Pavel Labath[dsymutil] Replace TimeValue with TimePoint
2016-10-31 Victor LeschukDebugInfo: make DW_TAG_atomic_type valid
2016-10-31 David MajnemerSymbolRef::Type is not a bitfield and must be compared...
2016-10-31 Greg ClaytonModify DWARFFormValue to remember the DWARFUnit that...
2016-10-27 Benjamin KramerRemove duplicated default move ctors/move assign. No...
2016-08-17 Justin BognerReplace "fallthrough" comments with LLVM_FALLTHROUGH
2016-08-11 David MajnemerUse the range variant of find instead of unpacking...
2016-08-05 Zachary TurnerResubmit "Make YAML support SmallVector"
2016-08-03 Vedant KumarReapply "More fixes to get good error messages for...
2016-08-03 Vedant KumarRevert "More fixes to get good error messages for bad...
2016-08-02 Kevin EnderbyMore fixes to get good error messages for bad archives.
2016-07-29 Kevin EnderbyThe next step along the way to getting good error messa...
2016-07-25 Joel JonesMC] Provide an MCTargetOptions to implementors of MCAsm...
2016-07-22 Pete CooperFix r276380 for targets without REALPATH.
2016-07-22 Pete CooperAvoid dsymutil calls to getFileNameByIndex.
2016-07-14 Lang Hames[Object] Re-apply r275316 now that I have the correspon...
2016-07-14 Lang Hames[Object] Revert r275316, Archive::child_iterator change...
2016-07-13 Lang Hames[Object] Change Archive::child_iterator for better...
2016-06-29 Kevin EnderbyChange Archive::create() from ErrorOr<...> to Expected...
2016-06-27 Kevin EnderbyChange all but the last ErrorOr<...> use for MachOUnive...
2016-06-22 Reid KlecknerChange that to include MCMachObjectWriter.h
next