test commit
[oota-llvm.git] / test / lit.cfg
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-04-13 Sylvestre LedruCatch the Python exception when subprocess.Popen is...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2011-11-28 NAKAMURA Takumitest/lit.cfg: Enable the feature 'asserts' to check...
2011-11-05 Benjamin KramerUpdate lit's list of tools.
2011-10-27 Daniel Dunbartests: Rip out a bunch of now unused test code relating...
2011-10-06 Peter Collingbournes/tblgen/llvm-tblgen/g in a few missed places, includin...
2011-10-04 David DeanFix PR9833/PR11054 (patch provided by Patrik Hägglund)
2011-09-20 Eric ChristopherRemove llvm-gcc and various compiler handling from...
2011-08-30 Andrew TrickLit option for ignoring stderr output.
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-02-24 NAKAMURA Takumitest/lit.cfg: Add PATHEXT to 'substitution', to recogni...
2011-02-22 Sean CallananFixed lit.cfg to no longer recognize the old
2011-02-09 NAKAMURA Takumitest/lit.cfg: Seek sane tools(and bash) in directories...
2011-01-05 Frits van BommelFix lit for people whose LLVM path contains 'opt',...
2011-01-04 Tobias GrosserInclude llvm-gcc dir before llvm_tools_dir
2011-01-04 David GreeneDon't pattern match "/clang" so we don't mangle directo...
2011-01-03 David GreeneDon't pattern match "clang-" as it may be part of a...
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 Takumitest: Add the feature 'shell' on LLVM_ON_UNIX.
2010-12-07 Michael J. SpencerTest: Fix Support.Path and _all_ of the unittest death...
2010-11-29 NAKAMURA Takumitest: Use $SharedLibDir for loadable modules. On Cygmin...
2010-11-29 NAKAMURA Takumitest: Add the new feature 'loadable_module'.
2010-11-25 Duncan SandsUse LLVMCC_EMITIR_FLAG rather than hard-coding "-emit...
2010-09-13 Duncan SandsSpelling fixes in comments.
2010-08-30 Michael J. SpencerTest: Fix LLVMC tests on CMake.
2010-08-20 Bob WilsonThe %ocamlopt setting has embedded quotes. Copy the...
2010-08-19 Daniel Dunbartests: Haste makes waste.
2010-08-19 Daniel Dunbartests: Ignore whitespace in llvm_supports_binding(...
2010-08-10 Daniel Dunbartests: Don't error out if HOME isn't present in t the...
2010-06-23 Daniel Dunbartests: Tweak lit.cfg to fix breakage with out-of-dir...
2010-06-12 Daniel Dunbartests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE...
2010-03-20 Jeffrey YasskinAdd support for XFAILing valgrind runs with memory...
2010-03-20 Daniel Dunbartests: Mangle '-vg' onto the end of the triple when...
2010-03-08 John McCallRevert r97726 and r97728 at ddunbar's request; we want...
2010-03-04 John McCallTeach lit to honor conditional directives. The syntax is:
2010-02-25 Daniel Dunbartests: Propogate the HOME environment variable through...
2010-02-23 Daniel Dunbartests: Don't make a missing llvm-gcc dir a fatal error.
2010-02-23 Daniel DunbarFix a thinko in the lit.cfg.
2010-02-04 Benjamin KramerGet the LLVMC tests working with clang++ by removing...
2010-02-02 Daniel DunbarMCAssembler/Darwin: Add a test (on Darwin) that we...
2010-01-16 Daniel DunbarFix llvm_supports_binding for lit, problem noticed...
2009-12-08 Daniel DunbarCMake/lit: Add llvm_{unit_,}site_config parameters...
2009-11-08 Daniel DunbarDerive the right paths to use during testing instead...
2009-10-30 Daniel DunbarAdd missing substitution for %llvmgcc_only.
2009-09-13 Daniel Dunbartests: Add llvm_supports_binding predicate.
2009-09-10 Daniel DunbarRemove prcontext.
2009-09-08 Daniel DunbarAdd 'lit' support for llvm tests.