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
/
Unit
Age
Commit message (
Expand
)
Author
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-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
2011-10-27
tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...
Daniel Dunbar
2011-06-22
test/Unit: Fix enable shared test to follow check that we have actually loaded
Daniel Dunbar
2010-12-07
Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def...
Michael J. Spencer
2010-11-29
test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...
NAKAMURA Takumi
2010-11-27
CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.
NAKAMURA Takumi
2010-02-25
Try r96559 for the third time. This time the shared library is only built if
Jeffrey Yasskin
2010-02-23
Roll back r96959 again.
Jeffrey Yasskin
2010-02-23
Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of
Jeffrey Yasskin
2010-02-18
Roll back the shared library, r96559. It broke two darwins and arm, mysterio...
Jeffrey Yasskin
2010-02-18
Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an
Jeffrey Yasskin
2009-12-08
CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when...
Daniel Dunbar
2009-11-08
Switch to using 'lit.site.cfg.in' for the site config template for Unit tests,
Daniel Dunbar
2009-09-14
Teach 'make check-lit' to run unittests.
Daniel Dunbar