Skip to content
  1. Jan 07, 2013
  2. Jan 02, 2012
    • Chandler Carruth's avatar
      Undo the hack in r147427 and move this unittest to a better home. This · e517273e
      Chandler Carruth authored
      is testing the bitcode reader's functionality, not VMCore's. Add the
      what is a hope sufficient build system mojo to build and run a new
      unittest.
      
      Also clean up some of the test's naming. The goal for the file should be
      to unittest the Bitcode Reader, and this is just one particular test
      among potentially many in the future. Also, reverse my position and
      relegate the PR# to a comment, but stash the comment on the same line as
      the test name so it doesn't get lost. This makes the code more
      self-documenting hopefully w/o losing track of the PR number.
      
      llvm-svn: 147431
      e517273e
  3. Nov 29, 2010
  4. Nov 24, 2010
  5. Aug 03, 2010
    • Dan Gohman's avatar
      Make SCEVUnknown a CallbackVH, so that it can be notified directly · 7cac9577
      Dan Gohman authored
      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.
      
      llvm-svn: 110086
      7cac9577
  6. Jul 30, 2010
  7. Jul 29, 2010
  8. Sep 27, 2009
  9. Sep 13, 2009
  10. Aug 01, 2009
  11. Jul 27, 2009
  12. Jun 25, 2009
  13. Jun 24, 2009
  14. Mar 24, 2009
  15. Mar 17, 2009
  16. Jan 05, 2009
  17. Jan 02, 2009
  18. 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
    • Misha Brukman's avatar
      * Removed gtest-all.cc; .cc files including other .cc files is weird · 22df2007
      Misha Brukman authored
      * Removed gtest_main.cc: we have our own main() elsewhere
      * Simplified the Makefile as we don't need SOURCES
      
      * Moved the internal header to gtest/internal/
      * Simplified the Makefile to remove -I param to CPP.Flags
      
      * Updated README.LLVM with all the steps I took to massage GTest to
        work in LLVM so far
      
      llvm-svn: 61540
      22df2007
    • Misha Brukman's avatar
      Moved Google Test code up one directory so that we can use a standard LLVM · 922e3499
      Misha Brukman authored
      Makefile with it, without resorting to the use of VPATH.
      
      Also added Makefiles at every level of the directory tree to properly recurse
      to Google Test and build it as a library (original Makefiles by Talin).
      
      llvm-svn: 61539
      922e3499
Loading