Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax expressions and add explicit triplets -linux and -win32. | NAKAMURA Takumi | 2011-02-22 | 1 | -2/+2 |
* | Fix an off-by-one error in ctpop combining. | Benjamin Kramer | 2011-01-17 | 1 | -2/+11 |
* | Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0. | Benjamin Kramer | 2011-01-17 | 1 | -0/+31 |