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
/
test
/
tools
/
llvm-mca
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-14
1
-0
/
+26
*
[X86] AMD Znver2 (Rome) Scheduler enablement
Ganesh Gopalasubramanian
2020-01-10
55
-6
/
+12598
*
[MCA] Fix test cases (NFC)
Evandro Menezes
2019-11-22
10
-30
/
+30
*
[AArch64] Add the pipeline model for Exynos M5
Evandro Menezes
2019-11-22
28
-34
/
+2335
*
Revert "[AArch64] Add the pipeline model for Exynos M5"
Eric Christopher
2019-11-20
28
-2335
/
+34
*
[AArch64] Add the pipeline model for Exynos M5
Evandro Menezes
2019-11-20
28
-34
/
+2335
*
[X86] Fix SLM v2i64 ADD/Sub/CMPEQ instruction schedules
Simon Pilgrim
2019-11-06
2
-14
/
+14
*
[X86] Fix SLM v2f64 ADD/MUL + FP BLEND/HADD instruction schedules
Simon Pilgrim
2019-11-06
3
-43
/
+43
*
[mca] Fix test case (NFC)
Evandro Menezes
2019-10-31
1
-6
/
+6
*
[AArch64] Update for Exynos
Evandro Menezes
2019-10-31
1
-0
/
+71
*
[clang][llvm] Obsolete Exynos M1 and M2
Evandro Menezes
2019-10-30
4
-46
/
+0
*
[X86][BtVer2] Improved latency and throughput of float/vector loads and stores.
Andrea Di Biagio
2019-10-14
7
-59
/
+59
*
[MCA] Show aggregate over Average Wait times for the whole snippet (PR43219)
Roman Lebedev
2019-10-10
150
-0
/
+296
*
[MCA][LSUnit] Track loads and stores until retirement.
Andrea Di Biagio
2019-10-08
3
-75
/
+72
*
[llvm-mca] Add a -mattr flag
David Green
2019-10-01
1
-0
/
+29
*
[MCA] Improved cost computation for loop carried dependencies in the bottlene...
Andrea Di Biagio
2019-09-19
1
-8
/
+4
*
[X86][BtVer2] Fix latency and throughput of conditional SIMD store instructions.
Andrea Di Biagio
2019-09-02
2
-14
/
+14
*
[X86][BtVer2] Add a read-advance to every implicit register use of CMPXCHG8B/...
Andrea Di Biagio
2019-08-23
1
-0
/
+304
*
[X86][BtVer2] Fix latency of ALU RMW instructions.
Andrea Di Biagio
2019-08-23
1
-222
/
+222
*
[X86][BtVer2] Fix latency/throughput of scalar integer MUL instructions.
Andrea Di Biagio
2019-08-22
15
-246
/
+247
*
[X86][BtVer2] Fix latency and throughput of XCHG and XADD.
Andrea Di Biagio
2019-08-22
3
-55
/
+328
*
[X86][BtVer2] Use ReadAfterLd entries for the register operands of CMPXCHG.
Andrea Di Biagio
2019-08-20
1
-0
/
+286
*
[X86][BtVer2] Fix latency and throughput of atomic INC/DEC/NEG/NOT.
Andrea Di Biagio
2019-08-20
1
-33
/
+33
*
[MCA][X86] Add tests for LOCK variants of standard X86 arithmetic ops
Simon Pilgrim
2019-08-20
12
-24
/
+4596
*
[X86][Btver2] Fix latency and throughput of CMPXCHG instructions.
Andrea Di Biagio
2019-08-20
2
-34
/
+34
*
[X86] Move scheduling tests for CMPXCHG to the corresponding resources-x86_64...
Andrea Di Biagio
2019-08-19
24
-492
/
+168
*
[X86] Added extensive scheduling model tests for all the CMPXCHG variants. NFC
Andrea Di Biagio
2019-08-19
12
-12
/
+552
*
[MCA] Add flag -show-encoding to llvm-mca.
Andrea Di Biagio
2019-08-09
1
-0
/
+77
*
[X86] Limit vpermil2pd/vpermil2ps immediates to 4 bits in the assembly parser.
Craig Topper
2019-08-07
2
-12
/
+12
*
[MCA] Add support for printing immedate values as hex. Also enable lexing of ...
Andrea Di Biagio
2019-08-02
2
-0
/
+69
*
Set an explicit x86 triple for test bottleneck-analysis.s added by my r364045...
Andrea Di Biagio
2019-06-21
1
-1
/
+1
*
[MCA][Bottleneck Analysis] Teach how to compute a critical sequence of instru...
Andrea Di Biagio
2019-06-21
8
-0
/
+321
*
Fix r363773: Update Barcelona MCA tests.
Clement Courbet
2019-06-19
1
-2
/
+2
*
[NFC][X86][MCA] Barcelona: add load/store/load-store-throughput tests
Roman Lebedev
2019-06-19
3
-0
/
+1855
*
[NFC][X86][MCA] BdVer2: add load-store-throughput test
Roman Lebedev
2019-06-19
1
-0
/
+736
*
[X86] Add missing properties on llvm.x86.sse.{st,ld}mxcsr
Clement Courbet
2019-06-19
22
-46
/
+46
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
3
-3
/
+0
*
[NFC][MCA][X86] Add one more 'clear super register' pattern - movss/movsd loa...
Roman Lebedev
2019-06-15
2
-0
/
+230
*
[NFC][MCA][X86] Add baseline test coverage for AMD Barcelona (aka K10, fam10h)
Roman Lebedev
2019-06-15
48
-120
/
+8928
*
[llvm-mca] Enable bottleneck analysis when flag -all-views is specified.
Andrea Di Biagio
2019-06-10
4
-1
/
+22
*
[MCA][Scheduler] Improved critical memory dependency computation.
Andrea Di Biagio
2019-05-26
1
-1
/
+1
*
[X86] Add zero idioms to the haswell, broadwell, and skylake schedule models....
Craig Topper
2019-05-25
5
-1405
/
+1405
*
[X86][llvm-mca] Add zero idiom tests for Intel CPUs. NFC
Craig Topper
2019-05-25
5
-44
/
+2296
*
[MCA] Add support for nested and overlapping region markers
Andrea Di Biagio
2019-05-09
7
-4
/
+265
*
[X86] AMD Piledriver (BdVer2): major cleanup (mainly inverse throughput)
Roman Lebedev
2019-05-09
81
-6232
/
+6237
*
[MCA] Don't add a name to the default code region.
Andrea Di Biagio
2019-05-08
1
-1
/
+1
*
[X86] Remove the suffix on vcvt[u]si2ss/sd register variants in assembly prin...
Craig Topper
2019-05-06
33
-176
/
+176
*
[llvm-mca][x86] Fix MMX PMOVMSKB test
Simon Pilgrim
2019-04-29
11
-33
/
+33
*
[MCA] Fix typo in AVX2 gather tests. NFC
Andrea Di Biagio
2019-04-28
6
-18
/
+18
*
[MCA] Remove wrong comments from a test. NFC
Andrea Di Biagio
2019-04-11
1
-3
/
+0
[next]