Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation.
[oota-llvm.git] / utils / bugpoint /
2009-07-18 Viktor KutuzovRequire a remote command to exit with the exit status...
2009-07-14 Viktor KutuzovHelper script to use bugpoint with a remote target.