lit/LitConfig.py: Fixup for msys bash.
[oota-llvm.git] / utils / lit / lit / LitConfig.py
2013-08-07 NAKAMURA Takumilit/LitConfig.py: Fixup for msys bash.
2013-08-07 NAKAMURA TakumiLit: Resurrect --no-execute dropped in r187852.
2013-08-07 Daniel Dunbar[lit] Use modern absolute/relative import style.
2013-08-07 Daniel Dunbar[lit] Use .write() methods instead of print statement.
2013-08-07 Daniel Dunbar[lit] Drop --no-execute, which isn't generally useful.
2013-08-07 Daniel Dunbar[lit] Remove dead ignoreStdError argument.
2013-01-31 Daniel Dunbar[lit] Delete the now-unused SyntaxCheckTest format.
2013-01-31 Daniel Dunbar[lit] Move discovery code into its own module.
2013-01-18 Dmitri GribenkoRemove support for Tcl test format since nobody uses it
2012-10-19 Daniel Dunbarlit: Add 'valgrind' and 'valgrind-leaks' features when...
2012-02-06 Andrew TrickThis is a small patch with a couple of improvements...
2011-08-30 Andrew TrickLit option for ignoring stderr output.
2011-07-09 NAKAMURA Takumilit/LitConfig.py: Demote Win32 message "Unable to find...
2011-02-09 NAKAMURA Takumilit/LitConfig.py: Add the new method getToolsPath(dir...
2010-09-15 Daniel Dunbarlit: Expose FileBasedTest object and Test module via...
2010-05-19 Daniel Dunbarlit: Add another place to look for bash.
2010-03-21 Jeffrey YasskinWhen we don't pass --vg-leak to lit, pass --leak-check...
2010-03-20 Jeffrey YasskinAdd support for XFAILing valgrind runs with memory...
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.