OSDN Git Service

[Object][XCOFF] Add support for 64-bit file header and section header dumping.
[android-x86/external-llvm.git] / tools / llvm-size /
2019-06-21 James Henderson[binutils] Add response file option to help and docs
2019-06-05 Serge GueltonSanitize llvm-size help
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-20 Jordan Rupprecht[binutils] NFC: fix clang-tidy warning: use empty(...
2018-12-13 Jordan Rupprecht[llvm-size][libobject] Add explicit "inTextSegment...
2018-11-22 Fangrui Song[llvm-size] Use empty() and range-based for loop. NFC
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-10-30 James Henderson[llvm-size] Reject unknown radix values
2018-09-21 Jordan Rupprecht[llvm-size] Berkeley formatting: use tabs instead of...
2018-06-22 Fangrui Song[llvm-size] Make global variables static
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 ...
2017-11-02 Shoaib Meenai[tools] Add option to install binutils symlinks
2016-12-23 Mehdi Aminillvm-size: remove leading dash in '-radix' option
2016-12-16 Kevin EnderbyFix a bugs with using some Mach-O command line flags...
2016-12-01 Kevin EnderbyFix a bug with llvm-size and the -m option with multipl...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-10-31 David MajnemerFix an unconditional break in checkMachOAndArchFlags
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-09-12 Hemant Kulkarnillvm-size: Add --totals option
2016-08-05 Kevin EnderbyAdd the first of what will be a long line of additional...
2016-07-29 Kevin EnderbyThe next step along the way to getting good error messa...
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-28 Kevin EnderbyFinish cleaning up most of the error handling in libObj...
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-05-31 Kevin EnderbyChange llvm-objdump, llvm-nm and llvm-size when reporti...
2016-05-17 Kevin EnderbyChange llvm-objdump, llvm-nm and llvm-size when reporti...
2016-05-02 Kevin EnderbyFix llvm-size to exit with non zero when it can’t open...
2016-04-22 Tim NorthoverMachO: remove weird ARM/Thumb interface from MachOObjec...
2016-04-06 Kevin EnderbyThread Expected<...> up from createMachOObjectFile...
2016-03-28 Hemant Kulkarni[llvm-size] Implement --common option
2016-02-13 Davide Italiano[llvm-size] Remove variable used only once.
2016-02-13 Davide Italiano[llvm-size] Make error handling uniform.
2016-02-09 Rafael EspindolaThis brings back commit r259578.
2016-02-09 Rafael EspindolaFix name style.
2016-02-09 Rafael EspindolaUpdate comment style.
2016-02-09 Rafael EspindolaRevert "Correct size calculations for ELF files"
2016-02-09 Kevin EnderbyFix a formatting problems with llvm-size and the -m...
2016-02-02 Hemant KulkarniCorrect size calculations for ELF files
2016-01-26 Chris BienemanRemove autoconf support
2016-01-25 Davide Italiano[llvm-size] Use stderr instead of stdout for error...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
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-10-03 Davide Italiano[llvm-size] Fix time to check if time of use bug.
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-03 Alexey Samsonov[Object, MachO] Introduce MachOObjectFile::load_command...
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-09 Rafael EspindolaReturn ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-09-11 Rafael EspindolaUse the simpler sys::fs:;exists. NFC.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-08 Rafael EspindolaUse a simpler predicate. NFC.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-01 Kevin EnderbyRun clang-format on llvm-size.cpp to tidy things up...
2014-07-01 Kevin EnderbyAdd the -arch flag support to llvm-size like what was...
2014-06-23 Rafael EspindolaConvert a few methods to use ErrorOr.
2014-06-20 Kevin EnderbyAdded the -m option as an alias for -format=darwin...
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-17 Kevin EnderbyAdd "-format darwin" to llvm-size to be like darwin...
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-13 Alexey Samsonov[C++11] Use ObjectFile::sections() in commandline llvm...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-07 Michael J. SpencerFix a few changes I missed.
2011-09-29 Andrew TrickFix build failures better.
2011-09-29 Daniel DunbarFix build failure.
2011-09-29 Michael J. Spencerllvm-size: Apply Chris's code review fixes.
2011-09-28 Michael J. SpencerFix cast.
2011-09-28 Michael J. SpencerAdd llvm-size.