Reset the system compiler each time we start a new flavour. Otherwise
[oota-llvm.git] / utils / lit /
2011-08-31 NAKAMURA Takumilit: Normalize pathsep slashes also on %T.
2011-08-30 Andrew TrickLit option for ignoring stderr output.
2011-08-26 Douglas Gregorlit: Add %T as a replacement for the output directory
2011-08-20 NAKAMURA Takumiutils/lit/lit/TestingConfig.py: Pass TEMP and TMP to...
2011-08-20 NAKAMURA Takumiutils/lit/lit/TestingConfig.py: Split out environment...
2011-07-09 NAKAMURA Takumilit/LitConfig.py: Demote Win32 message "Unable to find...
2011-07-02 Jordy RoseUse subprocess.Popen instead of popen2 to stop a deprec...
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-16 Andrew TrickAdd support to lit for build mode requirements. e.g.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-18 NAKAMURA Takumiraw_ostream: [PR6745] Tweak formatting (double)%e for...
2011-03-15 NAKAMURA Takumilit/ProgressBar.py: [PR7919] Improve line wrap for...
2011-03-05 NAKAMURA Takumiutils/lit/lit/TestRunner.py: bash is available with...
2011-03-05 NAKAMURA TakumiOn Windows hosts, Python scripts in test/Scripts did...
2011-02-17 NAKAMURA Takumilit/TestingConfig.py: Add the environment variable...
2011-02-10 NAKAMURA Takumilit/TestFormats.py: Unittests may be found with suffix...
2011-02-10 NAKAMURA Takumilit/Util.py: On Cygwin, 'PATHEXT' may exist but it...
2011-02-09 NAKAMURA Takumilit/LitConfig.py: Add the new method getToolsPath(dir...
2011-02-09 NAKAMURA Takumilit/Util.py: Add two functions, checkToolsPath(dir...
2011-01-08 Francois PichetOn Windows, replace each occurrence of '\' by '\\'...
2011-01-04 Francois PichetDisable r122754 on Windows: was causing all lit tests...
2011-01-03 David GreeneReapply 122341 to fix PR8199 now that clang changes...
2010-12-21 David GreeneRevert 122341. It breaks some darwin tests.
2010-12-21 David GreeneFix PR 8199. This patch prepends the build tool dir...
2010-12-07 NAKAMURA Takumiutils/lit/lit/TestFormats.py: [PR8438] unittests: Seek...
2010-11-19 NAKAMURA Takumilit.GoogleTest: On case-insensitive filesystem, matchin...
2010-09-29 Daniel Dunbarlit: Fix a subtle resource usage bug when executing...
2010-09-24 Michael J. SpencerTest unittests built with CMake.
2010-09-24 Michael J. SpencerFix whitespace.
2010-09-18 Daniel Dunbarlit: Bump version to 0.2.0dev, for no apparent reason.
2010-09-18 Daniel Dunbarlit: Tweak setup.py.
2010-09-18 Daniel Dunbarlit: These TODOs are done(ish).
2010-09-17 Duncan SandsSome of the tests build an executable with llvm-gcc...
2010-09-15 Daniel Dunbarlit: Expose FileBasedTest object and Test module via...
2010-09-15 Daniel Dunbarlit: Rename main lit module to main.py, lit/lit/lit...
2010-08-19 Daniel Dunbarlit/GoogleTest: Add .exe to the suffix when looking...
2010-08-10 Dan GohmanExpand uses of python 2.6's "A if B else C" syntax...
2010-08-04 Dan GohmanPrint a message when a test failure is due to stderr...
2010-08-04 Dan GohmanChange the logic which interprets output on stderr...
2010-08-04 Dan GohmanDon't print "Command output (stdout):" when the command...
2010-08-04 Dan GohmanUse the regular conditional operator syntax instead...
2010-08-02 Daniel Dunbarlit: Allow clients to define predefined parameters.
2010-07-22 Daniel Dunbarlit: Add some example tests for previous commit.
2010-07-21 Daniel Dunbarlit: Add support for 'REQUIRES: feature-one, feature...
2010-06-12 Daniel Dunbarlit: Replace /dev/null in scripts with temporary files...
2010-06-11 Daniel Dunbarlit: Add a forgotten default argument.
2010-06-11 Daniel Dunbarlit: When running Tcl style tests on Windows, substitut...
2010-05-19 Daniel Dunbarlit: Add another place to look for bash.
2010-05-12 Daniel Dunbarlit: Fix a sh lexing bug which caused annotate-token...
2010-05-12 Daniel Dunbarlit: Fix OneCommandPerFileTest format when tests are...
2010-05-12 Daniel Dunbarlit: Add support for 'lit ... @foo', which reads a...
2010-05-05 Daniel Dunbarlit: Allow test_format to be None.
2010-04-09 Daniel Dunbarlit: Add support to OneCommandPerFileTest format to...
2010-04-07 Chris Lattneradd newlines at end of files.
2010-03-31 Daniel DunbarAdd a FIXME.
2010-03-31 Daniel Dunbarlit: Make sure to close any files we open as part of...
2010-03-25 Daniel Dunbarlit: Add LitTestCase and lit.load_test_suite, for adapt...
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...
2010-03-19 Ben HoltTest commit (removed extra blank line)
2010-03-19 Torok EdwinSet numThreads to 1 by default when Python is older...
2010-03-18 Daniel Dunbarlit: Tweak example tests config.
2010-03-18 Jeffrey YasskinAvoid a problem in libc_freeres() seen on a linux-i686...
2010-03-17 Jeffrey YasskinMake lit pay attention to --vg for tcl tests too, which...
2010-03-13 Jeffrey YasskinMake lit pay attention to --vg for unittests too.
2010-03-08 John McCallRevert r97726 and r97728 at ddunbar's request; we want...
2010-03-05 Duncan SandsIf LD_LIBRARY_PATH is set in the system environment...
2010-03-04 John McCallSimplify the condition-checking logic and hopefully...
2010-03-04 John McCallTeach lit to honor conditional directives. The syntax is:
2010-02-23 Daniel DunbarEliminate llvmgcc_version testing variable.
2010-02-23 Daniel DunbarKill unused llvmgccmajvers testing variable.
2010-02-10 Daniel Dunbarlit: Ignore dot files when scanning for tests (e.g...
2010-02-10 Daniel DunbarRemove stray DOS newline.
2010-02-05 Jeffrey YasskinMake lit's gtest support honor config.environment.
2010-01-22 Daniel Dunbarlit: Separate test suite from test name with spaces...
2009-12-26 Daniel Dunbarlit: Add setuptools support.
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.
2009-12-15 Daniel Dunbarlit: Improve error when gtest discovery fails.
2009-12-08 Daniel Dunbarlit: Prevent crash-on-invalid (when run on directory...
2009-11-18 Daniel Dunbarlit: Fix exclude dirs functionality.
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-15 Daniel Dunbarlit: Factor a new OneCommandPerFileTest out of SyntaxCh...
2009-11-15 Daniel DunbarRemove duplicate implementation of excludes functionali...
2009-11-15 Daniel Dunbarlit: Add --repeat=N option, for running each test N...
2009-11-10 Daniel Dunbarlit: Add ExampleTests, for testing lit and demonstratin...
2009-11-10 Daniel Dunbarlit: Fix bug in --show-suites which accidentally overri...
2009-11-08 Daniel Dunbarlit: Hardcode whence seek value, os.SEEK_END isn't...
2009-11-08 Daniel Dunbarlit: Warn when a test suite contains no tests.
2009-11-08 Daniel Dunbarlit: Drop require_and_and support.
2009-11-08 Daniel Dunbarlit: Workaround a Win32/subprocess bug when appending.
2009-11-08 Daniel Dunbarlit: Preserve the PATHEXT variable when running subcomm...
2009-11-05 Douglas GregorTeach lit's SyntaxCheckTest two new tricks:
2009-11-05 Daniel Dunbarlit: Add --param NAME=VALUE option, for test suite...
2009-11-03 Daniel Dunbarlit: Update Clang's test style to use XFAIL: and XTARGE...
2009-10-25 Daniel Dunbarlit: Add --config-prefix option, to override default...
2009-10-25 Daniel Dunbarlit: Allow use of /dev/null in redirects on Windows...
2009-10-24 Dan GohmanDelete a spurious semicolon.
2009-10-24 Daniel Dunbarlit: Support '>>' redirections when executing scripts...
2009-10-19 Daniel Dunbarlit: When running Tcl scripts via shell, try harder...
2009-10-18 Jeffrey YasskinSupport GoogleTest's "typed tests"
next