| Commit message (Expand) | Author | Age | Files | Lines |
* | [X86] AMD Znver2 (Rome) Scheduler enablement | Ganesh Gopalasubramanian | 2020-01-10 | 1 | -3/+3 |
* | [MCA] Show aggregate over Average Wait times for the whole snippet (PR43219) | Roman Lebedev | 2019-10-10 | 5 | -0/+5 |
* | [MCA][X86] Add tests for LOCK variants of standard X86 arithmetic ops | Simon Pilgrim | 2019-08-20 | 1 | -5/+386 |
* | [X86] Move scheduling tests for CMPXCHG to the corresponding resources-x86_64... | Andrea Di Biagio | 2019-08-19 | 2 | -41/+14 |
* | [X86] Added extensive scheduling model tests for all the CMPXCHG variants. NFC | Andrea Di Biagio | 2019-08-19 | 1 | -1/+46 |
* | [X86] Limit vpermil2pd/vpermil2ps immediates to 4 bits in the assembly parser. | Craig Topper | 2019-08-07 | 1 | -6/+6 |
* | [X86] Add missing properties on llvm.x86.sse.{st,ld}mxcsr | Clement Courbet | 2019-06-19 | 2 | -4/+4 |
* | [X86] Remove the suffix on vcvt[u]si2ss/sd register variants in assembly prin... | Craig Topper | 2019-05-06 | 3 | -16/+16 |
* | [llvm-mca][x86] Fix MMX PMOVMSKB test | Simon Pilgrim | 2019-04-29 | 1 | -3/+3 |
* | [MCA] Fix typo in AVX2 gather tests. NFC | Andrea Di Biagio | 2019-04-28 | 1 | -3/+3 |
* | [X86] Remove the _alt forms of (V)CMP instructions. Use a combination of cust... | Craig Topper | 2019-03-18 | 3 | -40/+40 |
* | [X86] Remove the _alt forms of XOP VPCOM instructions. Use a combination of c... | Craig Topper | 2019-03-17 | 1 | -32/+32 |
* | [llvm-mca][X86] Add ADC/SBB with zero test cases | Simon Pilgrim | 2019-03-06 | 1 | -1/+73 |
* | [X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two argum... | Craig Topper | 2019-02-04 | 1 | -44/+44 |
* | [X86] Print %st(0) as %st when its implicit to the instruction. Continue prin... | Craig Topper | 2019-02-04 | 1 | -42/+42 |
* | Revert r352985 "[X86] Print %st(0) as %st to match what gcc inline asm uses a... | Craig Topper | 2019-02-04 | 1 | -54/+54 |
* | [X86] Print %st(0) as %st to match what gcc inline asm uses as the clobber na... | Craig Topper | 2019-02-03 | 1 | -54/+54 |
* | [llvm-mca][X86] Add some missing DQI tests | Simon Pilgrim | 2019-01-26 | 4 | -2/+1975 |
* | [llvm-mca][X86] Add missing shuffle tests | Simon Pilgrim | 2019-01-25 | 4 | -4/+1962 |
* | [llvm-mca][X86] Tidyup avx512 placeholder tests | Simon Pilgrim | 2019-01-22 | 4 | -78/+672 |
* | [llvm-mca][X86] Add VPOPCNTDQ tests | Simon Pilgrim | 2019-01-22 | 2 | -0/+238 |
* | [llvm-mca][X86] Add missing CLWB/CLZERO/FSGSBASE/LWP/MWAITX/RDPID/SHA tests | Simon Pilgrim | 2019-01-22 | 7 | -0/+341 |
* | [llvm-mca][X86] Add missing enter/leave, invlpg/invlpga, rdmsr/wrmsr, rdpmc a... | Simon Pilgrim | 2019-01-22 | 1 | -1/+33 |
* | [llvm-mca][X86] Add missing mfence/pinsrw tests | Simon Pilgrim | 2019-01-22 | 1 | -1/+12 |
* | [llvm-mca][X86] Add missing monitor/mwait tests | Simon Pilgrim | 2019-01-22 | 1 | -1/+9 |
* | [llvm-mca][X86] Add missing vperm2i128 tests | Simon Pilgrim | 2019-01-22 | 1 | -1/+8 |
* | [llvm-mca][X86] Add missing tzcntw tests | Simon Pilgrim | 2019-01-22 | 1 | -1/+8 |
* | [llvm-mca][x86] Add RDRAND/RDSEED instruction resource tests | Simon Pilgrim | 2018-12-07 | 2 | -0/+78 |
* | [X86] Fix VZEROUPPER scheduling info on SNB,HSW,BDW,SXL,SKX. | Clement Courbet | 2018-11-09 | 1 | -3/+3 |
* | [X86][Sched] Update scheduling information for VZEROALL on HWS, BDW, SKX, SNB. | Clement Courbet | 2018-10-01 | 1 | -3/+3 |
* | [LLVM-MCA][X86] Add missing VCMPESTR/VCMPESTR tests | Simon Pilgrim | 2018-09-30 | 1 | -1/+29 |
* | [LLVM-MCA][X86] Add some AVX512 tests | Simon Pilgrim | 2018-09-30 | 1 | -1/+191 |
* | Revert rL342916: [X86] Remove shift/rotate by CL memory (RMW) overrides | Simon Pilgrim | 2018-09-25 | 1 | -8/+8 |
* | [X86] Remove shift/rotate by CL memory (RMW) overrides | Simon Pilgrim | 2018-09-24 | 1 | -8/+8 |
* | [X86] Split WriteIMul into 8/16/32/64 implementations (PR36931) | Simon Pilgrim | 2018-09-24 | 1 | -9/+9 |
* | [X86] Added missing RCL/RCR schedule overrides to the generic SNB model | Simon Pilgrim | 2018-09-23 | 1 | -97/+97 |
* | [X86] Improved sched model for X86 CMPXCHG* instructions. | Andrew V. Tischenko | 2018-08-30 | 1 | -9/+9 |
* | [llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generat... | Andrea Di Biagio | 2018-08-29 | 5 | -5/+20 |
* | [X86] MCA tests for XCHG*, XADD* and CMPXCHG* instructions | Andrew V. Tischenko | 2018-08-07 | 1 | -1/+94 |
* | [llvm-mca][x86] Add CMPXCHG instruction resource tests | Simon Pilgrim | 2018-08-01 | 1 | -0/+36 |
* | [llvm-mca][x86] Add PREFETCHW instruction resource tests | Simon Pilgrim | 2018-08-01 | 1 | -0/+36 |
* | [llvm-mca][x86] Add PCLMUL instruction resource tests | Simon Pilgrim | 2018-08-01 | 1 | -0/+36 |
* | [llvm-mca][x86] Add SET/TEST instruction resource tests | Simon Pilgrim | 2018-08-01 | 1 | -1/+180 |
* | [llvm-mca][x86] Add LEA instruction resource tests | Simon Pilgrim | 2018-08-01 | 1 | -0/+437 |
* | [llvm-mca][x86] Add more x86-64 system instruction resource tests | Simon Pilgrim | 2018-08-01 | 1 | -1/+92 |
* | [llvm-mca][x86] Add CLFLUSHOPT instruction resource tests | Simon Pilgrim | 2018-08-01 | 1 | -0/+33 |
* | [llvm-mca][x86] Add CMPS/LODS/MOVS/STOS string instruction resource tests | Simon Pilgrim | 2018-08-01 | 1 | -1/+53 |
* | [llvm-mca][x86] Add STC + STD instruction resource tests | Simon Pilgrim | 2018-08-01 | 1 | -1/+8 |
* | [llvm-mca][x86] Add 32-bit instruction resource tests | Simon Pilgrim | 2018-07-31 | 1 | -0/+78 |
* | [llvm-mca][x86] Add movsx/movzx instructions to general x86_64 resource tests | Simon Pilgrim | 2018-07-20 | 1 | -1/+70 |