| commit | c9f727bb85bbff4bf6f112e9887595e9928f4261 | [log] [tgz] |
|---|---|---|
| author | Guillaume Chatelet <gchatelet@google.com> | Wed Jun 13 13:24:41 2018 +0000 |
| committer | Guillaume Chatelet <gchatelet@google.com> | Wed Jun 13 13:24:41 2018 +0000 |
| tree | f2ff4104a68abfac205ddb8862573459c7b92ed0 | |
| parent | 3a7654c15dd204fe3454f477fc576924e3686d0d [diff] |
[llvm-exegesis] Cleaner design without mutable data. Summary: Previous design was relying on the 'mutate' keyword and was quite confusing. This version separate mutable from immutable data and makes it clearer what changes and what doesn't. Reviewers: courbet Subscribers: tschuett, llvm-commits Differential Revision: https://reviews.llvm.org/D48020 llvm-svn: 334596