Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-exegesis][NFC] internal changes | Guillaume Chatelet | 2019-12-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Summary: BitVectors are now cached to lower memory utilization. Instructions have reference semantics. Reviewers: courbet Subscribers: sdardis, tschuett, jrtc27, atanasyan, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D71653 | ||||
* | [llvm-exegesis][mips] Add SnippetGeneratorTest unit test | Miloš Stojanović | 2019-12-16 | 1 | -0/+111 |
Test latency with explicit register dependency, without and with forbidden registers. Differential Revision: https://reviews.llvm.org/D71471 |