summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-size
Commit message (Expand)AuthorAgeFilesLines
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-10/+50
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-171-8/+45
* Fix llvm-size to exit with non zero when it can’t open a file.Kevin Enderby2016-05-021-1/+5
* MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover2016-04-221-2/+2
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+4
* [llvm-size] Implement --common optionHemant Kulkarni2016-03-281-0/+25
* [llvm-size] Remove variable used only once.Davide Italiano2016-02-131-8/+4
* [llvm-size] Make error handling uniform.Davide Italiano2016-02-131-32/+9
* This brings back commit r259578.Rafael Espindola2016-02-091-0/+20
* Fix name style.Rafael Espindola2016-02-091-30/+30
* Update comment style.Rafael Espindola2016-02-091-14/+14
* Revert "Correct size calculations for ELF files"Rafael Espindola2016-02-091-20/+0
* Fix a formatting problems with llvm-size and the -m option.Kevin Enderby2016-02-091-4/+6
* Correct size calculations for ELF filesHemant Kulkarni2016-02-021-0/+20
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* [llvm-size] Use stderr instead of stdout for error messages.Davide Italiano2016-01-251-2/+2
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-4/+27
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-2/+3
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-211-28/+4
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-4/+28
* [llvm-size] Fix time to check if time of use bug.Davide Italiano2015-10-031-8/+0
* Fix "the the" in comments.Eric Christopher2015-06-191-1/+1
* [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.Alexey Samsonov2015-06-031-15/+2
* Assigning and copying command line option objects shouldn't be allowed.Chris Bieneman2015-01-221-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.Rafael Espindola2014-12-091-6/+9
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-24/+8
* Use the simpler sys::fs:;exists. NFC.Rafael Espindola2014-09-111-2/+1
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* Use a simpler predicate. NFC.Rafael Espindola2014-08-081-2/+1
* Remove some calls to std::move.Rafael Espindola2014-08-011-4/+4
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* Run clang-format on llvm-size.cpp to tidy things up. No functional changes.Kevin Enderby2014-07-011-109/+92
* Add the -arch flag support to llvm-size like what was done to llvm-nmKevin Enderby2014-07-011-2/+207
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-231-2/+2
* Added the -m option as an alias for -format=darwin to llvm-nm and llvm-sizeKevin Enderby2014-06-201-0/+1
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-191-4/+15
* Teach llvm-size to know about Mach-O universal files (aka fat files) andKevin Enderby2014-06-181-0/+52
* Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, andKevin Enderby2014-06-171-25/+222
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-4/+4
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-4/+3
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-1/+1
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-131-22/+25
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-3/+3
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-19/+6
* Rename these methods to match the style guide.Rafael Espindola2014-01-211-2/+2
OpenPOWER on IntegriCloud