index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit.site.cfg.in
Age
Commit message (
Expand
)
Author
2013-05-04
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-04-23
Use zlib to uncompress debug sections in DWARF parser.
Alexey Samsonov
2013-03-26
Add asan/msan to the list of available features in LIT test runner
Alexey Samsonov
2013-01-16
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2012-11-21
Adding tests for the Intel JIT event listener's MCJIT support.
Andrew Kaylor
2012-10-18
test: Add a lit config variable to check if LTO is enabled.
Daniel Dunbar
2012-06-28
Remove 'site.exp' building from both CMake and configure+make.
Chandler Carruth
2012-05-17
- Added ExecutionEngine/MCJIT tests
Danil Malyshev
2012-03-29
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-22
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-21
Re-factored RuntimeDyld.
Danil Malyshev
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-10-27
tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...
Daniel Dunbar
2011-06-23
cmake+lit: handle ENABLE_ASSERTIONS feature properly.
Andrew Trick
2011-06-22
lit support for REQUIRES: asserts.
Andrew Trick
2011-06-16
cmake may require LIT_TOOLS_DIR.
Andrew Trick
2011-06-16
Add support to lit for build mode requirements. e.g.
Andrew Trick
2011-02-09
CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin3...
NAKAMURA Takumi
2010-11-29
test: Add the new feature 'loadable_module'.
NAKAMURA Takumi
2010-11-27
CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.
NAKAMURA Takumi
2010-06-12
tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to...
Daniel Dunbar
2009-09-22
Generate lit.site.cfg from a .in file, as clang does.
Daniel Dunbar