1. e92077f Catch the Python exception when subprocess.Popen is failing. by Sylvestre Ledru · 13 years ago
  2. cc85160 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu by Eli Bendersky · 13 years ago
  3. 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
  4. 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
  5. f86186e test/lit.cfg: Enable the feature 'asserts' to check output of llc -version. by NAKAMURA Takumi · 13 years ago
  6. 7494a12 Update lit's list of tools. by Benjamin Kramer · 13 years ago
  7. 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
  8. 5d5c062 s/tblgen/llvm-tblgen/g in a few missed places, including the tests by Peter Collingbourne · 13 years ago
  9. 8a567f1 Fix PR9833/PR11054 (patch provided by Patrik Hägglund) by David Dean · 13 years ago
  10. eeef9e8 Remove llvm-gcc and various compiler handling from llvm. It's not needed by Eric Christopher · 13 years ago
  11. 7c12837 Lit option for ignoring stderr output. by Andrew Trick · 13 years ago
  12. f2a5842 lit support for REQUIRES: asserts. by Andrew Trick · 13 years ago
  13. 027f98c test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows hosts. Thanks to Danil Malyshev! by NAKAMURA Takumi · 14 years ago
  14. 41dfd2b Fixed lit.cfg to no longer recognize the old by Sean Callanan · 14 years ago
  15. c37b429 test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH. by NAKAMURA Takumi · 14 years ago
  16. 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
  17. ee38f85 Include llvm-gcc dir before llvm_tools_dir by Tobias Grosser · 14 years ago
  18. 70ecc97 by David Greene · 14 years ago
  19. fd1ed5f by David Greene · 14 years ago
  20. 18d4987 by David Greene · 14 years ago
  21. 234da68 by David Greene · 14 years ago
  22. 4d75d80 by David Greene · 14 years ago
  23. e7331ee test: Add the feature 'shell' on LLVM_ON_UNIX. by NAKAMURA Takumi · 14 years ago
  24. 44d392a Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath defaults to \Windows\. by Michael J. Spencer · 14 years ago
  25. 38d439f test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules are not in lib/ but bin. by NAKAMURA Takumi · 14 years ago
  26. b3ccc12 test: Add the new feature 'loadable_module'. by NAKAMURA Takumi · 14 years ago
  27. 48f296d Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm". by Duncan Sands · 14 years ago
  28. 51a6455 Spelling fixes in comments. by Duncan Sands · 14 years ago
  29. 06b7f58 Test: Fix LLVMC tests on CMake. by Michael J. Spencer · 14 years ago
  30. 8d854a4 The %ocamlopt setting has embedded quotes. Copy the entire value instead by Bob Wilson · 14 years ago
  31. 2e5ec11 tests: Haste makes waste. by Daniel Dunbar · 14 years ago
  32. 62b4d71 tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports(). by Daniel Dunbar · 14 years ago
  33. 1321fec tests: Don't error out if HOME isn't present in t the environment. by Daniel Dunbar · 14 years ago
  34. 238e73f tests: Tweak lit.cfg to fix breakage with out-of-dir lookup. by Daniel Dunbar · 14 years ago
  35. 9b2cb69 tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to tests. by Daniel Dunbar · 14 years ago
  36. 32989de Add support for XFAILing valgrind runs with memory leak checking independently by Jeffrey Yasskin · 15 years ago
  37. a56a810 tests: Mangle '-vg' onto the end of the triple when running under valgrind, so by Daniel Dunbar · 15 years ago
  38. 197d009 Revert r97726 and r97728 at ddunbar's request; we want to solve this by John McCall · 15 years ago
  39. 7b7b907 Teach lit to honor conditional directives. The syntax is: by John McCall · 15 years ago
  40. 55983f1 tests: Propogate the HOME environment variable through to tests. I'm ambivalent by Daniel Dunbar · 15 years ago
  41. 3d4cea3 tests: Don't make a missing llvm-gcc dir a fatal error. by Daniel Dunbar · 15 years ago
  42. a04942b Fix a thinko in the lit.cfg. by Daniel Dunbar · 15 years ago
  43. 66c439a Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG in lit. by Benjamin Kramer · 15 years ago
  44. 197f1f0 MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of by Daniel Dunbar · 15 years ago
  45. 89a9c91 Fix llvm_supports_binding for lit, problem noticed by Bob! by Daniel Dunbar · 15 years ago
  46. 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
  47. 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
  48. b0c9a99 Add missing substitution for %llvmgcc_only. by Daniel Dunbar · 15 years ago
  49. 840a718 tests: Add llvm_supports_binding predicate. by Daniel Dunbar · 15 years ago
  50. f3e2d80 Remove prcontext. by Daniel Dunbar · 15 years ago
  51. 70a3b77 Add 'lit' support for llvm tests. by Daniel Dunbar · 15 years ago