aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+3
* Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl2013-11-091-1/+1
* Move copying of global initializers below the cloning of functions.Bill Wendling2013-11-071-1/+1
* Fix MCDataAtom never calling remap when adding data.Rafael Espindola2013-10-161-1/+1
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-031-2/+2
* Add Option unit tests to the make buildHans Wennborg2013-07-201-2/+2
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-091-1/+1
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-171-1/+2
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-1/+1
* Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth2012-01-021-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* unittests: Add SystemTests.Michael J. Spencer2010-11-241-1/+1
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-021-1/+1
* Remove the temporary hack, now that the llvm-i686-linux buildbot hasBob Wilson2010-07-291-1/+0
* Fix the temporary hack.Bob Wilson2010-07-291-1/+2
* Temporary hack to ensure stale Analysis dir is cleaned up on llvm-i686-linux.Daniel Dunbar2010-07-291-1/+1
* Speculatively revert r109705 since it seems to be causing some build botEric Christopher2010-07-291-1/+1
* Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2010-07-291-1/+1
* New unit test for the cloning module, which so far only covers cloning ofNick Lewycky2009-09-271-1/+1
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-131-7/+0
* Remove now empty unit test directory.Benjamin Kramer2009-08-011-1/+1
* Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer2009-07-271-1/+1
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-251-1/+1
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-1/+1
* Converted a1.ll to unittests.Misha Brukman2009-03-241-1/+1
* Minimal raw_ostream unit testsDaniel Dunbar2009-03-171-1/+1
* Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling2009-01-041-1/+2
* make 'make clean' remove test binaries as wellNuno Lopes2009-01-021-0/+3
* Original patch by Talin.Misha Brukman2009-01-011-0/+20