summaryrefslogtreecommitdiff
path: root/test/lit.cfg
Commit message (Expand)AuthorAge
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-21
* llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.NAKAMURA Takumi2012-11-01
* Set %defaultjit to use MCJIT for PowerPC targets.Ulrich Weigand2012-10-30
* Fix unexpected passes. These test do work with LTO on linux. I tested bothRafael Espindola2012-10-26
* tests: Stop mangling '-vg' into the triple, we don't use this currently.Daniel Dunbar2012-10-19
* test: Add a lit config variable to check if LTO is enabled.Daniel Dunbar2012-10-18
* Use pre-python 2.5 syntax in lit.cfg.Sebastian Pop2012-10-18
* Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi2012-10-05
* test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.NAKAMURA Takumi2012-10-03
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-02
* Add default JIT LIT variable.James Molloy2012-10-02
* llvm/test/lit.cfg: Retweak for Win32 to fix testing.NAKAMURA Takumi2012-07-03
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Switch a bunch of Linker tests from using elaborate echo productions toChandler Carruth2012-07-02
* Remove 'site.exp' building from both CMake and configure+make.Chandler Carruth2012-06-28
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-19
* Catch the Python exception when subprocess.Popen is failing.Sylvestre Ledru2012-04-13
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-16
* test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.NAKAMURA Takumi2011-11-28
* Update lit's list of tools.Benjamin Kramer2011-11-05
* tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...Daniel Dunbar2011-10-27
* s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne2011-10-06
* Fix PR9833/PR11054 (patch provided by Patrik Hägglund)David Dean2011-10-04
* 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