index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Makefile
Age
Commit message (
Expand
)
Author
2013-01-07
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
2012-01-02
Undo the hack in r147427 and move this unittest to a better home. This
Chandler Carruth
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-24
unittests: Add SystemTests.
Michael J. Spencer
2010-08-02
Make SCEVUnknown a CallbackVH, so that it can be notified directly
Dan Gohman
2010-07-29
Remove the temporary hack, now that the llvm-i686-linux buildbot has
Bob Wilson
2010-07-29
Fix the temporary hack.
Bob Wilson
2010-07-29
Temporary hack to ensure stale Analysis dir is cleaned up on llvm-i686-linux.
Daniel Dunbar
2010-07-29
Speculatively revert r109705 since it seems to be causing some build bot
Eric Christopher
2010-07-29
Factor out some of the code for updating old SCEVUnknown values, and
Dan Gohman
2009-09-27
New unit test for the cloning module, which so far only covers cloning of
Nick Lewycky
2009-09-13
Move unittest driver to utils/unittest/UnitTestMain.
Daniel Dunbar
2009-08-01
Remove now empty unit test directory.
Benjamin Kramer
2009-07-27
Remove trailing slashes from include paths. Some versions of mingw don't like...
Benjamin Kramer
2009-06-25
Add a JITEventListener interface that gets called back when a new function is
Jeffrey Yasskin
2009-06-24
Start MCAsmStreamer implementation.
Daniel Dunbar
2009-03-24
Converted a1.ll to unittests.
Misha Brukman
2009-03-17
Minimal raw_ostream unit tests
Daniel Dunbar
2009-01-04
Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to
Bill Wendling
2009-01-02
make 'make clean' remove test binaries as well
Nuno Lopes
2009-01-01
Original patch by Talin.
Misha Brukman