summaryrefslogtreecommitdiff
path: root/unittests/Makefile
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Introduce line editor library.Peter Collingbourne1-2/+2
2014-01-16Reapply r194218 with fix:Bill Wendling1-1/+1
2013-12-19Introduce clean-ups in llvm/unittests/Makefile.unittest, to sweep stray *Tests.NAKAMURA Takumi1-1/+2
2013-12-19No point in having a "#if 0"ed unittest.Rafael Espindola1-1/+1
2013-12-19ArchiveFileDescriptorTests: Resurrect part of r197600, but make it invalidate...NAKAMURA Takumi1-2/+2
2013-12-18Revert r197600 while I sort out why it's failing on Windows.Owen Anderson1-2/+2
2013-12-18Add a unit test for loading an object file via a file descriptor. Patch by P...Owen Anderson1-2/+2
2013-11-09Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl1-1/+1
2013-11-07Move copying of global initializers below the cloning of functions.Bill Wendling1-1/+1
2013-10-16Fix MCDataAtom never calling remap when adding data.Rafael Espindola1-1/+1
2013-09-03Add a hashing routine that handles hashing types. Add a test forEric Christopher1-2/+2
2013-07-20Add Option unit tests to the make buildHans Wennborg1-2/+2
2013-07-09Make BinaryRef output correctly in case of empty data.Sean Silva1-1/+1
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov1-1/+2
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth1-1/+1
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