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.cfg
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-06-10
Change NaCl-specific tests from llc to pnacl-llc
Eli Bendersky
2013-05-06
AArch64: use MCJIT by default and enable related tests.
Tim Northover
2013-05-06
[SystemZ] Set up JIT/MCJIT test cases
Ulrich Weigand
2013-04-23
Use zlib to uncompress debug sections in DWARF parser.
Alexey Samsonov
2013-04-12
Remove obsolete object file dumpers
Nico Rieck
2013-04-10
Add object-emission flag for lit tests. This flag is used
Jyotsna Verma
2013-04-10
[test] Use lit's shell test runner on Windows
Reid Kleckner
2013-04-04
Propagate path to ASan/MSan symbolizer into test environment to produce usefu...
Alexey Samsonov
2013-03-27
Disable ASan/MSan symbolization of reports in tests.
Evgeniy Stepanov
2013-03-26
Add asan/msan to the list of available features in LIT test runner
Alexey Samsonov
2013-03-15
Fixup for r176933: more careful setup of path to llvm-symbolizer
Alexey Samsonov
2013-03-13
Set symbolizer path in the test environment.
Evgeniy Stepanov
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-11-01
llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.
NAKAMURA Takumi
2012-10-30
Set %defaultjit to use MCJIT for PowerPC targets.
Ulrich Weigand
2012-10-26
Fix unexpected passes. These test do work with LTO on linux. I tested both
Rafael Espindola
2012-10-19
tests: Stop mangling '-vg' into the triple, we don't use this currently.
Daniel Dunbar
2012-10-18
test: Add a lit config variable to check if LTO is enabled.
Daniel Dunbar
2012-10-18
Use pre-python 2.5 syntax in lit.cfg.
Sebastian Pop
2012-10-05
Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.
NAKAMURA Takumi
2012-10-03
test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.
NAKAMURA Takumi
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-02
Add default JIT LIT variable.
James Molloy
2012-07-03
llvm/test/lit.cfg: Retweak for Win32 to fix testing.
NAKAMURA Takumi
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
Switch a bunch of Linker tests from using elaborate echo productions to
Chandler Carruth
2012-06-28
Remove 'site.exp' building from both CMake and configure+make.
Chandler Carruth
2012-04-19
Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
Michael J. Spencer
2012-04-13
Catch the Python exception when subprocess.Popen is failing.
Sylvestre Ledru
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-01-16
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...
Eli Bendersky
2011-11-28
test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.
NAKAMURA Takumi
2011-11-05
Update lit's list of tools.
Benjamin Kramer
2011-10-27
tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...
Daniel Dunbar
2011-10-06
s/tblgen/llvm-tblgen/g in a few missed places, including the tests
Peter Collingbourne
2011-10-04
Fix PR9833/PR11054 (patch provided by Patrik Hägglund)
David Dean
2011-09-20
Remove llvm-gcc and various compiler handling from llvm. It's not needed
Eric Christopher
2011-08-30
Lit option for ignoring stderr output.
Andrew Trick
2011-06-22
lit support for REQUIRES: asserts.
Andrew Trick
2011-02-24
test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows ho...
NAKAMURA Takumi
2011-02-22
Fixed lit.cfg to no longer recognize the old
Sean Callanan
2011-02-09
test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH.
NAKAMURA Takumi
2011-01-05
Fix lit for people whose LLVM path contains 'opt', which is a common director...
Frits van Bommel
2011-01-04
Include llvm-gcc dir before llvm_tools_dir
Tobias Grosser
2011-01-04
Don't pattern match "/clang" so we don't mangle directory names. Some
David Greene
2011-01-03
Don't pattern match "clang-" as it may be part of a tool name with a
David Greene
2011-01-03
Reapply 122341 to fix PR8199 now that clang changes are in.
David Greene
[next]