Skip to content
  1. Sep 13, 2009
  2. Aug 01, 2009
  3. Jul 27, 2009
  4. Jun 25, 2009
  5. Jun 24, 2009
  6. Mar 24, 2009
  7. Mar 17, 2009
  8. Jan 05, 2009
  9. Jan 02, 2009
  10. 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