Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A == C2...
[oota-llvm.git] / utils / git /
2013-01-17 Daniel Dunbar[utils] Update find-rev utility to take a branch argume...
2010-02-25 Daniel DunbarAdd simple script for finding most-recent-rev-before...