summaryrefslogtreecommitdiff
path: root/tools/llvm-size
AgeCommit message (Expand)AuthorFilesLines
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-10/+50
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-8/+45
2016-05-02Fix llvm-size to exit with non zero when it can’t open a file.Kevin Enderby1-1/+5
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover1-2/+2
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-2/+4
2016-03-28[llvm-size] Implement --common optionHemant Kulkarni1-0/+25
2016-02-13[llvm-size] Remove variable used only once.Davide Italiano1-8/+4
2016-02-13[llvm-size] Make error handling uniform.Davide Italiano1-32/+9
2016-02-09This brings back commit r259578.Rafael Espindola1-0/+20
2016-02-09Fix name style.Rafael Espindola1-30/+30
2016-02-09Update comment style.Rafael Espindola1-14/+14
2016-02-09Revert "Correct size calculations for ELF files"Rafael Espindola1-20/+0
2016-02-09Fix a formatting problems with llvm-size and the -m option.Kevin Enderby1-4/+6
2016-02-02Correct size calculations for ELF filesHemant Kulkarni1-0/+20
2016-01-26Remove autoconf supportChris Bieneman1-17/+0
2016-01-25[llvm-size] Use stderr instead of stdout for error messages.Davide Italiano1-2/+2
2015-11-05Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby1-4/+27
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko1-2/+3
2015-10-21Backing out commit r250906 as it broke lld.Kevin Enderby1-28/+4
2015-10-21This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby1-4/+28
2015-10-03[llvm-size] Fix time to check if time of use bug.Davide Italiano1-8/+0
2015-06-19Fix "the the" in comments.Eric Christopher1-1/+1
2015-06-03[Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.Alexey Samsonov1-15/+2
2015-01-22Assigning and copying command line option objects shouldn't be allowed.Chris Bieneman1-1/+1
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-12-09Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.Rafael Espindola1-6/+9
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola1-24/+8
2014-09-11Use the simpler sys::fs:;exists. NFC.Rafael Espindola1-2/+1
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-2/+2
2014-08-08Use a simpler predicate. NFC.Rafael Espindola1-2/+1
2014-08-01Remove some calls to std::move.Rafael Espindola1-4/+4
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-2/+2
2014-07-01Run clang-format on llvm-size.cpp to tidy things up. No functional changes.Kevin Enderby1-109/+92
2014-07-01Add the -arch flag support to llvm-size like what was done to llvm-nmKevin Enderby1-2/+207
2014-06-23Convert a few methods to use ErrorOr.Rafael Espindola1-2/+2
2014-06-20Added the -m option as an alias for -format=darwin to llvm-nm and llvm-sizeKevin Enderby1-0/+1
2014-06-19Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby1-4/+15
2014-06-18Teach llvm-size to know about Mach-O universal files (aka fat files) andKevin Enderby1-0/+52
2014-06-17Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, andKevin Enderby1-25/+222
2014-06-16Convert the Archive API to use ErrorOr.Rafael Espindola1-4/+4
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-4/+3
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-1/+1
2014-03-13[C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov1-22/+25
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+2
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola1-3/+3
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola1-19/+6
2014-01-21Rename these methods to match the style guide.Rafael Espindola1-2/+2