summaryrefslogtreecommitdiff
path: root/tools/llvm-size
AgeCommit message (Expand)Author
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric
2017-11-03Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman
2017-11-02[tools] Add option to install binutils symlinksShoaib Meenai
2016-12-23llvm-size: remove leading dash in '-radix' optionMehdi Amini
2016-12-16Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby
2016-12-01Fix a bug with llvm-size and the -m option with multiple files not printing t...Kevin Enderby
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-10-31Fix an unconditional break in checkMachOAndArchFlagsDavid Majnemer
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-09-12llvm-size: Add --totals optionHemant Kulkarni
2016-08-05Add the first of what will be a long line of additional error checks for inva...Kevin Enderby
2016-07-29The next step along the way to getting good error messages for bad archives.Kevin Enderby
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames
2016-06-28Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-02Fix llvm-size to exit with non zero when it can’t open a file.Kevin Enderby
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2016-03-28[llvm-size] Implement --common optionHemant Kulkarni
2016-02-13[llvm-size] Remove variable used only once.Davide Italiano
2016-02-13[llvm-size] Make error handling uniform.Davide Italiano
2016-02-09This brings back commit r259578.Rafael Espindola
2016-02-09Fix name style.Rafael Espindola
2016-02-09Update comment style.Rafael Espindola
2016-02-09Revert "Correct size calculations for ELF files"Rafael Espindola
2016-02-09Fix a formatting problems with llvm-size and the -m option.Kevin Enderby
2016-02-02Correct size calculations for ELF filesHemant Kulkarni
2016-01-26Remove autoconf supportChris Bieneman
2016-01-25[llvm-size] Use stderr instead of stdout for error messages.Davide Italiano
2015-11-05Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko
2015-10-21Backing out commit r250906 as it broke lld.Kevin Enderby
2015-10-21This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby
2015-10-03[llvm-size] Fix time to check if time of use bug.Davide Italiano
2015-06-19Fix "the the" in comments.Eric Christopher
2015-06-03[Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.Alexey Samsonov
2015-01-22Assigning and copying command line option objects shouldn't be allowed.Chris Bieneman
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-12-09Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.Rafael Espindola
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola
2014-09-11Use the simpler sys::fs:;exists. NFC.Rafael Espindola
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola
2014-08-08Use a simpler predicate. NFC.Rafael Espindola
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola
2014-07-01Run clang-format on llvm-size.cpp to tidy things up. No functional changes.Kevin Enderby