Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-mca] Move namespace mca inside llvm:: | Fangrui Song | 2018-10-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Summary: This allows to remove `using namespace llvm;` in those *.cpp files When we want to revisit the decision (everything resides in llvm::mca::*) in the future, we can move things to a nested namespace of llvm::mca::, to conceptually make them separate from the rest of llvm::mca::* Reviewers: andreadb, mattd Reviewed By: andreadb Subscribers: javed.absar, tschuett, gbedwell, llvm-commits Differential Revision: https://reviews.llvm.org/D53407 llvm-svn: 345612 | ||||
* | [llvm-mca] Remove a couple of using directives and a bunch of redundant ↵ | Andrea Di Biagio | 2018-10-22 | 1 | -1/+1 |
| | | | | | | namespace llvm prefixes. NFC llvm-svn: 344916 | ||||
* | [llvm-mca] Move views and stats into a Views subdir. NFC. | Matt Davis | 2018-08-24 | 1 | -0/+49 |
llvm-svn: 340645 |