summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
Commit message (Expand)AuthorAgeFilesLines
* 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
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-0/+1
* Add a CommandGuide for llvm-objdumpMichael Trent2018-08-082-0/+116
* [docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx.Chandler Carruth2018-08-061-2/+2
* [llvm-mca][docs] Move the code marker text into its own subsection. NFC.Matt Davis2018-08-031-36/+39
* [llvm-mca] Speed up the computation of the wait/ready/issued sets in the Sche...Andrea Di Biagio2018-08-031-16/+16
* [llvm-mca][docs] Improve the CommandLine documentation.Andrea Di Biagio2018-08-031-39/+38
* [llvm-mca][docs] Replace "temporary" with "physical registers". NFC.Matt Davis2018-07-311-4/+4
* [llvm-mca][docs] Improve the "How LLVM-MCA works" section.Andrea Di Biagio2018-07-311-4/+24
* [llvm-mca][docs] Always use `llvm-mca` in place of `MCA`.Andrea Di Biagio2018-07-311-50/+47
* [llvm-mca][docs] Add instruction flow documentation. NFC.Matt Davis2018-07-301-0/+177
* [llvm-mca][docs] Define IPC where it is first mentioned. NFC.Matt Davis2018-07-231-7/+7
* [llvm-mca][docs] Add documentation for the statistic outputs from mca. NFCMatt Davis2018-07-211-3/+125
* [FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov2018-07-201-0/+4
* [llvm-mca][docs] Add Timeline and How MCA works.Matt Davis2018-07-191-3/+223
* [llvm-mca][docs] Revert mca internals docs.Matt Davis2018-07-171-98/+3
* [llvm-mca][docs] Add notes about cycle and resource callbacks. NFC.Matt Davis2018-07-161-0/+8
* [llvm-mca][docs] Initial description of mca internals. NFCMatt Davis2018-07-161-3/+90
* [docs] Update usage directive for llvm-cov report -show-functionsVedant Kumar2018-07-131-2/+2
* [FileCheck] Implement -v and -vv for tracing matchesJoel E. Denny2018-07-131-0/+10
* [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-0/+26
* Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-26/+0
* [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-0/+26
* [TableGen] Add a general-purpose JSON backend.Simon Tatham2018-07-111-0/+5
* nm: Add -no-weak flag for hiding weak symbolsDave Lee2018-07-021-0/+4
* Fix doc title underlining.James Henderson2018-06-261-1/+1
* [FileCheck] Add CHECK-EMPTY directive for checking for blank linesJames Henderson2018-06-261-0/+19
* [docs] Update doc after split of -gen-intrinsic in r335407Fangrui Song2018-06-251-2/+6
* [docs] Fix indentation of llvm-exegesis command line argumentsSimon Pilgrim2018-06-181-3/+3
* [llvm-exegesis] Optionally ignore instructions without a sched class.Clement Courbet2018-06-181-0/+4
* [llvm-exegesis] Fix off-by-one in llvm-exegesis documentation.Clement Courbet2018-06-011-1/+1
* [lit] Report line number for failed RUN commandJoel E. Denny2018-05-311-0/+4
* Revert r333584: [lit] Report line number for failed RUN commandJoel E. Denny2018-05-301-4/+0
* [lit] Report line number for failed RUN commandJoel E. Denny2018-05-301-0/+4
* [llvm-exegesis] Show sched class details in analysis.Clement Courbet2018-05-242-13/+3
* [llvm-exegesis] Update doc to mention that the output is in html.Clement Courbet2018-05-221-2/+2
* [llvm-exegesis] Improve documentation.Clement Courbet2018-05-181-3/+137
* Fix typo in declaring code-block snippetSimon Pilgrim2018-05-171-1/+1
* [llvm-mca] Add an example showing how to get Intel assembly syntaxAndrea Di Biagio2018-05-171-0/+6
* [llvm-mca] add flag -all-views and flag -all-stats.Andrea Di Biagio2018-05-171-0/+10
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+1
* Revert r330755 "[lit] Report line number for failed RUN command"Reid Kleckner2018-04-251-2/+0
* [llvm-mca] Default to the native host cpu if flag -mcpu is not specified.Andrea Di Biagio2018-04-251-3/+2
* [lit] Report line number for failed RUN commandJoel E. Denny2018-04-241-0/+2
* [llvm-mca][CommandGuide] Fix typo in example.Andrea Di Biagio2018-04-241-1/+1
* [llvm-mca] Renamed BackendStatistics to RetireControlUnitStatistics.Andrea Di Biagio2018-04-111-6/+5
OpenPOWER on IntegriCloud