turn a std::pair into a real class.
[oota-llvm.git] / utils / lit /
2009-09-22 Daniel Dunbarlit: When executing shell scripts internally, don't...
2009-09-22 Daniel DunbarAdd a magic LLVM_DISABLE_CRT_DEBUG environment variable...
2009-09-22 Daniel DunbarActually use the arguments with the resolved executable...
2009-09-22 Daniel Dunbarlit: Don't use close_fds=True on Windows.
2009-09-22 Daniel Dunbarlit: When executing commands internally, perform PATH...
2009-09-16 Daniel Dunbarlit: Add a custom test format for use in clang.
2009-09-15 Daniel Dunbarlit: When finding nested test suites, check first in...
2009-09-14 Daniel Dunbarlit: Give test formats control over test discovery.
2009-09-13 Daniel Dunbartests: Add a %abs_tmp substitution which is guaranteed...
2009-09-09 Daniel DunbarCount test correctly with -q.
2009-09-09 Daniel DunbarFix another refactoro.
2009-09-08 Daniel Dunbarlit needs bash for tcl-as-sh execution, we use set...
2009-09-08 Daniel DunbarFix typo that worked on python 2.6.
2009-09-08 Daniel DunbarFix a refactoro.
2009-09-08 Daniel DunbarAdd 'lit' testing tool.