Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (or | Duncan Sands | 2011-07-29 | 1 | -10/+6 |
* | Remove extra semicolon. | Jakub Staszak | 2011-07-29 | 1 | -1/+1 |
* | Use unsigned rather than uint16_t in case anyone feels like testing | Duncan Sands | 2011-07-28 | 1 | -4/+4 |
* | Check an additional property specific to the way LLVM | Duncan Sands | 2011-07-28 | 1 | -0/+15 |
* | Add a unittest for the simply connected components (SCC) iterator class. | Duncan Sands | 2011-07-28 | 1 | -0/+335 |