Skip to content
  1. Mar 24, 2009
  2. Mar 19, 2009
  3. Mar 17, 2009
  4. Feb 26, 2009
  5. Feb 09, 2009
  6. Jan 27, 2009
  7. 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
  8. Jan 11, 2009
  9. Jan 10, 2009
  10. Jan 08, 2009
  11. 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
  12. Jan 05, 2009
  13. Jan 03, 2009
  14. Jan 02, 2009
  15. 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