aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-size
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-2/+0
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-10/+2
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet1-1/+2
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-2/+2
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-4/+1
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-10-06[llvm-driver] Add various tools to the llvm-driverAlex Brachet2-1/+3
2022-08-30[llvm-size] Fix missing file name for darwin output format with non-Mach-OShivam Gupta1-0/+4
2022-07-18[llvm-size] Fix hang waiting for input on invalid short commandline optiongbreynoo1-2/+5
2021-07-09[llvm-size] Switch command line parsing from llvm::cl to OptTableFangrui Song3-80/+148
2020-12-27[llvm-cov] Use is_contained (NFC)Kazu Hirata1-3/+1
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2020-07-01[llvm-size] Output REL, RELA and STRTAB sections when allocatablegbreynoo1-1/+2
2020-05-06[llvm-nm/objdump/size] Add tests for dumping symbol tables with invalid sh_size.Xing GUO1-1/+0
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj1-9/+25
2020-01-03[llvm-size] print a blank line between archieve members when using sysv formatTH3CHARLie1-4/+2
2019-10-14Reapply: [llvm-size] Tidy up error messages (PR42970)Jordan Rupprecht1-22/+22
2019-10-14Revert r374771 "[llvm-size] Tidy up error messages (PR42970)"Nico Weber1-22/+22
2019-10-14[llvm-size] Tidy up error messages (PR42970)Fangrui Song1-22/+22
2019-09-13[llvm-size] Fix spelling errors (Berkely -> Berkeley)James Henderson1-3/+3
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar1-19/+13
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar1-13/+19
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar1-19/+13
2019-06-21[binutils] Add response file option to help and docsJames Henderson1-0/+3
2019-06-05Sanitize llvm-size helpSerge Guelton1-26/+32
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-12-20[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0Jordan Rupprecht1-1/+1
2018-12-13[llvm-size][libobject] Add explicit "inTextSegment" methods similar to "isTex...Jordan Rupprecht1-2/+2
2018-11-22[llvm-size] Use empty() and range-based for loop. NFCFangrui Song1-5/+5
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere1-2/+2
2018-10-30[llvm-size] Reject unknown radix valuesJames Henderson1-4/+6
2018-09-21[llvm-size] Berkeley formatting: use tabs instead of spaces as field delimeters.Jordan Rupprecht1-12/+18
2018-06-22[llvm-size] Make global variables staticFangrui Song1-2/+2
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-8/+2
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric1-7/+7
2017-11-03Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman1-8/+7
2017-11-02[tools] Add option to install binutils symlinksShoaib Meenai1-0/+4
2016-12-23llvm-size: remove leading dash in '-radix' optionMehdi Amini1-1/+1
2016-12-16Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby1-20/+20
2016-12-01Fix a bug with llvm-size and the -m option with multiple files not printing t...Kevin Enderby1-1/+3
2016-11-11Make the Error class constructor protectedMehdi Amini1-4/+4
2016-10-31Fix an unconditional break in checkMachOAndArchFlagsDavid Majnemer1-26/+22
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini1-4/+3