llvm-project/llvm/test/tools/llvm-exegesis/X86
Roman Lebedev 21193f4b7e [llvm-exegesis] Don't default to running&dumping all analyses to '-'
Summary:
Up until the point i have looked in the source, i didn't even understood that
i can disable 'cluster' output. I have always silenced it via ` &> /dev/null`.
(And hoped it wasn't contributing much of the run time.)

While i expect that it has it's use-cases i never once needed it so far.
If i forget to silence it, console is completely flooded with that output.

How about not expecting users to opt-out of analyses,
but to explicitly specify the analyses that should be performed?

Reviewers: courbet, gchatelet

Reviewed By: courbet

Subscribers: tschuett, RKSimon, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D57648

llvm-svn: 353021
2019-02-04 09:12:08 +00:00
..
analysis-inconsistencies-uops-backwards.test [llvm-exegesis] Fix PR39096. 2018-09-27 13:26:37 +00:00
analysis-inconsistencies-uops.test [llvm-exegesis] Fix PR39096. 2018-09-27 13:26:37 +00:00
analysis-uops-backwards.test [llvm-exegesis] Don't default to running&dumping all analyses to '-' 2019-02-04 09:12:08 +00:00
analysis-uops-variant.test [llvm-exegesis] Don't default to running&dumping all analyses to '-' 2019-02-04 09:12:08 +00:00
analysis-uops.test [llvm-exegesis] Don't default to running&dumping all analyses to '-' 2019-02-04 09:12:08 +00:00
inverse_throughput-by-opcode-name.s [llvm-exegesis] Add throughput mode. 2019-01-30 16:02:20 +00:00
latency-by-opcode-name.s [llvm-exegesis] Serializes registers initial values. 2018-09-25 15:15:54 +00:00
lit.local.cfg [llvm-exegesis] Also check latency mode in local lit. 2018-12-10 07:29:47 +00:00
uops-ADD32mi8.s [llvm-exegesis] Correclty handle all X86 memory encoding formats. 2018-11-07 16:14:55 +00:00
uops-ADD32mr.s [llvm-exegesis] Correclty handle all X86 memory encoding formats. 2018-11-07 16:14:55 +00:00
uops-ADD32rm.s [llvm-exegesis] Correclty handle all X86 memory encoding formats. 2018-11-07 16:14:55 +00:00
uops-BEXTR32rm.s [llvm-exegesis] Correclty handle all X86 memory encoding formats. 2018-11-07 16:14:55 +00:00
uops-BSF16rm.s [llvm-exegesis] Correclty handle all X86 memory encoding formats. 2018-11-07 16:14:55 +00:00
uops-BTR64mr.s [llvm-exegesis] Correclty handle all X86 memory encoding formats. 2018-11-07 16:14:55 +00:00
uops-VFMADDSS4rm.s [llvm-exegesis] Correclty handle all X86 memory encoding formats. 2018-11-07 16:14:55 +00:00
uops-by-opcode-name.s [llvm-exegesis] Add lit tests (v2). 2018-09-25 13:59:35 +00:00