summaryrefslogtreecommitdiff
path: root/unittests/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-01-02Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-11-24unittests: Add SystemTests.Michael J. Spencer1-1/+1
2010-08-02Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman1-1/+1
2010-07-29Remove the temporary hack, now that the llvm-i686-linux buildbot hasBob Wilson1-1/+0
2010-07-29Fix the temporary hack.Bob Wilson1-1/+2
2010-07-29Temporary hack to ensure stale Analysis dir is cleaned up on llvm-i686-linux.Daniel Dunbar1-1/+1
2010-07-29Speculatively revert r109705 since it seems to be causing some build botEric Christopher1-1/+1
2010-07-29Factor out some of the code for updating old SCEVUnknown values, andDan Gohman1-1/+1
2009-09-27New unit test for the cloning module, which so far only covers cloning ofNick Lewycky1-1/+1
2009-09-13Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar1-7/+0
2009-08-01Remove now empty unit test directory.Benjamin Kramer1-1/+1
2009-07-27Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer1-1/+1
2009-06-25Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin1-1/+1
2009-06-24Start MCAsmStreamer implementation.Daniel Dunbar1-1/+1
2009-03-24Converted a1.ll to unittests.Misha Brukman1-1/+1
2009-03-17Minimal raw_ostream unit testsDaniel Dunbar1-1/+1
2009-01-04Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling1-1/+2
2009-01-02make 'make clean' remove test binaries as wellNuno Lopes1-0/+3
2009-01-01Original patch by Talin.Misha Brukman1-0/+20