summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca][scheduler-stats] Print issued micro opcodes per cycle. NFCIAndrea Di Biagio2019-04-081-4/+4
* Add an option do not dump the generated object on diskGuillaume Chatelet2019-04-051-3/+9
* [llvm-exegesis] Introduce a 'naive' clustering algorithm (PR40880)Roman Lebedev2019-03-281-1/+8
* [Remarks] Emit a section containing remark diagnostics metadataFrancis Visoiu Mistrih2019-03-271-0/+4
* Speeding up llvm-cov export with multithreaded renderFiles implementation.Max Moroz2019-03-141-0/+13
* [MCA] Highlight kernel bottlenecks in the summary view.Andrea Di Biagio2019-03-041-0/+6
* [PGO] Context sensitive PGO (part 2)Rong Xu2019-02-281-0/+4
* [llvm-exegesis] Split Epsilon param into two (PR40787)Roman Lebedev2019-02-251-2/+7
* [llvm-exegesis] Opcode stabilization / reclusterization (PR40715)Roman Lebedev2019-02-201-0/+7
* [llvm-cov] Add support for gcov --hash-filenames optionVedant Kumar2019-02-191-0/+5
* [llvm-exegesis] [NFC] Fixing typo.Guillaume Chatelet2019-02-181-1/+1
* [llvm-exegesis] Don't default to running&dumping all analyses to '-'Roman Lebedev2019-02-041-3/+5
* [llvm-exegesis] Add throughput mode.Clement Courbet2019-01-301-8/+10
* [llvm-symbolizer][doc] Tweak wording of --adjust-vma switch descriptionJames Henderson2019-01-291-2/+1
* [llvm-symbolizer] Add switch to adjust addresses by fixed offsetJames Henderson2019-01-251-0/+6
* [llvm-symbolizer] Add support for -i and -inlines as aliases for -inliningDouglas Yung2019-01-241-1/+1
* [llvm-symbolizer] Improve compatibility of --functions with GNU addr2lineJames Henderson2019-01-231-1/+1
* [FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny2019-01-221-1/+4
* [llvm-symbolizer] Add support for --basenames/-sJames Henderson2019-01-221-0/+4
* [llvm-symbolizer] Add -no-demangle as alias for -demangle=falseDmitry Venikov2019-01-211-0/+4
* [llvm-readobj][ELF]Add demangling supportJames Henderson2019-01-171-0/+4
* [llvm-symbolizer] Add -C as a short alias to -demangleDmitry Venikov2019-01-161-1/+1
* llvm-objdump -m -D should disassemble all text segmentsMichael Trent2019-01-151-17/+25
* Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih2019-01-141-2/+2
* [llvm-symbolizer] Add -addresses, -a as aliases for -print-addressDmitry Venikov2019-01-141-1/+1
* [llvm-symbolizer] Add -exe, -e as aliases to -objDmitry Venikov2019-01-111-1/+1
* [llvm-symbolizer] Add -p as alias to -pretty-printDmitry Venikov2019-01-101-1/+1
* [llvm-profdata] add value-cutoff functionality in show commandRong Xu2019-01-081-1/+11
* [PGO] Revert r350579 to fix commit message.Rong Xu2019-01-081-11/+1
* [PGO] Use SourceFileName rather module name in PGOFuncNameRong Xu2019-01-071-1/+11
* [FileCheck] Annotate input dump (1/7)Joel E. Denny2018-12-181-1/+8
* [llvm-mca][View] Improved Retire Control Unit Statistics.Andrea Di Biagio2018-11-231-0/+4
* [FileCheck] fixing docs buildbot - use proper code-block typeFedor Sergeev2018-11-131-1/+1
* [FileCheck] fixing small formatting error in docsFedor Sergeev2018-11-131-1/+1
* [FileCheck] introduce CHECK-COUNT-<num> repetition directiveFedor Sergeev2018-11-131-0/+23
* [llvm-cov] Add lcov tracefile export format.Max Moroz2018-11-091-5/+17
* [FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny2018-11-061-0/+3
* [MCSched] Bind PFM Counters to the CPUs instead of the SchedModel.Clement Courbet2018-10-252-0/+8
* [SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny2018-10-241-0/+4
* Revert r344930 as it broke some of the bots on Windows.Aaron Ballman2018-10-221-4/+0
* [SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny2018-10-221-0/+4
* [llvm-exegesis] Allow measuring several instructions in a single run.Clement Courbet2018-10-171-2/+3
* The llvm-exegesis output file is a html file not a txt file.Simon Pilgrim2018-09-271-1/+1
* [llvm-exegesis] Fix doc in r342947.Clement Courbet2018-09-251-8/+9
* [llvm-exegesis] Allow benchmarking arbitrary code snippets.Clement Courbet2018-09-251-8/+52
* Add flag to llvm-profdata to allow symbols in profile data to be remapped, andRichard Smith2018-09-133-0/+102
* [llvm-mca] Report the number of dispatched micro opcodes in the DispatchStati...Andrea Di Biagio2018-08-301-6/+5
* [llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generat...Andrea Di Biagio2018-08-291-20/+33
* [llvm-mca] Improved report generated by the SchedulerStatistics view.Andrea Di Biagio2018-08-271-7/+13
* [llvm] Document "%T" as deprecated in CommandGuide/lit.rstKuba Mracek2018-08-251-1/+1
OpenPOWER on IntegriCloud