index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
docs
/
CommandGuide
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add flag to llvm-profdata to allow symbols in profile data to be remapped, and
Richard Smith
2018-09-13
3
-0
/
+102
*
[llvm-mca] Report the number of dispatched micro opcodes in the DispatchStati...
Andrea Di Biagio
2018-08-30
1
-6
/
+5
*
[llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generat...
Andrea Di Biagio
2018-08-29
1
-20
/
+33
*
[llvm-mca] Improved report generated by the SchedulerStatistics view.
Andrea Di Biagio
2018-08-27
1
-7
/
+13
*
[llvm] Document "%T" as deprecated in CommandGuide/lit.rst
Kuba Mracek
2018-08-25
1
-1
/
+1
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-0
/
+1
*
Add a CommandGuide for llvm-objdump
Michael Trent
2018-08-08
2
-0
/
+116
*
[docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx.
Chandler Carruth
2018-08-06
1
-2
/
+2
*
[llvm-mca][docs] Move the code marker text into its own subsection. NFC.
Matt Davis
2018-08-03
1
-36
/
+39
*
[llvm-mca] Speed up the computation of the wait/ready/issued sets in the Sche...
Andrea Di Biagio
2018-08-03
1
-16
/
+16
*
[llvm-mca][docs] Improve the CommandLine documentation.
Andrea Di Biagio
2018-08-03
1
-39
/
+38
*
[llvm-mca][docs] Replace "temporary" with "physical registers". NFC.
Matt Davis
2018-07-31
1
-4
/
+4
*
[llvm-mca][docs] Improve the "How LLVM-MCA works" section.
Andrea Di Biagio
2018-07-31
1
-4
/
+24
*
[llvm-mca][docs] Always use `llvm-mca` in place of `MCA`.
Andrea Di Biagio
2018-07-31
1
-50
/
+47
*
[llvm-mca][docs] Add instruction flow documentation. NFC.
Matt Davis
2018-07-30
1
-0
/
+177
*
[llvm-mca][docs] Define IPC where it is first mentioned. NFC.
Matt Davis
2018-07-23
1
-7
/
+7
*
[llvm-mca][docs] Add documentation for the statistic outputs from mca. NFC
Matt Davis
2018-07-21
1
-3
/
+125
*
[FileCheck] Provide an option for FileCheck to dump original input to stderr ...
George Karpenkov
2018-07-20
1
-0
/
+4
*
[llvm-mca][docs] Add Timeline and How MCA works.
Matt Davis
2018-07-19
1
-3
/
+223
*
[llvm-mca][docs] Revert mca internals docs.
Matt Davis
2018-07-17
1
-98
/
+3
*
[llvm-mca][docs] Add notes about cycle and resource callbacks. NFC.
Matt Davis
2018-07-16
1
-0
/
+8
*
[llvm-mca][docs] Initial description of mca internals. NFC
Matt Davis
2018-07-16
1
-3
/
+90
*
[docs] Update usage directive for llvm-cov report -show-functions
Vedant Kumar
2018-07-13
1
-2
/
+2
*
[FileCheck] Implement -v and -vv for tracing matches
Joel E. Denny
2018-07-13
1
-0
/
+10
*
[FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
1
-0
/
+26
*
Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
1
-26
/
+0
*
[FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
1
-0
/
+26
*
[TableGen] Add a general-purpose JSON backend.
Simon Tatham
2018-07-11
1
-0
/
+5
*
nm: Add -no-weak flag for hiding weak symbols
Dave Lee
2018-07-02
1
-0
/
+4
*
Fix doc title underlining.
James Henderson
2018-06-26
1
-1
/
+1
*
[FileCheck] Add CHECK-EMPTY directive for checking for blank lines
James Henderson
2018-06-26
1
-0
/
+19
*
[docs] Update doc after split of -gen-intrinsic in r335407
Fangrui Song
2018-06-25
1
-2
/
+6
*
[docs] Fix indentation of llvm-exegesis command line arguments
Simon Pilgrim
2018-06-18
1
-3
/
+3
*
[llvm-exegesis] Optionally ignore instructions without a sched class.
Clement Courbet
2018-06-18
1
-0
/
+4
*
[llvm-exegesis] Fix off-by-one in llvm-exegesis documentation.
Clement Courbet
2018-06-01
1
-1
/
+1
*
[lit] Report line number for failed RUN command
Joel E. Denny
2018-05-31
1
-0
/
+4
*
Revert r333584: [lit] Report line number for failed RUN command
Joel E. Denny
2018-05-30
1
-4
/
+0
*
[lit] Report line number for failed RUN command
Joel E. Denny
2018-05-30
1
-0
/
+4
*
[llvm-exegesis] Show sched class details in analysis.
Clement Courbet
2018-05-24
2
-13
/
+3
*
[llvm-exegesis] Update doc to mention that the output is in html.
Clement Courbet
2018-05-22
1
-2
/
+2
*
[llvm-exegesis] Improve documentation.
Clement Courbet
2018-05-18
1
-3
/
+137
*
Fix typo in declaring code-block snippet
Simon Pilgrim
2018-05-17
1
-1
/
+1
*
[llvm-mca] Add an example showing how to get Intel assembly syntax
Andrea Di Biagio
2018-05-17
1
-0
/
+6
*
[llvm-mca] add flag -all-views and flag -all-stats.
Andrea Di Biagio
2018-05-17
1
-0
/
+10
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
Revert r330755 "[lit] Report line number for failed RUN command"
Reid Kleckner
2018-04-25
1
-2
/
+0
*
[llvm-mca] Default to the native host cpu if flag -mcpu is not specified.
Andrea Di Biagio
2018-04-25
1
-3
/
+2
*
[lit] Report line number for failed RUN command
Joel E. Denny
2018-04-24
1
-0
/
+2
*
[llvm-mca][CommandGuide] Fix typo in example.
Andrea Di Biagio
2018-04-24
1
-1
/
+1
*
[llvm-mca] Renamed BackendStatistics to RetireControlUnitStatistics.
Andrea Di Biagio
2018-04-11
1
-6
/
+5
[next]