summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-size
Commit message (Expand)AuthorAgeFilesLines
* [llvm-size] print a blank line between archieve members when using sysv formatTH3CHARLie2020-01-031-4/+2
* Reapply: [llvm-size] Tidy up error messages (PR42970)Jordan Rupprecht2019-10-141-22/+22
* Revert r374771 "[llvm-size] Tidy up error messages (PR42970)"Nico Weber2019-10-141-22/+22
* [llvm-size] Tidy up error messages (PR42970)Fangrui Song2019-10-141-22/+22
* [llvm-size] Fix spelling errors (Berkely -> Berkeley)James Henderson2019-09-131-3/+3
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-19/+13
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-13/+19
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-19/+13
* [binutils] Add response file option to help and docsJames Henderson2019-06-211-0/+3
* Sanitize llvm-size helpSerge Guelton2019-06-051-26/+32
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0Jordan Rupprecht2018-12-201-1/+1
* [llvm-size][libobject] Add explicit "inTextSegment" methods similar to "isTex...Jordan Rupprecht2018-12-131-2/+2
* [llvm-size] Use empty() and range-based for loop. NFCFangrui Song2018-11-221-5/+5
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-2/+2
* [llvm-size] Reject unknown radix valuesJames Henderson2018-10-301-4/+6
* [llvm-size] Berkeley formatting: use tabs instead of spaces as field delimeters.Jordan Rupprecht2018-09-211-12/+18
* [llvm-size] Make global variables staticFangrui Song2018-06-221-2/+2
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-8/+2
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-181-7/+7
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-8/+7
* [tools] Add option to install binutils symlinksShoaib Meenai2017-11-021-0/+4
* llvm-size: remove leading dash in '-radix' optionMehdi Amini2016-12-231-1/+1
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-161-20/+20
* Fix a bug with llvm-size and the -m option with multiple files not printing t...Kevin Enderby2016-12-011-1/+3
* Make the Error class constructor protectedMehdi Amini2016-11-111-4/+4
* Fix an unconditional break in checkMachOAndArchFlagsDavid Majnemer2016-10-311-26/+22
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-4/+3
* llvm-size: Add --totals optionHemant Kulkarni2016-09-121-2/+39
* Add the first of what will be a long line of additional error checks for inva...Kevin Enderby2016-08-051-1/+1
* The next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-291-3/+4
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-30/+24
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-24/+30
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-30/+24
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-281-3/+25
* 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
OpenPOWER on IntegriCloud