summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-opt-report
Commit message (Expand)AuthorAgeFilesLines
* [llvm-opt-report] Improve error handlingFrancis Visoiu Mistrih2019-09-131-3/+5
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-2/+1
* [Remarks][NFC] Rename remarks::Parser to remarks::RemarkParserFrancis Visoiu Mistrih2019-07-251-2/+2
* [Remarks] Simplify the creation of remark serializersFrancis Visoiu Mistrih2019-07-241-3/+16
* [Remarks] Simplify and refactor the RemarkParser interfaceFrancis Visoiu Mistrih2019-07-161-7/+19
* [Remarks][NFC] Combine ParserFormat and SerializerFormatFrancis Visoiu Mistrih2019-07-161-1/+1
* [Remarks] Require an explicit format to the parserFrancis Visoiu Mistrih2019-07-041-1/+1
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-151-7/+0
* Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov2019-04-151-0/+7
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-131-7/+0
* Reland "[Remarks] Add a new Remark / RemarkParser abstraction"Francis Visoiu Mistrih2019-03-191-37/+37
* Revert "[Remarks] Add a new Remark / RemarkParser abstraction"Francis Visoiu Mistrih2019-03-191-37/+37
* [Remarks] Add a new Remark / RemarkParser abstractionFrancis Visoiu Mistrih2019-03-191-37/+37
* [OptRemarks] Make OptRemarks more generic: rename OptRemarks to RemarksFrancis Visoiu Mistrih2019-03-052-11/+11
* Fix some include order and file headers issues. NFCFangrui Song2019-02-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Remove error return value from one overload of fs::make_absolutePavel Labath2019-01-161-7/+2
* Reland: [OptRemarks] Add library for parsing optimization remarksFrancis Visoiu Mistrih2018-10-102-107/+39
* Revert "[OptRemarks] Add library for parsing optimization remarks"Francis Visoiu Mistrih2018-10-102-39/+107
* [OptRemarks] Add library for parsing optimization remarksFrancis Visoiu Mistrih2018-10-102-107/+39
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [tools] Use WithColor for printing errors.Jonas Devlieghere2018-04-211-12/+12
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-5/+4
* Don't call exit from cl::PrintHelpMessage.Rafael Espindola2017-09-071-1/+3
* [llvm-opt-report] Fix context-sensitive lines where nothing happenedHal Finkel2017-01-071-3/+11
* [llvm-opt-report] Fix unroll-count reportingHal Finkel2016-10-241-1/+1
* [llvm-opt-report] Don't leave space for opts that never happenHal Finkel2016-10-081-6/+13
* [llvm-opt-report] Left justify unrolling counts, etc.Hal Finkel2016-10-071-5/+12
* [llvm-opt-report] Use -no-demangle to disable demanglingHal Finkel2016-10-071-3/+3
* [llvm-opt-report] Record VF, etc. correctly for multiple opts on one lineHal Finkel2016-10-061-13/+8
* [llvm-opt-report] Print line numbers starting from 1Hal Finkel2016-10-061-1/+1
* [llvm-opt-report] Distinguish inlined contexts when optimizations differHal Finkel2016-10-052-74/+184
* Add an llvm-opt-report tool to generate basic source-annotated optimization s...Hal Finkel2016-10-052-0/+407
OpenPOWER on IntegriCloud