summaryrefslogtreecommitdiff
path: root/test/lit.cfg
Commit message (Expand)AuthorAge
* Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher2011-09-20
* Lit option for ignoring stderr output.Andrew Trick2011-08-30
* lit support for REQUIRES: asserts.Andrew Trick2011-06-22
* test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows ho...NAKAMURA Takumi2011-02-24
* Fixed lit.cfg to no longer recognize the oldSean Callanan2011-02-22
* test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH.NAKAMURA Takumi2011-02-09
* Fix lit for people whose LLVM path contains 'opt', which is a common director...Frits van Bommel2011-01-05
* Include llvm-gcc dir before llvm_tools_dirTobias Grosser2011-01-04
* Don't pattern match "/clang" so we don't mangle directory names. SomeDavid Greene2011-01-04
* Don't pattern match "clang-" as it may be part of a tool name with aDavid Greene2011-01-03
* Reapply 122341 to fix PR8199 now that clang changes are in.David Greene2011-01-03
* Revert 122341. It breaks some darwin tests.David Greene2010-12-21
* Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene2010-12-21
* test: Add the feature 'shell' on LLVM_ON_UNIX.NAKAMURA Takumi2010-12-07
* Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def...Michael J. Spencer2010-12-07
* test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...NAKAMURA Takumi2010-11-29
* test: Add the new feature 'loadable_module'.NAKAMURA Takumi2010-11-29
* Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands2010-11-25
* Spelling fixes in comments.Duncan Sands2010-09-13
* Test: Fix LLVMC tests on CMake.Michael J. Spencer2010-08-30
* The %ocamlopt setting has embedded quotes. Copy the entire value insteadBob Wilson2010-08-20
* tests: Haste makes waste.Daniel Dunbar2010-08-19
* tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports().Daniel Dunbar2010-08-19
* tests: Don't error out if HOME isn't present in t the environment.Daniel Dunbar2010-08-10
* tests: Tweak lit.cfg to fix breakage with out-of-dir lookup.Daniel Dunbar2010-06-23
* tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to...Daniel Dunbar2010-06-12
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-20
* tests: Mangle '-vg' onto the end of the triple when running under valgrind, soDaniel Dunbar2010-03-20
* Revert r97726 and r97728 at ddunbar's request; we want to solve thisJohn McCall2010-03-08
* Teach lit to honor conditional directives. The syntax is:John McCall2010-03-04
* tests: Propogate the HOME environment variable through to tests. I'm ambivalentDaniel Dunbar2010-02-25
* tests: Don't make a missing llvm-gcc dir a fatal error.Daniel Dunbar2010-02-23
* Fix a thinko in the lit.cfg.Daniel Dunbar2010-02-23
* Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG ...Benjamin Kramer2010-02-04
* MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar2010-02-02
* Fix llvm_supports_binding for lit, problem noticed by Bob!Daniel Dunbar2010-01-16
* CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when...Daniel Dunbar2009-12-08
* Derive the right paths to use during testing instead of passing it in via make.Daniel Dunbar2009-11-08
* Add missing substitution for %llvmgcc_only.Daniel Dunbar2009-10-30
* tests: Add llvm_supports_binding predicate.Daniel Dunbar2009-09-13
* Remove prcontext.Daniel Dunbar2009-09-10
* Add 'lit' support for llvm tests.Daniel Dunbar2009-09-08