aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-opt-report
AgeCommit message (Expand)AuthorFilesLines
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-06-02[Demangle] convert itaniumDemangle and nonMicrosoftDemangle to use std::strin...Nick Desaulniers1-1/+1
2023-05-03[Demangle] remove unused status param of itaniumDemangleNick Desaulniers1-6/+2
2023-05-03[Demangle] remove unused params of itaniumDemangleNick Desaulniers1-2/+1
2023-04-17[CMake] Cleanup depsNAKAMURA Takumi1-2/+0
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-1/+7
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek1-1/+2
2022-01-31Cleanup LLVMRemarks includesserge-sans-paille1-0/+1
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+6
2019-09-13[llvm-opt-report] Improve error handlingFrancis Visoiu Mistrih1-3/+5
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-2/+1
2019-07-25[Remarks][NFC] Rename remarks::Parser to remarks::RemarkParserFrancis Visoiu Mistrih1-2/+2
2019-07-24[Remarks] Simplify the creation of remark serializersFrancis Visoiu Mistrih1-3/+16
2019-07-16[Remarks] Simplify and refactor the RemarkParser interfaceFrancis Visoiu Mistrih1-7/+19
2019-07-16[Remarks][NFC] Combine ParserFormat and SerializerFormatFrancis Visoiu Mistrih1-1/+1
2019-07-04[Remarks] Require an explicit format to the parserFrancis Visoiu Mistrih1-1/+1
2019-04-15[CommandLineParser] Add DefaultOption flagDon Hinton1-7/+0
2019-04-15Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov1-0/+7
2019-04-13[CommandLineParser] Add DefaultOption flagDon Hinton1-7/+0
2019-03-19Reland "[Remarks] Add a new Remark / RemarkParser abstraction"Francis Visoiu Mistrih1-37/+37
2019-03-19Revert "[Remarks] Add a new Remark / RemarkParser abstraction"Francis Visoiu Mistrih1-37/+37
2019-03-19[Remarks] Add a new Remark / RemarkParser abstractionFrancis Visoiu Mistrih1-37/+37
2019-03-05[OptRemarks] Make OptRemarks more generic: rename OptRemarks to RemarksFrancis Visoiu Mistrih2-11/+11
2019-02-21Fix some include order and file headers issues. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-16[Support] Remove error return value from one overload of fs::make_absolutePavel Labath1-7/+2
2018-10-10Reland: [OptRemarks] Add library for parsing optimization remarksFrancis Visoiu Mistrih2-107/+39
2018-10-10Revert "[OptRemarks] Add library for parsing optimization remarks"Francis Visoiu Mistrih2-39/+107
2018-10-10[OptRemarks] Add library for parsing optimization remarksFrancis Visoiu Mistrih2-107/+39
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-04-21[tools] Use WithColor for printing errors.Jonas Devlieghere1-12/+12
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-5/+4
2017-09-07Don't call exit from cl::PrintHelpMessage.Rafael Espindola1-1/+3
2017-01-07[llvm-opt-report] Fix context-sensitive lines where nothing happenedHal Finkel1-3/+11
2016-10-24[llvm-opt-report] Fix unroll-count reportingHal Finkel1-1/+1
2016-10-08[llvm-opt-report] Don't leave space for opts that never happenHal Finkel1-6/+13
2016-10-07[llvm-opt-report] Left justify unrolling counts, etc.Hal Finkel1-5/+12
2016-10-07[llvm-opt-report] Use -no-demangle to disable demanglingHal Finkel1-3/+3
2016-10-06[llvm-opt-report] Record VF, etc. correctly for multiple opts on one lineHal Finkel1-13/+8
2016-10-06[llvm-opt-report] Print line numbers starting from 1Hal Finkel1-1/+1
2016-10-05[llvm-opt-report] Distinguish inlined contexts when optimizations differHal Finkel2-74/+184
2016-10-05Add an llvm-opt-report tool to generate basic source-annotated optimization s...Hal Finkel2-0/+407