aboutsummaryrefslogtreecommitdiff
path: root/test/lit.cfg
AgeCommit message (Expand)Author
2013-03-27Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov
2013-03-26Add asan/msan to the list of available features in LIT test runnerAlexey Samsonov
2013-03-15Fixup for r176933: more careful setup of path to llvm-symbolizerAlexey Samsonov
2013-03-13Set symbolizer path in the test environment.Evgeniy Stepanov
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor
2012-11-01llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.NAKAMURA Takumi
2012-10-30Set %defaultjit to use MCJIT for PowerPC targets.Ulrich Weigand
2012-10-26Fix unexpected passes. These test do work with LTO on linux. I tested bothRafael Espindola
2012-10-19tests: Stop mangling '-vg' into the triple, we don't use this currently.Daniel Dunbar
2012-10-18test: Add a lit config variable to check if LTO is enabled.Daniel Dunbar
2012-10-18Use pre-python 2.5 syntax in lit.cfg.Sebastian Pop
2012-10-05Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi
2012-10-03test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.NAKAMURA Takumi
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor
2012-10-02Add default JIT LIT variable.James Molloy
2012-07-03llvm/test/lit.cfg: Retweak for Win32 to fix testing.NAKAMURA Takumi
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-07-02Switch a bunch of Linker tests from using elaborate echo productions toChandler Carruth
2012-06-28Remove 'site.exp' building from both CMake and configure+make.Chandler Carruth
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer
2012-04-13Catch the Python exception when subprocess.Popen is failing.Sylvestre Ledru
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-16Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky
2011-11-28test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.NAKAMURA Takumi
2011-11-05Update lit's list of tools.Benjamin Kramer
2011-10-27tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...Daniel Dunbar
2011-10-06s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne
2011-10-04Fix PR9833/PR11054 (patch provided by Patrik Hägglund)David Dean
2011-09-20Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher
2011-08-30Lit option for ignoring stderr output.Andrew Trick
2011-06-22lit support for REQUIRES: asserts.Andrew Trick
2011-02-24test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows ho...NAKAMURA Takumi
2011-02-22Fixed lit.cfg to no longer recognize the oldSean Callanan
2011-02-09test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH.NAKAMURA Takumi
2011-01-05Fix lit for people whose LLVM path contains 'opt', which is a common director...Frits van Bommel
2011-01-04Include llvm-gcc dir before llvm_tools_dirTobias Grosser
2011-01-04Don't pattern match "/clang" so we don't mangle directory names. SomeDavid Greene
2011-01-03Don't pattern match "clang-" as it may be part of a tool name with aDavid Greene
2011-01-03Reapply 122341 to fix PR8199 now that clang changes are in.David Greene
2010-12-21Revert 122341. It breaks some darwin tests.David Greene
2010-12-21Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene
2010-12-07test: Add the feature 'shell' on LLVM_ON_UNIX.NAKAMURA Takumi
2010-12-07Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def...Michael J. Spencer
2010-11-29test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...NAKAMURA Takumi
2010-11-29test: Add the new feature 'loadable_module'.NAKAMURA Takumi
2010-11-25Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands
2010-09-13Spelling fixes in comments.Duncan Sands
2010-08-30Test: Fix LLVMC tests on CMake.Michael J. Spencer