Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / StringMatcher.cpp
2010-10-30 Chris Lattnerfix a fixme in stringmatcher, having it generate nice...
2010-09-06 Chris Lattneremit the LLVM intrinsic name -> intrinsic number mappin...
2010-09-06 Chris Lattnerallow specifying an indentation level for the string...
2010-09-06 Chris Lattnersame bug, another place.
2010-09-06 Chris Lattnerfix a critical bug where the generated table would say
2010-09-06 Chris Lattnerfactor the snazzy string matcher code that Daniel hates