| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm-locstats] Fix the docs | Djordje Todorovic | 2020-01-15 | 1 | -0/+0 |
| * | [llvm-locstats] Add the --draw-plot option | Djordje Todorovic | 2020-01-15 | 1 | -24/+45 |
| * | [llvm-locstats][NFC] Support OOP concept | Djordje Todorovic | 2020-01-15 | 1 | -7/+7 |
| * | [llvm-symbolizer] Support reading options from environment | Petr Hosek | 2019-12-20 | 2 | -0/+8 |
| * | llvm-cxxmap: fix support for remapping non-mangled names. | Richard Smith | 2019-12-18 | 1 | -0/+8 |
| * | [llvm-objcopy][MachO] Implement --add-section | Seiya Nuta | 2019-12-16 | 1 | -0/+3 |
| * | [llvm-dwarfdump][Statistics] Don't count coverage less than 1% as 0% | Kristina Bessonova | 2019-12-13 | 1 | -1/+1 |
| * | [llvm-dwarfdump][Statistics] Change the coverage buckets representation. NFC | Kristina Bessonova | 2019-12-13 | 1 | -12/+12 |
| * | [llvm-readobj] - Implement --dependent-libraries flag. | Georgii Rymar | 2019-12-06 | 1 | -0/+4 |
| * | [lit] Document the undocumented pre-defined substitutions | Daniel Sanders | 2019-12-04 | 1 | -11/+32 |
| * | [llvm-objcopy][MachO] Implement --dump-section | Seiya Nuta | 2019-11-25 | 1 | -9/+12 |
| * | [llvm-objcopy][MachO] Implement --remove-section | Seiya Nuta | 2019-11-15 | 1 | -0/+3 |
| * | [llvm-objcopy][COFF] Implement --redefine-sym and --redefine-syms | Fangrui Song | 2019-11-12 | 1 | -13/+13 |
| * | [llvm-objcopy][ELF] Implement --only-keep-debug | Fangrui Song | 2019-11-05 | 1 | -5/+9 |
| * | [llvm-objcopy] Preserve .ARM.attributes section when stripping files | James Henderson | 2019-10-31 | 2 | -2/+4 |
| * | [llvm-objcopy][MachO] Implement --strip-all | Seiya Nuta | 2019-10-31 | 1 | -2/+2 |
| * | Revert "[llvm-cov] Add option to whitelist filenames" | Vlad Tsyrklevich | 2019-10-29 | 1 | -4/+0 |
| * | [llvm-cov] Add option to whitelist filenames | Vedant Kumar | 2019-10-29 | 1 | -0/+4 |
| * | [Remarks] Remove references to ELF support | Francis Visoiu Mistrih | 2019-10-28 | 1 | -2/+2 |
| * | [llvm-objcopy][MachO] Implement --only-section | Seiya Nuta | 2019-10-28 | 1 | -0/+3 |
| * | [docs][llvm-ar] Update llvm-ar command guide | Owen Reynolds | 2019-10-21 | 1 | -193/+238 |
| * | [llvm-objcopy] Add support for shell wildcards | Jordan Rupprecht | 2019-10-17 | 2 | -0/+48 |
| * | [docs][llvm-ar] Fix option:: O after r375106 | Fangrui Song | 2019-10-17 | 1 | -1/+1 |
| * | [llvm-ar] Implement the O modifier: display member offsets inside the archive | Fangrui Song | 2019-10-17 | 1 | -4/+8 |
| * | [llvm-ar] Make paths case insensitive when on windows | Owen Reynolds | 2019-10-16 | 1 | -0/+6 |
| * | [FileCheck] Implement --ignore-case option. | Kai Nacke | 2019-10-11 | 1 | -0/+5 |
| * | [lit] Bring back `--threads` option alias | Julian Lettner | 2019-10-10 | 1 | -1/+1 |
| * | [MCA] Show aggregate over Average Wait times for the whole snippet (PR43219) | Roman Lebedev | 2019-10-10 | 1 | -1/+3 |
| * | Revert "[FileCheck] Implement --ignore-case option." | Dmitri Gribenko | 2019-10-10 | 1 | -706/+701 |
| * | [FileCheck] Implement --ignore-case option. | Kai Nacke | 2019-10-10 | 1 | -701/+706 |
| * | [llvm-exegesis] Add options to SnippetGenerator. | Clement Courbet | 2019-10-08 | 1 | -1/+13 |
| * | [llvm-locstats] Fix a typo in the documentation; NFC | Djordje Todorovic | 2019-10-07 | 1 | -1/+1 |
| * | [llvm-objcopy] Add --set-section-alignment | Fangrui Song | 2019-10-02 | 1 | -0/+5 |
| * | Reland "[utils] Implement the llvm-locstats tool" | Djordje Todorovic | 2019-10-02 | 2 | -0/+80 |
| * | Revert "Reland "[utils] Implement the llvm-locstats tool"" | Djordje Todorovic | 2019-10-01 | 2 | -80/+0 |
| * | Reland "[utils] Implement the llvm-locstats tool" | Djordje Todorovic | 2019-10-01 | 2 | -0/+80 |
| * | [llvm-readobj/llvm-readelf] Delete --arm-attributes (alias for --arch-specific) | Fangrui Song | 2019-10-01 | 2 | -4/+4 |
| * | Revert "Reland "[utils] Implement the llvm-locstats tool"" | Djordje Todorovic | 2019-09-30 | 2 | -80/+0 |
| * | Reland "[utils] Implement the llvm-locstats tool" | Djordje Todorovic | 2019-09-30 | 2 | -0/+80 |
| * | [docs][llvm-strings] Clarify "printable character" wording | James Henderson | 2019-09-25 | 1 | -2/+2 |
| * | [docs][llvm-strip] Update llvm-strip doc to better match llvm-objcopy's | James Henderson | 2019-09-25 | 1 | -9/+11 |
| * | [docs][llvm-strip][llvm-objcopy] Improve wording and fix highlighting | James Henderson | 2019-09-24 | 2 | -7/+7 |
| * | [docs][llvm-size] Fix typo | James Henderson | 2019-09-24 | 1 | -1/+1 |
| * | Revert "Reland "[utils] Implement the llvm-locstats tool"" | Djordje Todorovic | 2019-09-23 | 2 | -80/+0 |
| * | Reland "[utils] Implement the llvm-locstats tool" | Djordje Todorovic | 2019-09-23 | 2 | -0/+80 |
| * | [docs] Make --version text more correct | James Henderson | 2019-09-17 | 7 | -9/+11 |
| * | [docs][llvm-strings] Write llvm-strings documentation | James Henderson | 2019-09-16 | 1 | -3/+118 |
| * | [docs][llvm-size] Write llvm-size documentation | James Henderson | 2019-09-16 | 1 | -3/+186 |
| * | [llvm-objcopy] Ignore -B --binary-architecture= | Fangrui Song | 2019-09-14 | 1 | -17/+4 |
| * | [llvm-objcopy] Add support for response files in llvm-strip and llvm-objcopy | Michael Pozulp | 2019-09-14 | 2 | -0/+8 |