OSDN Git Service

[llvm-cov[ Fix lcov coverage report contains functions from other compilation units.
[android-x86/external-llvm.git] / tools / llvm-cxxdump /
2019-05-23 Daniel SandersBreak false dependencies on target libraries
2019-05-16 Fangrui SongRecommit [Object] Change object::SectionRef::getContent...
2019-05-16 Hans WennborgRevert r360876 "[Object] Change object::SectionRef...
2019-05-16 Fangrui Song[Object] Change object::SectionRef::getContents() to...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-11-11 Jonas Devlieghere[llvm-cxxdump] Use error reporting helpers from support
2018-07-23 Aaron BallmanFixing a typo; NFC.
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2017-12-18 Dimitry AndricFix more inconsistent line endings. NFC.
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-10-21 Kevin EnderbyFix a bug in the code of llvm-cxxdump in dumpArchive...
2016-10-19 Reid KlecknerRemove LLVM_NOEXCEPT and replace it with noexcept
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-24 Kevin EnderbyThread Expected<...> up from libObject’s getSymbolAddre...
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-05-24 Peter CollingbourneAdd FIXMEs to all derived classes of std::error_category.
2016-05-17 Kevin EnderbyChange llvm-objdump, llvm-nm and llvm-size when reporti...
2016-05-02 Kevin EnderbyThread Expected<...> up from libObject’s getType()...
2016-04-20 Kevin EnderbyThread Expected<...> up from libObject’s getName()...
2016-04-06 Kevin EnderbyThread Expected<...> up from createMachOObjectFile...
2016-01-26 Chris BienemanRemove autoconf support
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-15 Davide Italiano[llvm-cxxdump] Remove duplicate code check.
2015-08-13 David Majnemer[llvm-cxxdump] Correctly process relocations when given...
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-07-17 Davide Italiano[llvm-cxxdump] Don't rely on global state
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-23 Rafael EspindolaCompute correct symbol sizes for MachO and COFF.
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-04-15 Richard TrieuChange range-based for-loop to use const auto&. No...
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-15 David Majnemerllvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump