Fix SpecificBumpPtrAllocator iteration.
[oota-llvm.git] / utils / lit / lit /
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: Sink code into a 'lit' package.