Windows-specific test for sys::path::remove_dots.
[oota-llvm.git] / unittests / Makefile
2015-05-20 Alex LorenzAsmParser: Require a terminating null character when...
2015-02-04 Justin BognerInstrProf: Add some unit tests for CoverageMapping
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-01-31 Peter CollingbourneIntroduce line editor library.
2014-01-16 Bill WendlingReapply r194218 with fix:
2013-12-19 NAKAMURA TakumiIntroduce clean-ups in llvm/unittests/Makefile.unittest...
2013-12-19 Rafael EspindolaNo point in having a "#if 0"ed unittest.
2013-12-19 NAKAMURA TakumiArchiveFileDescriptorTests: Resurrect part of r197600...
2013-12-18 Owen AndersonRevert r197600 while I sort out why it's failing on...
2013-12-18 Owen AndersonAdd a unit test for loading an object file via a file...
2013-11-09 Adrian PrantlRevert "Move copying of global initializers below the...
2013-11-07 Bill WendlingMove copying of global initializers below the cloning...
2013-10-16 Rafael EspindolaFix MCDataAtom never calling remap when adding data.
2013-09-03 Eric ChristopherAdd a hashing routine that handles hashing types. Add...
2013-07-20 Hans WennborgAdd Option unit tests to the make build
2013-07-09 Sean SilvaMake BinaryRef output correctly in case of empty data.
2013-04-17 Alexey SamsonovCreate a stub for DWARF parser unittests
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...
2012-01-02 Chandler CarruthUndo the hack in r147427 and move this unittest to...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-24 Michael J. Spencerunittests: Add SystemTests.
2010-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-07-29 Bob WilsonRemove the temporary hack, now that the llvm-i686-linux...
2010-07-29 Bob WilsonFix the temporary hack.
2010-07-29 Daniel DunbarTemporary hack to ensure stale Analysis dir is cleaned...
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...
2009-09-27 Nick LewyckyNew unit test for the cloning module, which so far...
2009-09-13 Daniel DunbarMove unittest driver to utils/unittest/UnitTestMain.
2009-08-01 Benjamin KramerRemove now empty unit test directory.
2009-07-27 Benjamin KramerRemove trailing slashes from include paths. Some versio...
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-03-24 Misha BrukmanConverted a1.ll to unittests.
2009-03-17 Daniel DunbarMinimal raw_ostream unit tests
2009-01-04 Bill WendlingModify the unittests Makefiles so that they don't rebui...
2009-01-02 Nuno Lopesmake 'make clean' remove test binaries as well
2009-01-01 Misha BrukmanOriginal patch by Talin.