index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Makefile
Age
Commit message (
Expand
)
Author
2008-09-16
Ignore XFAIL tests when checking for make failure in test/
Daniel Dunbar
2008-08-28
Allow 'make TESTDIRS=Sema' in test/ directory for only running a
Daniel Dunbar
2008-08-23
Handle Objective-C++ tests.
Anders Carlsson
2008-08-21
Use full path to count script, and don't treat files with missing RUN
Daniel Dunbar
2008-08-21
Missed a test case writing a .ll file.
Daniel Dunbar
2008-08-21
Reorder the PATH used during testing so $(ToolDir) and the LLVM
Daniel Dunbar
2008-08-21
Update test/Makefile to allow testing when using a separate obj
Daniel Dunbar
2008-08-20
Fix some spam from make I accidentally introduced.
Eli Friedman
2008-08-20
Get rid of the bogus -depth +0 argument; I really have no clue what the
Eli Friedman
2008-08-18
Change test/Makefile to automatically test all subdirs.
Daniel Dunbar
2008-08-16
Move the C++ Sema tests into a separate SemaCXX directory.
Argyrios Kyrtzidis
2008-07-26
move all objc sema tests into a new SemaObjC directory. Next step is to
Chris Lattner
2008-06-16
Remove Analysis-Apple.
Ted Kremenek
2008-06-07
Enable the rewriter tests on all platforms; there don't appear to
Eli Friedman
2008-04-06
remove the old non-parallel test system. 'make' in clang/test now runs
Chris Lattner
2008-03-26
Added test case for static analyzer to detect uses of uninitialized pointers ...
Ted Kremenek
2008-03-20
Add ability to run clang tests under valgrind. Patch by Sam Bishop.
Gabor Greif
2008-03-20
reduce chattyness of makefiles
Gabor Greif
2008-03-18
add 'clean' targets, make sure that 'make test' works after 'make clean'
Gabor Greif
2008-03-10
rewriter tests are darwin specific, don't run them on other platforms.
Chris Lattner
2008-02-01
Moved "Rewriter" tests from test/Sema to test/Rewriter.
Ted Kremenek
2008-02-01
Added back 'CodeGen' to test suite (accidentally removed in my last patch).
Ted Kremenek
2008-02-01
Implemented casts for ConcreteInt and ConcreteIntLValue.
Ted Kremenek
2007-11-28
Added the "Serialization" test directory to the set of tests executed.
Ted Kremenek
2007-11-24
Moved dead-stores test cast to a new test suite subdirectory: Analysis.
Ted Kremenek
2007-08-23
run .m files as tests
Chris Lattner
2007-07-16
add required directories to the path automatically, so the user doesn't need ...
Chris Lattner
2007-07-14
Add missing directory
Bill Wendling
2007-07-13
"Someone typed "PtrToInt" where they meant "IntToPtr".
Chris Lattner
2007-07-12
don't pick up random stuff in .svn directories.
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer
[prev]