- e92077f Catch the Python exception when subprocess.Popen is failing. by Sylvestre Ledru · 13 years ago
- cc85160 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu by Eli Bendersky · 13 years ago
- 0f0c411 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. by Eli Bendersky · 13 years ago
- a66a185 Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches. by Eli Bendersky · 13 years ago
- f86186e test/lit.cfg: Enable the feature 'asserts' to check output of llc -version. by NAKAMURA Takumi · 13 years ago
- 7494a12 Update lit's list of tools. by Benjamin Kramer · 13 years ago
- dd4667f tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in LLVM tests. by Daniel Dunbar · 13 years ago
- 5d5c062 s/tblgen/llvm-tblgen/g in a few missed places, including the tests by Peter Collingbourne · 13 years ago
- 8a567f1 Fix PR9833/PR11054 (patch provided by Patrik Hägglund) by David Dean · 13 years ago
- eeef9e8 Remove llvm-gcc and various compiler handling from llvm. It's not needed by Eric Christopher · 13 years ago
- 7c12837 Lit option for ignoring stderr output. by Andrew Trick · 13 years ago
- f2a5842 lit support for REQUIRES: asserts. by Andrew Trick · 13 years ago
- 027f98c test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows hosts. Thanks to Danil Malyshev! by NAKAMURA Takumi · 14 years ago
- 41dfd2b Fixed lit.cfg to no longer recognize the old by Sean Callanan · 14 years ago
- c37b429 test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH. by NAKAMURA Takumi · 14 years ago
- c95ff3c Fix lit for people whose LLVM path contains 'opt', which is a common directory name on Unix-like systems. by Frits van Bommel · 14 years ago
- ee38f85 Include llvm-gcc dir before llvm_tools_dir by Tobias Grosser · 14 years ago
- 70ecc97 by David Greene · 14 years ago
- fd1ed5f by David Greene · 14 years ago
- 18d4987 by David Greene · 14 years ago
- 234da68 by David Greene · 14 years ago
- 4d75d80 by David Greene · 14 years ago
- e7331ee test: Add the feature 'shell' on LLVM_ON_UNIX. by NAKAMURA Takumi · 14 years ago
- 44d392a Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath defaults to \Windows\. by Michael J. Spencer · 14 years ago
- 38d439f test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules are not in lib/ but bin. by NAKAMURA Takumi · 14 years ago
- b3ccc12 test: Add the new feature 'loadable_module'. by NAKAMURA Takumi · 14 years ago
- 48f296d Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm". by Duncan Sands · 14 years ago
- 51a6455 Spelling fixes in comments. by Duncan Sands · 14 years ago
- 06b7f58 Test: Fix LLVMC tests on CMake. by Michael J. Spencer · 14 years ago
- 8d854a4 The %ocamlopt setting has embedded quotes. Copy the entire value instead by Bob Wilson · 14 years ago
- 2e5ec11 tests: Haste makes waste. by Daniel Dunbar · 14 years ago
- 62b4d71 tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports(). by Daniel Dunbar · 14 years ago
- 1321fec tests: Don't error out if HOME isn't present in t the environment. by Daniel Dunbar · 14 years ago
- 238e73f tests: Tweak lit.cfg to fix breakage with out-of-dir lookup. by Daniel Dunbar · 14 years ago
- 9b2cb69 tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to tests. by Daniel Dunbar · 14 years ago
- 32989de Add support for XFAILing valgrind runs with memory leak checking independently by Jeffrey Yasskin · 15 years ago
- a56a810 tests: Mangle '-vg' onto the end of the triple when running under valgrind, so by Daniel Dunbar · 15 years ago
- 197d009 Revert r97726 and r97728 at ddunbar's request; we want to solve this by John McCall · 15 years ago
- 7b7b907 Teach lit to honor conditional directives. The syntax is: by John McCall · 15 years ago
- 55983f1 tests: Propogate the HOME environment variable through to tests. I'm ambivalent by Daniel Dunbar · 15 years ago
- 3d4cea3 tests: Don't make a missing llvm-gcc dir a fatal error. by Daniel Dunbar · 15 years ago
- a04942b Fix a thinko in the lit.cfg. by Daniel Dunbar · 15 years ago
- 66c439a Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG in lit. by Benjamin Kramer · 15 years ago
- 197f1f0 MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of by Daniel Dunbar · 15 years ago
- 89a9c91 Fix llvm_supports_binding for lit, problem noticed by Bob! by Daniel Dunbar · 15 years ago
- aefd63d CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when running tests from the project files. by Daniel Dunbar · 15 years ago
- 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
- b0c9a99 Add missing substitution for %llvmgcc_only. by Daniel Dunbar · 15 years ago
- 840a718 tests: Add llvm_supports_binding predicate. by Daniel Dunbar · 15 years ago
- f3e2d80 Remove prcontext. by Daniel Dunbar · 15 years ago
- 70a3b77 Add 'lit' support for llvm tests. by Daniel Dunbar · 15 years ago