Fix bug: (x << 100) wasn't folded to 0, but (x >> 100) was (when x is unsigned)
[oota-llvm.git] / Makefile
2002-12-02 Chris LattnerMake sure to build lib/Support before the utilities...
2002-09-17 Chris LattnerBuild burg tree
2001-06-06 Chris LattnerInitial revision