Skip to content
  1. Apr 09, 2009
  2. Apr 08, 2009
  3. Apr 04, 2009
  4. Apr 02, 2009
  5. Apr 01, 2009
  6. Mar 24, 2009
  7. Mar 19, 2009
  8. Mar 17, 2009
  9. Feb 26, 2009
  10. Feb 09, 2009
  11. Jan 27, 2009
  12. Jan 19, 2009
    • Nick Lewycky's avatar
      Port this test from dejagnu to unit testing. · ee22611e
      Nick Lewycky authored
      The way this worked before was to test APInt by running
      "lli -force-interpreter=true" knowing the lli uses APInt under the hood to
      store its values. Now, we test APInt directly.
      
      llvm-svn: 62514
      ee22611e
  13. Jan 11, 2009
  14. Jan 10, 2009
  15. Jan 08, 2009
  16. Jan 07, 2009
    • Misha Brukman's avatar
      Minor cleanup for unittest: · 204b1d22
      Misha Brukman authored
      * Fixed {copy,assignment} constructor test names
      * s/EXPECT_EQ(true, ...)/ASSERT_TRUE(...)/
      
      Patch by Talin.
      
      llvm-svn: 61883
      204b1d22
  17. Jan 05, 2009
  18. Jan 03, 2009
  19. Jan 02, 2009
  20. Jan 01, 2009
    • Misha Brukman's avatar
      Original patch by Talin. · bcf15388
      Misha Brukman authored
      * Added the first LLVM unittest -- DenseMap.
      * Updated mkpatch utility to include llvm/unittests dir
      * Added top-level target "unittests" to run all unittests
      
      llvm-svn: 61541
      bcf15388
Loading