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