aboutsummaryrefslogtreecommitdiff
path: root/unittests/Makefile
AgeCommit message (Expand)Author
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth
2012-01-02Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-24unittests: Add SystemTests.Michael J. Spencer
2010-08-02Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman
2010-07-29Remove the temporary hack, now that the llvm-i686-linux buildbot hasBob Wilson
2010-07-29Fix the temporary hack.Bob Wilson
2010-07-29Temporary hack to ensure stale Analysis dir is cleaned up on llvm-i686-linux.Daniel Dunbar
2010-07-29Speculatively revert r109705 since it seems to be causing some build botEric Christopher
2010-07-29Factor out some of the code for updating old SCEVUnknown values, andDan Gohman
2009-09-27New unit test for the cloning module, which so far only covers cloning ofNick Lewycky
2009-09-13Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar
2009-08-01Remove now empty unit test directory.Benjamin Kramer
2009-07-27Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer
2009-06-25Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin
2009-06-24Start MCAsmStreamer implementation.Daniel Dunbar
2009-03-24Converted a1.ll to unittests.Misha Brukman
2009-03-17Minimal raw_ostream unit testsDaniel Dunbar
2009-01-04Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling
2009-01-02make 'make clean' remove test binaries as wellNuno Lopes
2009-01-01Original patch by Talin.Misha Brukman