aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-remarkutil
AgeCommit message (Expand)AuthorFilesLines
2023-12-02[llvm] Stop including list (NFC)Kazu Hirata1-1/+0
2023-11-11[llvm] Stop including llvm/ADT/SmallSet.h (NFC)Kazu Hirata1-1/+0
2023-10-14[llvm-remarkutil] Fix issues after #66214 and its fixupsFangrui Song2-17/+16
2023-10-13[llvm-remarkutil] Silence a GCC warning about missing returns after a fully c...Martin Storsjö1-0/+1
2023-10-13[llvm-remarkutil] Fix building with Xcode 12Martin Storsjö1-3/+3
2023-10-12[Remarks] Fix '-fpermissive'. NFCMichael Liao2-7/+7
2023-10-12[Remarks] Introduce count subcommand for llvm-remarkutil. (#66214)Zain Jaffal3-0/+555
2023-08-02[RemarkUtil] Refactor llvm-remarkutil to include size-diffZain Jaffal2-0/+502
2023-07-28[RemarkUtil] Refactor remarkutil tool to use a command registry.Zain Jaffal8-353/+520
2023-04-18[llvm-remarkutil] Add an option to display DebugLoc when collecting counts fo...Zain Jaffal1-0/+35
2023-04-17[CMake] Cleanup depsNAKAMURA Takumi1-2/+0
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-2/+8
2023-04-07Recommit "Add an option to print out annotation remark count."Zain Jaffal1-5/+69
2023-04-07Revert "Add an option to print out annotation remark count."Zain Jaffal1-69/+5
2023-04-07Add an option to print out annotation remark count.Zain Jaffal1-5/+69
2022-09-28[llvm-remarkutil] Add an option to print out function sizesJessica Paquette1-13/+83
2022-09-13[llvm-remarkutil] NFC: Combine parsing + serializing for bitstream2yamlJessica Paquette1-48/+60
2022-09-13[llvm-remarkutil] Make tryParseRemarksFromInputFile staticJessica Paquette1-1/+1
2022-09-12Attempt to pacify buildbots after 7d80b94ca3Jessica Paquette1-12/+12
2022-09-12Add a utility for converting between different types of remarksJessica Paquette2-0/+201