History log of /external/llvm/unittests/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e17d962015aecddd6012f5e3166b6e9259bdd403 03-Aug-2010 Dan Gohman <gohman@apple.com> Make SCEVUnknown a CallbackVH, so that it can be notified directly
of Value deletions and RAUWs, instead of relying on ScalarEvolution's
Scalars map being notified, as that's complicated at best, and
insufficient in general.

This means SCEVUnknown needs a non-trivial destructor, so introduce
a mechanism to allow ScalarEvolution to locate all the SCEVUnknowns.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110086 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
820cd634544e42a4a4e658f1d335c1598a853716 30-Jul-2010 Bob Wilson <bob.wilson@apple.com> Remove the temporary hack, now that the llvm-i686-linux buildbot has
completed a successful build.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109815 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
46e1fdf463b6ee3011a9a0d0cd9d0cc36553a09e 30-Jul-2010 Bob Wilson <bob.wilson@apple.com> Fix the temporary hack.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109810 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
b8f00784723ffe84e2aa7684eb845b081d9af098 30-Jul-2010 Daniel Dunbar <daniel@zuster.org> Temporary hack to ensure stale Analysis dir is cleaned up on llvm-i686-linux.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109809 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
f4c998e0cee6a175dab2c5db489fd9d6a43d9757 29-Jul-2010 Eric Christopher <echristo@apple.com> Speculatively revert r109705 since it seems to be causing some build bot
angst.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109718 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
1e619ccea2048190aa4f8f7391a6f0b9308fd3ad 29-Jul-2010 Dan Gohman <gohman@apple.com> Factor out some of the code for updating old SCEVUnknown values, and
extend it to handle the case where multiple RAUWs affect a single
SCEVUnknown.

Add a ScalarEvolution unittest to test for this situation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109705 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
a475d661a350f7956630f0b989c7f6aa838090c4 27-Sep-2009 Nick Lewycky <nicholas@mxc.ca> New unit test for the cloning module, which so far only covers cloning of
instructions' optimization flags.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82934 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
7909eefe08511c595d7dc8b586abec9c65f2e1f8 13-Sep-2009 Daniel Dunbar <daniel@zuster.org> Move unittest driver to utils/unittest/UnitTestMain.
- This eliminates a race between building the unittests and linking the
UnitTestMain library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81719 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
5d442f8927bc361c0f431ca81dbc730f7340b29a 01-Aug-2009 Benjamin Kramer <benny.kra@googlemail.com> Remove now empty unit test directory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77790 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
0b1d053be3065bec46372a816a989c5bf3cf6a21 27-Jul-2009 Benjamin Kramer <benny.kra@googlemail.com> Remove trailing slashes from include paths. Some versions of mingw don't like them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77188 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
f8d5534ce95fbffa60c30da5748ac2db2c757077 25-Jun-2009 Jeffrey Yasskin <jyasskin@google.com> Add a JITEventListener interface that gets called back when a new function is
emitted or the machine code for a function is freed. Chris mentioned that we
may also want a notification when a stub is emitted, but that'll be a future
change. I intend to use this to tell oprofile where functions are emitted and
what lines correspond to what addresses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74157 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
a5cc003c88a34783b1f8f09fea86298c58823cce 24-Jun-2009 Daniel Dunbar <daniel@zuster.org> Start MCAsmStreamer implementation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74044 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
495070b54b55e07413db50e0497ad923ea350e2e 24-Mar-2009 Misha Brukman <brukman+llvm@gmail.com> Converted a1.ll to unittests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67652 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
1c8d40f499611fd40e1c809078b28a3def166f68 17-Mar-2009 Daniel Dunbar <daniel@zuster.org> Minimal raw_ostream unit tests


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67083 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
2e3646ac175333fd690f6ed7a40ef50f55d65661 05-Jan-2009 Bill Wendling <isanbard@gmail.com> Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to
run the tests. Most of this was stolen from the llvm/test Makefiles.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61648 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
79d1dc69ac0d74dad897125ed15e488b80aca559 02-Jan-2009 Nuno Lopes <nunoplopes@sapo.pt> make 'make clean' remove test binaries as well

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61572 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile
268d2da796169d5ad9ea513cd16d34b5f292fabe 01-Jan-2009 Misha Brukman <brukman+llvm@gmail.com> Original patch by Talin.

* Added the first LLVM unittest -- DenseMap.
* Updated mkpatch utility to include llvm/unittests dir
* Added top-level target "unittests" to run all unittests


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61541 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Makefile