| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding tests for the Intel JIT event listener's MCJIT support. | Andrew Kaylor | 2012-11-21 | 1 | -1/+1 |
* | llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready. | NAKAMURA Takumi | 2012-11-01 | 1 | -1/+2 |
* | Set %defaultjit to use MCJIT for PowerPC targets. | Ulrich Weigand | 2012-10-30 | 1 | -1/+2 |
* | Fix unexpected passes. These test do work with LTO on linux. I tested both | Rafael Espindola | 2012-10-26 | 1 | -3/+4 |
* | tests: Stop mangling '-vg' into the triple, we don't use this currently. | Daniel Dunbar | 2012-10-19 | 1 | -4/+0 |
* | test: Add a lit config variable to check if LTO is enabled. | Daniel Dunbar | 2012-10-18 | 1 | -0/+4 |
* | Use pre-python 2.5 syntax in lit.cfg. | Sebastian Pop | 2012-10-18 | 1 | -1/+4 |
* | Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. | NAKAMURA Takumi | 2012-10-05 | 1 | -1/+1 |
* | test/ExecutionEngine/MCJIT: MCJIT should work also on mingw. | NAKAMURA Takumi | 2012-10-03 | 1 | -1/+1 |
* | Support for generating ELF objects on Windows. | Andrew Kaylor | 2012-10-02 | 1 | -0/+7 |
* | Add default JIT LIT variable. | James Molloy | 2012-10-02 | 1 | -0/+5 |
* | llvm/test/lit.cfg: Retweak for Win32 to fix testing. | NAKAMURA Takumi | 2012-07-03 | 1 | -13/+13 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 1 | -1/+3 |
* | Switch a bunch of Linker tests from using elaborate echo productions to | Chandler Carruth | 2012-07-02 | 1 | -0/+5 |
* | Remove 'site.exp' building from both CMake and configure+make. | Chandler Carruth | 2012-06-28 | 1 | -15/+4 |
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 1 | -2/+2 |
* | Catch the Python exception when subprocess.Popen is failing. | Sylvestre Ledru | 2012-04-13 | 1 | -1/+6 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -64/+0 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 1 | -1/+0 |
* | Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren... | Eli Bendersky | 2012-01-16 | 1 | -7/+23 |
* | test/lit.cfg: Enable the feature 'asserts' to check output of llc -version. | NAKAMURA Takumi | 2011-11-28 | 1 | -1/+6 |
* | Update lit's list of tools. | Benjamin Kramer | 2011-11-05 | 1 | -4/+6 |
* | tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in... | Daniel Dunbar | 2011-10-27 | 1 | -27/+2 |
* | s/tblgen/llvm-tblgen/g in a few missed places, including the tests | Peter Collingbourne | 2011-10-06 | 1 | -1/+1 |
* | Fix PR9833/PR11054 (patch provided by Patrik Hägglund) | David Dean | 2011-10-04 | 1 | -2/+2 |
* | Remove llvm-gcc and various compiler handling from llvm. It's not needed | Eric Christopher | 2011-09-20 | 1 | -4/+0 |
* | Lit option for ignoring stderr output. | Andrew Trick | 2011-08-30 | 1 | -0/+3 |
* | lit support for REQUIRES: asserts. | Andrew Trick | 2011-06-22 | 1 | -0/+3 |
* | test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows ho... | NAKAMURA Takumi | 2011-02-24 | 1 | -0/+9 |
* | Fixed lit.cfg to no longer recognize the old | Sean Callanan | 2011-02-22 | 1 | -1/+1 |
* | test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH. | NAKAMURA Takumi | 2011-02-09 | 1 | -1/+13 |
* | Fix lit for people whose LLVM path contains 'opt', which is a common director... | Frits van Bommel | 2011-01-05 | 1 | -3/+3 |
* | Include llvm-gcc dir before llvm_tools_dir | Tobias Grosser | 2011-01-04 | 1 | -6/+12 |
* | Don't pattern match "/clang" so we don't mangle directory names. Some | David Greene | 2011-01-04 | 1 | -1/+2 |
* | Don't pattern match "clang-" as it may be part of a tool name with a | David Greene | 2011-01-03 | 1 | -2/+2 |
* | Reapply 122341 to fix PR8199 now that clang changes are in. | David Greene | 2011-01-03 | 1 | -0/+39 |
* | Revert 122341. It breaks some darwin tests. | David Greene | 2010-12-21 | 1 | -39/+0 |
* | Fix PR 8199. This patch prepends the build tool dir to LLVM programs | David Greene | 2010-12-21 | 1 | -0/+39 |
* | test: Add the feature 'shell' on LLVM_ON_UNIX. | NAKAMURA Takumi | 2010-12-07 | 1 | -0/+4 |
* | Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def... | Michael J. Spencer | 2010-12-07 | 1 | -0/+7 |
* | test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar... | NAKAMURA Takumi | 2010-11-29 | 1 | -0/+1 |
* | test: Add the new feature 'loadable_module'. | NAKAMURA Takumi | 2010-11-29 | 1 | -0/+13 |
* | Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm". | Duncan Sands | 2010-11-25 | 1 | -2/+2 |
* | Spelling fixes in comments. | Duncan Sands | 2010-09-13 | 1 | -5/+5 |
* | Test: Fix LLVMC tests on CMake. | Michael J. Spencer | 2010-08-30 | 1 | -0/+8 |
* | The %ocamlopt setting has embedded quotes. Copy the entire value instead | Bob Wilson | 2010-08-20 | 1 | -1/+1 |
* | tests: Haste makes waste. | Daniel Dunbar | 2010-08-19 | 1 | -2/+2 |
* | tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports(). | Daniel Dunbar | 2010-08-19 | 1 | -4/+4 |
* | tests: Don't error out if HOME isn't present in t the environment. | Daniel Dunbar | 2010-08-10 | 1 | -1/+2 |
* | tests: Tweak lit.cfg to fix breakage with out-of-dir lookup. | Daniel Dunbar | 2010-06-23 | 1 | -1/+1 |