Skip to content
  1. Jan 06, 2009
  2. Jan 05, 2009
  3. Jan 04, 2009
  4. Jan 02, 2009
  5. 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
  6. Dec 31, 2008
  7. Dec 19, 2008
  8. Dec 18, 2008
  9. Dec 17, 2008
  10. Dec 16, 2008
  11. Dec 11, 2008
  12. Dec 07, 2008
  13. Dec 05, 2008
    • Cedric Venet's avatar
      The use of the construct: · af333378
      Cedric Venet authored
        for(Type1 B = ...;;) { Type2 B ; ... }
      is bad: code is hard to read and VS VS don't like it (it ignore the second declaration of B).
      This patch fix the problem in tablegen. Please don't write code like this. 
      
      llvm-svn: 60590
      af333378
  14. Dec 03, 2008
  15. Nov 28, 2008
Loading