Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Modules] Move ValueHandle into the IR library where Value itself lives. | Chandler Carruth | 2014-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | | Move the test for this class into the IR unittests as well. This uncovers that ValueMap too is in the IR library. Ironically, the unittest for ValueMap is useless in the Support library (honestly, so was the ValueHandle test) and so it already lives in the IR unittests. Mmmm, tasty layering. llvm-svn: 202821 | |||||
* | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 2013-01-07 | 1 | -0/+152 | |
library rename. llvm-svn: 171747 |